Andrew Sutton wrote: > 2. Is there any way to create a caption for an image and then create > links to within the text of the surrounding page (or technically any > page)? > > Actually, I'm pretty sure there's no good way to do this in > quickbook, but I want to do something like: > > [$path_to_image text]] > > So that this generates the image, plus a "Figure n + text" label > below the image. The "n" should probably be automatically generated > by the number of images on the page. It should also create an anchor > onto the image (called current_page#figure_n or something like that). > The text should just be freeform. > > This would allow references from within the surrounding text (or > other text) like: > > [link some_page.figure_2] > > Or something similar. Unfortunately, I'm pretty sure that the [$path > text] stuff would require a change to the Quickbook grammar.
Quickbook sections and headings can be linked to. If you put your image after a heading, then you can link to it using [link...]. To make it easy, just grab the link to it by right clicking the heading and copying the link location. HTH. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
