diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/linguex')
-rw-r--r-- | Master/texmf-dist/tex/latex/linguex/linguex.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/linguex/linguex.sty b/Master/texmf-dist/tex/latex/linguex/linguex.sty index 2e4abbe80c5..b9b129bfa08 100644 --- a/Master/texmf-dist/tex/latex/linguex/linguex.sty +++ b/Master/texmf-dist/tex/latex/linguex/linguex.sty @@ -17,6 +17,7 @@ %% with kerning in fonts %% linguex.sty version 3.7a, revised 2009/09/02, replaced hard-coded %% example format with \theExNo +%% linguex.sty version 3.7b, revised 2009/09/18, fixed double paren bug %% Author: Wolfgang.Sternefeld@uni-tuebingen.de %% status: supported %% filedate 2008/06/30 @@ -107,7 +108,7 @@ check number of empty lines at end of examples. Detected}\fi\ExWarningtrue \if@noftnote\refstepcounter{ExNo}% - \Exformat[(\theExNo)]% + \Exformat[\theExNo]% \else \refstepcounter{FnExNo}\Exformat[(\roman{FnExNo})]% \fi} |