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] 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
bobs@sagehill.net


----- Original Message ----- 
From: "Ron Catterall" <ron@catterall.net>
To: "Alan C. Oehler" <alan@xensource.com>;
<docbook-apps@lists.oasis-open.org>
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:ron@catterall.net]
> >>  Sent: Friday, January 13, 2006 8:04 AM
> >>  To: docbook-apps@lists.oasis-open.org
> >>  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:
> >>  ron@catterall.net
> >>  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: docbook-apps-unsubscribe@lists.oasis-open.org
> >>  For additional commands, e-mail:
> >>  docbook-apps-help@lists.oasis-open.org
> >>
> >>
>
>
> -- 
> Ron Catterall, Phd, DSc email: ron@catterall.net
> 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: 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]