> ... > ok, I got this one - all I had to do is to change "alignment" param > value, like this > <xsl:param name="alignment">justify</xsl:param> > ...
Since you are using fop, I believe you can also add an a2x option either on the command line or in the document file. // a2x --xsltproc-opts="--param alignment justify" Peg -- 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.
