Page 1 of 1

DITA Pdf - Change number of columns for page layout

Posted: Thu Dec 08, 2016 3:01 pm
by ann.jensen
Hi,
I want to render our Pdf transforms using 2 columns of text instead of the standard 1.
I have read about the

Code: Select all

column-count
attributes in layout-masters-attr.xsl but this appears to be legacy with DITA-OT 2.*.
How is this achieved now?
Thanks,
Ann

Re: DITA Pdf - Change number of columns for page layout

Posted: Thu Dec 08, 2016 3:28 pm
by ann.jensen
Hi,
I see now that I need to add

Code: Select all

<xsl:attribute name="column-count">2</xsl:attribute>
within

Code: Select all

 <xsl:attribute-set name="region-body.odd">
:oops:
Thanks,
Ann

Re: DITA Pdf - Change number of columns for page layout

Posted: Thu Dec 08, 2016 3:35 pm
by radu_pisoi
Hi,

Thank you for sharing with us your solution.