We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's currently no way to pass a PATH to resolve relative image paths. It would be useful (see for example the dblatex -I switch)
See also #257
The text was updated successfully, but these errors were encountered:
Downstream ticket: https://trac.osgeo.org/postgis/ticket/5422
Sorry, something went wrong.
The DocBook XSL stylesheets have a stylesheet parameter named img.src.path that allows you to pass a directory name to the process that is added as a prefix to image filenames. See: https://docbook.sourceforge.net/release/xsl/current/doc/html/img.src.path.html
For our case we'd need multiple paths to search into, as some images are in source tree and some are in build tree
No branches or pull requests
There's currently no way to pass a PATH to resolve relative image paths. It would be useful (see for example the dblatex -I switch)
See also #257
The text was updated successfully, but these errors were encountered: