From 40b77833e2dd867249a8efba54ca9c1f75852053 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 29 May 2013 21:14:48 +0000 Subject: linguex (29may13) git-svn-id: svn://tug.org/texlive/trunk@30815 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/linguex/linguex.sty | 26 ++++++++++++++++-------- Master/texmf-dist/tex/latex/linguex/linguho.sty | 18 ++++++++-------- Master/texmf-dist/tex/latex/linguex/ps-trees.sty | 3 ++- 3 files changed, 30 insertions(+), 17 deletions(-) (limited to 'Master/texmf-dist/tex/latex/linguex') diff --git a/Master/texmf-dist/tex/latex/linguex/linguex.sty b/Master/texmf-dist/tex/latex/linguex/linguex.sty index 97677285f9a..18e34222d8b 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 by Wolfgang Sternefeld +%% Copyright 1996-2013 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 @@ -24,9 +24,13 @@ %% linguex.sty version 4.2 replaces \rm by \textrm in definition of %% \stripoffbr; undoes the change in version 4.0 from .66\baselineskip to %% \Extopsep; renews definition of \label AtBeginDocument +%% linguex.sty version 4.3 removes code that caused problems with beamer; adds +%% a \ProvidesPackage line to keep track of versions better %% Author: Wolfgang.Sternefeld@uni-tuebingen.de -%% status: supported -%% filedate April 14th 2010 +%% status: maintained +%% filedate May 28th 2013 + +\ProvidesPackage{linguex}[2013/05/28 Example formatting for linguistics v. 4.3] \RequirePackage{xspace,cgloss4e} %%%%%%%%%%%%%%%%%%% FOOTNOTES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % to let \ex. know whether or not it is in a footnote @@ -418,9 +422,15 @@ \if@noftnote\theExRBr\else\theFnExRBr\fi\xspace}}%hard %wired bracket changed to \theExBr in version 4.0 %%%%%%%%%%%%%%%%%%%%%%%%%%% compatibility with beamer class %%%%%%%%%%%%%%%%%%%%%%%%%% -\@ifundefined{usetheme}{}{\AtBeginDocument{\def\label#1{\strut%strut added to definition -\@bsphack - \protected@write\@auxout{}% - {\string\newlabel{#1}{{\@currentlabel}{\thepage}}}% -\@esphack}}} +% This code has now been commented out in v 4.2 since it now causes problems with beamer +% The original problem it solved was probably a beamer issue, not a linguex issue. +% Users with old versions of beamer may need this code so let's leave it in the source for the moment +% +% +%\@ifundefined{usetheme}{}{\AtBeginDocument{\def\label#1{\strut%strut added to definition +%\@bsphack +% \protected@write\@auxout{}% +% {\string\newlabel{#1}{{\@currentlabel}{\thepage}}}% +%\@esphack}}} %%%%%%%%%%%%%%%%%%%%%%%%%%% END %%%%%%%%%%%%%%%%%%%%%%%%%% +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/linguex/linguho.sty b/Master/texmf-dist/tex/latex/linguex/linguho.sty index 9d11cbb14a3..6796f0fbd26 100644 --- a/Master/texmf-dist/tex/latex/linguex/linguho.sty +++ b/Master/texmf-dist/tex/latex/linguex/linguho.sty @@ -5,9 +5,11 @@ %% version 1 of the License, or any later version. %% linguho.sty for linguex.sty %% Author: Wolfgang.Sternefeld@uni-tuebingen.de +%% Status: maintained %% fileversion 2.0 %% filedate 99/05/04 - +%% +\ProvidesPackage{lingo}[1999/04/05 Make linguistics handouts v. 2.0] \RequirePackage{linguex} \newif\ifcopytohandout \DeclareOption{*}{\copytohandouttrue} @@ -34,13 +36,13 @@ \newwrite\han\immediate\openout\han=\jobname.han \def\MakeOther #1{\catcode`#1 = 12} \def\MkOthersSpecial{% - %\MakeOther{\ง}%to be copied for all active characters - %\MakeOther{\Š} - %\MakeOther{\š} - %\MakeOther{\€} - %\MakeOther{\…} - %\MakeOther{\†} - %\MakeOther{\Ÿ} + %\MakeOther{\ยง}%to be copied for all active characters + %\MakeOther{\ยŠ} + %\MakeOther{\ยš} + %\MakeOther{\ย€} + %\MakeOther{\ย…} + %\MakeOther{\ย†} + %\MakeOther{\ยŸ} %\MakeOther{\"} }%This definition must be uncommented if any of\ %% the characters in the above definition are \active diff --git a/Master/texmf-dist/tex/latex/linguex/ps-trees.sty b/Master/texmf-dist/tex/latex/linguex/ps-trees.sty index 00855bd4417..6f31dffcf9e 100644 --- a/Master/texmf-dist/tex/latex/linguex/ps-trees.sty +++ b/Master/texmf-dist/tex/latex/linguex/ps-trees.sty @@ -3,9 +3,10 @@ %% of the LaTeX Project Public License Distributed from CTAN %% archives in directory macros/latex/base/lppl.txt; either %% version 1 of the License, or any later version. -%% ps-trees.sty version 2 +%% ps-trees.sty version 2.0 %% Author: Wolfgang.Sternefeld@uni-tuebingen.de %% filedate 99/27/04 +\ProvidesPackage{ps-trees}[1999/04/27 Linguistic trees in tabular form v. 2.0] \RequirePackage{tree-dvips} \newtoks\AllNodes \newtoks\CollectedNodes -- cgit v1.2.3