This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: callouts and spacing with fo


/ David Cramer <david_cramer@broadjump.com> was heard to say:
| the right place, but numbers 4-5 are off by one line plus some spaces. This
| must have something to do with the fact that the < and > signs are changed
| to &lt; and &gt; in the fo output, but that there is only one tag on line
| one of the listing, and two tags (and so two pairs of <>) on lines 3-5 of
| the listing. 

Nope. The problem is that you've used tab characters to indent the lines
of your program listing and tab characters only "count" as one space but
they often generate more than one space character's width of stuff in the
output.

Avoid tabs.

| A second question: The references to the graphics show up in the .fo file
| (<img src="../images/callouts/4.png" alt="(4)"/> and they are in
| ../images/callouts/ relative to the fo document, but they don't ever appear
| in the .pdf.

What FO processor are you using? Does it support PNGs?

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | 'I have done that,' says my
http://www.oasis-open.org/docbook/ | memory. 'I cannot have done
Chair, DocBook Technical Committee | that'--says my pride, and remains
                                   | adamant. At last--memory
                                   | yields.--Nietzsche

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]