diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/linguex/linguex-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/linguex/linguex-doc.tex | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/linguex/linguex-doc.tex b/Master/texmf-dist/doc/latex/linguex/linguex-doc.tex index 7d4734392c0..fa96f12d607 100644 --- a/Master/texmf-dist/doc/latex/linguex/linguex-doc.tex +++ b/Master/texmf-dist/doc/latex/linguex/linguex-doc.tex @@ -1,7 +1,7 @@ -%% linguex-doc.tex version 3.4 -%% documentation of linguex.sty +%% linguex-doc.tex version 2.0 +%% documentation of linguex.sty version 3.7 %% Author: Wolfgang.Sternefeld@uni-tuebingen.de -%% filedate 02/01/26 +%% filedate 2008/06/30 \documentclass{article} \usepackage{linguex} %\usepackage{linguho} @@ -13,7 +13,7 @@ \begin{document} \title{linguex.sty Documentation} \author{Wolfgang Sternefeld\\ -Version 3.4 --- January 2002} +Version 3.7 --- June 2008} \date{} \maketitle @@ -487,17 +487,23 @@ references from eg. \Last[b] to \renewcommand{\refdash}{}\Last[b]. \subsection*{$\backslash$\tt Exlabelwidth}% By default, the value of \verb.\Exlabelwidth. is determined by the width of the example numbering. More precisely, for labels between -(1) and (9) the labelwidth is by default that of (11); accordingly, the -actual labelwidth is a bit larger than the natural size of the label. -Similarly, \verb.\Exlabelwidth. has the width of (110) for +(1) and (9) the labelwidth is by default the width of the narrowest +number with two digits plus brackets; accordingly, the +actual labelwidth is a bit larger than the natural size of the +label. Digits may differ in size depending on the font in use, so +the calculation is done on the fly. +Similarly, \verb.\Exlabelwidth. has the width of three digits for \verb-\theExNo-'s between (10) and (99). Finally, -\verb,\Exlabelwidth, has the width of (1100) for example numbers +\verb,\Exlabelwidth, has the width of four digits for example numbers between (100) and (999). For even wider labels (usually specified by -an optional argument, cf. above), the label retains its natural size. +an optional argument, cf. above), the label retains its natural +size. I hope that fonts are cooperative by keeping the difference +between the width of digits minimal. Otherwise you might experience +weird behavior of \verb.\Exlabelwidth. Since the space between the \verb.\Exlabelwidth. and the text remains the same, the transition from (9) to (10) and from (99) -to (100) will cause a small change of indentation, which might look +to (100) will cause a change of indentation, which might look ugly, particularly in handouts. In order to supress the default behavior of \verb|\Exlabelwidth|, it must be assigned a particular length. For example, saying @@ -540,4 +546,4 @@ cgloss4e.sty into raggedright by saying %\makehandout -\end{document}
\ No newline at end of file +\end{document} |