← Prev in month ← Prev in thread

Changing Table headers

From
Scott Anguish <>
Date
2003-04-10T22:27:14+00:00
ID
Thread
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?
← Prev in month ← Prev in thread