| From | Sent On | Attachments |
|---|---|---|
| Tom Browder | Jul 7, 2010 5:19 am | |
| Mauritz Jeanson | Jul 7, 2010 7:49 am | |
| Tom Browder | Jul 7, 2010 8:27 am | |
| Christopher R. Maden | Jul 7, 2010 8:53 am | |
| Tom Browder | Jul 7, 2010 9:20 am | |
| Christopher R. Maden | Jul 7, 2010 9:45 am | |
| Tom Browder | Jul 7, 2010 2:31 pm | |
| Tom Browder | Jul 17, 2010 6:51 am | |
| Bob Stayton | Jul 18, 2010 9:36 am | |
| Tom Browder | Jul 18, 2010 5:45 pm |
| Subject: | Re: [docbook] Newbie Mark Up Complaints | |
|---|---|---|
| From: | Tom Browder (tom....@gmail.com) | |
| Date: | Jul 17, 2010 6:51:03 am | |
| List: | org.oasis-open.lists.docbook | |
On Wed, Jul 7, 2010 at 09:50, Mauritz Jeanson <mj...@johanneberg.com> wrote: ...
| 4. Have the first line of a series of paragraphs in a section not | indented but the rest indented. ... DocBook example: http://www.mail-archive.com/docbook@lists....@
That message gives a solution for indenting normal paras.:
<xsl:attribute-set name="standard.para.spacing"> <xsl:attribute name="text-indent">24pt</xsl:attribute> </xsl:attribute-set>
<xsl:template match="d:para"> <fo:block xsl:use-attribute-sets="standard.para.spacing"> <xsl:call-template name="anchor"/> <xsl:apply-templates/> </fo:block> </xsl:template>
Now, how would one add a template (or modify an existing one) to eliminate the first-line indent just for paras immediately following a <title>?
Thanks.
-Tom





