OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Reducing the top-margin and botton margin in programlisting


That spacing is set with these attributes in the 'verbatim.properties' attribute-set, which is used by the 'monospace.verbatim.properties' attribute-set:

 <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
 <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
 <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
 <xsl:attribute name="space-after.minimum">0.8em</xsl:attribute>
 <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
 <xsl:attribute name="space-after.maximum">1.2em</xsl:attribute>

If you want to override these just for programlisting, not literallayout, then set new attributes in 'monospace.verbatim.properties' in your customization layer.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- From: "Lars Vogel" <lars.vogel@googlemail.com>
To: "DocBook Apps" <docbook-apps@lists.oasis-open.org>
Sent: Friday, June 15, 2012 2:00 AM
Subject: [docbook-apps] Reducing the top-margin and botton margin in programlisting


Hello,

I my PDF output I would like to reduce the top and botton margin which
is added to a programlisting section. Attached a screenshot of the
current output, the highlighted area is included in the output.

Any suggestions how to do this?

Best regards, Lars
--
Lars
http://www.vogella.com - Eclipse, Android and Java Tutorials
http://www.twitter.com/vogella - Lars on Twitter



--------------------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]