|
Last change
on this file was 2, checked in by jkacer, 18 years ago |
|
Added all DocBook Framework stuff:
- DocBook DTD
- Transformation software FOP 0.20.5 and Saxon 6
- XSL styles
- Rexx scripts
Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | <refentry id="variablelist.max.termlength">
|
|---|
| 2 | <refmeta>
|
|---|
| 3 | <refentrytitle>variablelist.max.termlength</refentrytitle>
|
|---|
| 4 |
|
|---|
| 5 | </refmeta>
|
|---|
| 6 | <refnamediv>
|
|---|
| 7 | <refname>variablelist.max.termlength</refname>
|
|---|
| 8 | <refpurpose>Specifies the longest term in variablelists</refpurpose>
|
|---|
| 9 | </refnamediv>
|
|---|
| 10 |
|
|---|
| 11 | <refsynopsisdiv>
|
|---|
| 12 | <src:fragment id='variablelist.max.termlength.frag'>
|
|---|
| 13 | <xsl:param name="variablelist.max.termlength">24</xsl:param>
|
|---|
| 14 | </src:fragment>
|
|---|
| 15 | </refsynopsisdiv>
|
|---|
| 16 |
|
|---|
| 17 | <refsect1><title>Description</title>
|
|---|
| 18 |
|
|---|
| 19 | <para>In variablelists, the <sgmltag>listitem</sgmltag>
|
|---|
| 20 | is indented to leave room for the
|
|---|
| 21 | <sgmltag>term</sgmltag> elements. That indent may be computed
|
|---|
| 22 | if it is not specified with a <sgmltag class="attribute">termlength</sgmltag>
|
|---|
| 23 | attribute on the <sgmltag>variablelist</sgmltag> element.
|
|---|
| 24 | </para>
|
|---|
| 25 | <para>
|
|---|
| 26 | The computation counts characters in the
|
|---|
| 27 | <sgmltag>term</sgmltag> elements in the list
|
|---|
| 28 | to find the longest term. However, some terms are very long
|
|---|
| 29 | and would produce extreme indents. This parameter lets you
|
|---|
| 30 | set a maximum character count. Any terms longer than the maximum
|
|---|
| 31 | would line wrap. The default value is 24.
|
|---|
| 32 | </para>
|
|---|
| 33 | <para>
|
|---|
| 34 | The character counts are converted to physical widths
|
|---|
| 35 | by multiplying by 0.50em. There will be some variability
|
|---|
| 36 | in how many actual characters fit in the space
|
|---|
| 37 | since some characters are wider than others.
|
|---|
| 38 | </para>
|
|---|
| 39 |
|
|---|
| 40 | </refsect1>
|
|---|
| 41 | </refentry>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.