On 4 August 2011 07:41, Tomek Kaczanowski <[email protected]> wrote: > Hi Lex, > >> > Any hints on how to deal with this problem? >> Any hints on what you are using to filter them might be helpful. > Not sure what you are asking for, but will try to explain. > > I have such fragments in my book: > > [source,java] > ---- > public class SomeClass { > /// whatever here > } > ---- > > I render asciidoc file to PDF using the following commands: > a2x -f pdf -a docinfo1 -d book --fop $SRCDIR/book/book.txt -v -D > $TARGET
Here the rendering of the code is done by the dblatex backend so you will have to use its settings to change the fontsize. Cheers Lex > > Not sure what else might be useful to help you help me. :) > > -- > Cheers, > Tomek Kaczanowski > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/asciidoc?hl=en. > > -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
