From b059596c2d505d33c6ecd66fe94fd5dbc3502919 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Sat, 5 Apr 2008 16:54:45 +0000 Subject: linguex v3.6 git-svn-id: svn://tug.org/texlive/trunk@7320 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/linguex/README | 8 ++++++++ Master/texmf-dist/doc/latex/linguex/README.TEXLIVE | 6 ++++++ Master/texmf-dist/tex/latex/linguex/linguex.sty | 13 ++++++++----- 3 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/linguex/README create mode 100644 Master/texmf-dist/doc/latex/linguex/README.TEXLIVE (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/linguex/README b/Master/texmf-dist/doc/latex/linguex/README new file mode 100644 index 00000000000..0a681065fd0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/linguex/README @@ -0,0 +1,8 @@ +This bundle comprises two packages: + + * The linguex package facilitates the formatting of linguist examples, +automatically taking care of example numbering, indentations, indexed +brackets, and the '*' in grammaticality judgments. + * The ps-trees package provides linguistic trees, building on the +macros of tree-dvips , but overcoming some of the older package's shortcomings. + diff --git a/Master/texmf-dist/doc/latex/linguex/README.TEXLIVE b/Master/texmf-dist/doc/latex/linguex/README.TEXLIVE new file mode 100644 index 00000000000..c788188a6ad --- /dev/null +++ b/Master/texmf-dist/doc/latex/linguex/README.TEXLIVE @@ -0,0 +1,6 @@ +The following files have been removed in the TeX Live installation of +the current package, typically due to duplication, lack of space, or +missing source code. You can find these files on CTAN. If questions or +concerns, email tex-live.org. + + cgloss4e.sty diff --git a/Master/texmf-dist/tex/latex/linguex/linguex.sty b/Master/texmf-dist/tex/latex/linguex/linguex.sty index b0d7eba7b50..df1ad62f9da 100644 --- a/Master/texmf-dist/tex/latex/linguex/linguex.sty +++ b/Master/texmf-dist/tex/latex/linguex/linguex.sty @@ -1,4 +1,4 @@ -%% Copyright 1996, 2002 by Wolfgang Sternefeld +%% Copyright 1996 by Wolfgang Sternefeld %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN %% archives in directory macros/latex/base/lppl.txt; either @@ -9,9 +9,12 @@ %% \ex. embedded in \a. %% linguex.sty version 3.5, revised 2002/01/26, corrected hspacing for %% \alignSubEx +%% linguex.sty version 3.6, revised 2008/03/20, \lessthanten, +%% \lessthanhundred, and \lessthanthousand redefined due to problems +%% with kerning in garamond %% Author: Wolfgang.Sternefeld@uni-tuebingen.de %% status: supported -%% filedate 01/04/30 +%% filedate 2008/03/20 \RequirePackage{xspace,cgloss4e} %%%%%%%%%%%%%%%%%%% FOOTNOTES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % to let \ex. know whether or not it is in a footnote @@ -104,11 +107,11 @@ \ifnum\theExDepth=0\global\unembeddedfalse\else% \end{list}\addtocounter{ExDepth}{-1}\ExEnd\fi} \newcommand{\listdecl}{\parsep\z@\itemsep\z@\partopsep\z@\labelsep\z@ - \@Exleftmargin\z@\settowidth{\lessthanthousand}{(1100)}% + \@Exleftmargin\z@\settowidth{\lessthanthousand}{(0000)}% \ifdim\currentlabel<\lessthanthousand\leftmargin\Exlabelsep \ifdim\lessthanthousand<\Exlabelwidth\Exlabelwidth\Exlabelsep% - \settowidth{\lessthanten}{(11)}% - \settowidth{\lessthanhundred}{(110)}% + \settowidth{\lessthanten}{(00)}% + \settowidth{\lessthanhundred}{(000)}% \ifdim\currentlabel<\lessthanten\leftmargin\lessthanten% \else \ifdim\currentlabel<\lessthanhundred\leftmargin\lessthanhundred% -- cgit v1.2.3