diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-06 22:38:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-06 22:38:07 +0000 |
commit | 45a0ac228c502cef82657130477f43f25366dbef (patch) | |
tree | d3cb1279d64399429cb43cbd43be96cc7b882781 /Master/texmf-dist/tex/latex/ledmac | |
parent | ba638983f65249bb548bd1441329c5d6c0fccbde (diff) |
ledmac (6aug16)
git-svn-id: svn://tug.org/texlive/trunk@41811 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ledmac')
-rw-r--r-- | Master/texmf-dist/tex/latex/ledmac/ledmac.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/ledmac/ledmac.sty b/Master/texmf-dist/tex/latex/ledmac/ledmac.sty index dd79f3e39b7..a716c3eb4b5 100644 --- a/Master/texmf-dist/tex/latex/ledmac/ledmac.sty +++ b/Master/texmf-dist/tex/latex/ledmac/ledmac.sty @@ -23,7 +23,7 @@ %% This work consists of the files listed in the README file. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{ledmac}[2015/10/14 v0.19.3 LaTeX port of EDMAC] +\ProvidesPackage{ledmac}[2016/08/06 v0.19.4 LaTeX port of EDMAC] \newif\ifledfinal \newif\ifnoeledmac @@ -681,7 +681,7 @@ \long\def\critext#1#2/{\leavevmode \begingroup \no@expands - \xdef\@tag{\protect#1}% + \gdef\@tag{#1}% \set@line \global\insert@count=0 \ignorespaces #2\relax @@ -697,7 +697,7 @@ \newcommand{\edtext}[2]{\leavevmode \begingroup \no@expands - \xdef\@tag{\protect#1}% + \gdef\@tag{#1}% \set@line \global\insert@count=0 \ignorespaces #2\relax @@ -725,7 +725,7 @@ \newcommand*{\edfont@info}{\f@encoding/\f@family/\f@series/\f@shape} -\newcommand*{\lemma}[1]{\xdef\@tag{\protect#1}\ignorespaces} +\newcommand*{\lemma}[1]{\gdef\@tag{#1}\ignorespaces} \newcommand*{\linenum}[1]{% \xdef\@tempa{#1|||||||\noexpand\\\l@d@nums}% \global\let\l@d@nums=\empty |