yep, verified: this option works exactly as my solution: a2x --xsltproc-opts="--stringparam alignment justify"
Thanks for help! -- Regards, Tomek Kaczanowski On Feb 27, 1:47 am, Stuart Rackham <[email protected]> wrote: > On 27/02/12 08:19, Stargazer wrote: > > >> ... > >> 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" > > That's good tip, though I found I had to use --stringparam instead of --param. > Using --param caused FOP (0.95) to generate a Java Null Pointer Exception. > > Cheers, Stuart > > > > > > > > > > > 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.
