This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] Changing Table headers


I've figured out how to move Table/Figure and other headers to the bottom of the image by adding

<xsl:param name="formal.title.placement">
figure after
example before
equation before
table before
procedure before
</xsl:param>

to my custom .xsl file... (this is great BTW... I wish it was documented someplace)

The next change I need to make is a bit more extreme though.

I'd prefer

<p class="title"><span class="title-header">Figure 1:</span> title contents</p>

to having the entire thing bolded.

I've found where this bolding is done, and removed it entirely, but how do I add it back in as above?



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe at lists dot oasis-open dot org
For additional commands, e-mail: docbook-apps-help at lists dot oasis-open dot org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]