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: AW: AW: [docbook-apps] adminitions - notes - line break after "Note"


I forgot the line break....

Note some text some text some text some text some text some text some text 
some text some text some text some text some text some text

with "Note" bold and in a different font.

I believe the problem is the

"object.title.markup" in:

<xsl:if test="$admon.textlabel != 0 or title">
	<fo:block keep-with-next.within-column='always'
		xsl:use-attribute-sets="admonition.title.properties">
		<xsl:apply-templates select="." mode="object.title.markup"/>
	</fo:block>
</xsl:if>

But I cannot find the definition in the stylesheets. So I guess it is a
FO-defined makro or something.
I there a reference documentation for this? I've been googling for a while
but haven't found anything.

Hinrich


-----Ursprüngliche Nachricht-----
Von: Sean Wheller [mailto:sean@inwords.co.za] 
Gesendet: Montag, 18. Dezember 2006 15:12
An: Hinrich Aue
Cc: docbook-apps@lists.oasis-open.org
Betreff: Re: AW: [docbook-apps] adminitions - notes - line break after
"Note"

On Monday 18 December 2006 16:01, Hinrich Aue wrote:
> I already changed the note to show a line before and after.
> But what I'm looking for is the line break after "Note".
> Where does it come from?

Not sure I am understanding, but I suspect you want the Note to be left of
the 
text. Like such

Note	Some text. Some text. Some text. Some text. Some text. Some text. 
	Some text.  Some text. Some text. Some text.

In which case you can take the fo:list-block out and arrange the layout of
the 
admonition as you like. The line break is being generated because the admon 
text label is part of the fo:list-block structures. If you can figure the 
XSL:FO you can do nice things with admons in FO output.

Hope this helps.

-- 
Ask me about the Monkey.

Sean Wheller
Technical Author
sean@inwords.co.za
+27-84-854-9408
http://www.inwords.co.za

---------------------------------------------------------------------
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]