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: Width allocated for Q&A labels


Bob Stayton writes on

http://www.sagehill.net/docbookxsl/QandAformat.html

"Beginning with version 1.62 of the stylesheets, the width allocated for 
the labels is automatically calculated. "

I use qandasets to simulate <exercise>s. A <question> is the 
exercise/problem, an <answer> is the solution.

To label these exercises, I'v got

<xsl:template match="question" mode="label.markup">
<xsl:text>Übung&#160;</xsl:text><xsl:number level="any" 
count="qandaentry" format="1"/>
</xsl:template>

("Übung" = german word for "exercise")

But the width allocated for the labels "Übung NNN" is to small despite 
the above statement. (?)

I am too lazy to give <?dbfo label-width?> processing instructions to 
every <question>. Can I adjust the default value somewhere globally?

Greetings,
Joachim



-- 
Joachim Ziegler                       Stuhlsatzenhausweg 85
Max-Planck-Institut für Informatik    66123 Saarbrücken, Germany
Email: ziegler@mpi-sb.mpg.de          Tel.: (+49) 0681 9325-127



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]