Re: PDF text alignment - justify

2012-02-26 Thread Stuart Rackham
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 justify ... 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 align

Re: DocBook to AsciiDoc

2012-02-26 Thread Lex Trotman
see the bottom of the message! On 27 February 2012 10:28, Ray Wilson wrote: > Hi All > > I'm grateful for the info on asciidoc but for the time being I would like to > know how to opt out of this list. > Can someone please let me know how. > > Thanks > > Ray > > > > On Sun, Feb 26, 2012 at 10:15

Re: DocBook to AsciiDoc

2012-02-26 Thread Ray Wilson
Hi All I'm grateful for the info on asciidoc but for the time being I would like to know how to opt out of this list. Can someone please let me know how. Thanks Ray On Sun, Feb 26, 2012 at 10:15 AM, Adam Witwer wrote: > Hi Stuart, > > > I tried it on the DocBook generated by asciidoc from bo

Re: Problem with horizontal labels

2012-02-26 Thread Thomas
Thanks for helping. It's a pitty that horizontal labels only usable in a small cases. I've switched all to vertical labeled lists. But good to know about the open block :) cheers, Thomas On 26 Feb., 04:19, Stuart Rackham wrote: > On 25/02/12 23:34, Thomas wrote: > > > > > > > > > > > '-i'''::

Re: DocBook to AsciiDoc

2012-02-26 Thread Adam Witwer
Hi Lex, > In case you ever get stuck with XSLT limits there is > alsohttps://github.com/elextr/codiicsathat I wrote a while ago to do some > elementary stuff.  Being Python it is (IMHO) easier than XSLT to > extend. Very nice -- thanks for sharing and pointing that out to me. That looks extremel

Re: DocBook to AsciiDoc

2012-02-26 Thread Adam Witwer
Hi Stuart, > I tried it on the DocBook generated by asciidoc from book.txt in the asciidoc > distribution (http://code.google.com/p/asciidoc/source/browse/doc/book.txt) > then > round-tripped it to HTML with asciidoc and PDF with a2x -- both compiled > without > errors! Thanks for testing it ou

Re: using "renderas"

2012-02-26 Thread Tomek Kaczanowski
Thank you, this is exactly what I needed! -- Regards, Tomek Kaczanowski http://practicalunittesting.com On Feb 26, 2:47 am, Stuart Rackham wrote: > On 24/02/12 10:39, Tomek Kaczanowski wrote: > > > Hi All, > > > I would like to change the formatting of the few sections titles in my > > book. I

Re: PDF text alignment - justify

2012-02-26 Thread Stargazer
> ... > ok, I got this one - all I had to do is to change "alignment" param > value, like this > justify > ... 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 rec