Hi Robert,

On Do, 2013-09-19 at 06:23 -0500, Robert Nagle wrote:
> I am trying to increase the amount of indent on my itemizedlists and
> orderedlists for my print output. Lists on my PDF show up at the same
> indent as my paragraphs. This looks particularly bad on my itemizedlists.
> 
> I had some ideas about how to accomplish this using attributesets, but I'm
> beginning to suspect that I actually don't have a clue.

This seems to work for us (I think ;) ):

<xsl:attribute-set name="list.block.properties">
  <xsl:attribute name="provisional-label-separation">
    <!-- Insert distance between bullet/number and content -->
  </xsl:attribute>
  <xsl:attribute name="provisional-distance-between-starts">
    <!-- Insert distance between margin and content -->
  </xsl:attribute>
</xsl:attribute-set>


The FO parameter reference (see section 2.21) is a great resource here,
as it contains a listings specifying which attributes any attribute set
contains by default (which should give you some hints):
  http://docbook.sourceforge.net/release/xsl/current/doc/fo/index.html

Regards,

Stefan.

-- 
SUSE LINUX GmbH, Maxfeldstraße 5, D-90409 Nürnberg
Geschäftsführer: Jeff Hawn, Jennifer Guild, Felix Imendörffer
HRB 21284 (AG Nürnberg)

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to