Next in thread →
Next in month →
Re: [docbook-apps] indent depth of <blockquote> and <literallayout>
The blockquote element has its own attribute set: http://docbook.sourceforge.net/release/xsl/current/doc/fo/blockquote.properties.html Bob Stayton Sagehill Enterprises DocBook Consulting ----- Original Message ----- From: "Ron Catterall" <> To: "Alan C. Oehler" <>; <> Sent: Friday, January 13, 2006 12:33 PM Subject: RE: [docbook-apps] indent depth of <blockquote> and <literallayout> > Many thanks Alan, I've tried your suggestion, but unfortunately that > does not remove the indents on <blockquote> - which is the main > reason I want to go left justified throughout. I have tried the > combination: > <xsl:param name="body.start.indent" select ="'0pt'" /> > <xsl:param name="alignment" select="'left'"/> > but <blockquote>s are still way out there. > Thanks anyway > Ron > > > >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: > >> > >> > >> > > > -- > 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: > > >
Next in thread →
Next in month →