
21 Oct
2011
21 Oct
'11
5:18 p.m.
How can I change the paths were Boost.QuickBook looks for the following files?
path-constant nav_images : html/images/ ; # png and svg images for home, next, note, tip...
path-constant images_location : html ; # location of SVG and PNG images referenced by Quickbook.
path-constant creates *absolute paths*. You need that for PDF generation when you're embedding the images in the PDF. But don't use that for HTML generation or your users won't be able to read the docs :-( Cheers, John.