diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-08 00:45:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-08 00:45:13 +0000 |
commit | d3b974a90a027f4e3109e15c5412d8f83085c284 (patch) | |
tree | 56b6cf3b21ebb2884ae3a039887b184e080dc783 /Master/texmf-dist/tex/latex/semantic/ligature.sty | |
parent | c595c45087165b3b8ae636cfe06fed1e8585e51d (diff) |
semantic update needed from 2002, from kaja
git-svn-id: svn://tug.org/texlive/trunk@1783 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/semantic/ligature.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/semantic/ligature.sty | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/semantic/ligature.sty b/Master/texmf-dist/tex/latex/semantic/ligature.sty index 324d6605790..619548286dc 100644 --- a/Master/texmf-dist/tex/latex/semantic/ligature.sty +++ b/Master/texmf-dist/tex/latex/semantic/ligature.sty @@ -20,6 +20,10 @@ %% original source files, as listed above, are part of the %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) +%% +%% semantic.dtx (c)1995--2002 Peter Møller Neergaard and +%% Arne John Glenstrup +%% \expandafter\ifx\csname sem@nticsLoader\endcsname\relax \PackageError{semantic}{% This file should not be loaded directly} @@ -43,7 +47,7 @@ \TestForConflict{\mathligsoff,\mathligson,\@startmathlig,\@pushedtoks} \newif\if@mathligon \DeclareRobustCommand\mathlig[1]{\@addligtolists#1\@@ - \if@mathligon\mathligon\fi + \if@mathligon\mathligson\fi \@setupfirstligchar#1\@@ \@defligstep{}#1\@@} \def\@mathligson{\if@mathligon\mathligson\fi} @@ -138,8 +142,8 @@ \def\@try@mathlig#1{%\typeout{char: #1 catcode: \the\catcode`#1 \@ifundefined{@mathlig\the\@seentoks#1}{\@exitmathlig{#1}}% {\expandafter\ifx - \csname @mathlig\the\@seentoks#1\endcsname - \@mathliglink + \csname @mathlig\the\@seentoks#1\endcsname + \@mathliglink \expandafter\@pushedtoks \expandafter=\expandafter{\the\@pushedtoks#1}% \else |