RE: [docbook-apps] indent depth of <blockquote> and <literallayout>

From
Alan C. Oehler <>
Date
2006-01-13T17:12:57+00:00
ID
Thread
RE: [docbook-apps] indent depth of <blockquote> and <literallayout>
Ron,

There is a parameter called alignment; set it to "left"

E.g., if using xsltproc add this to the options:

--stringparam alignment left

or in a customization layer

<xsl:param name="alignment" select="'left'"/>

Regards,

Alan


> -----Original Message-----
> From: Ron Catterall [mailto:] 
> Sent: Friday, January 13, 2006 8:04 AM
> To: 
> Subject: [docbook-apps] indent depth of <blockquote> and 
> <literallayout>
> 
> I'm sure this is a very simple problem - what I want to do is 
> left justify all block elements in PDF output - titles, 
> paras, sections, sect 1 etc, blockquotes, literallayouts, 
> lists, tables.  How can I do it in my customization layer?  
> I'm using Oxygen 6.2 and XEP 4.4 with Docbook 4.4.
> -- 
> Ron Catterall, Phd, DSc				email: 
> 
> Prolongacion de Hidalgo 140				
> http://catterall.net/
> San Felipe del Agua					tel: 
> +52 951 520 1821
> Oaxaca      68020	Mexico				fax: +1 
> 530 348 8309
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
> 
> 
>