summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/eledmac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-09-27 23:10:47 +0000
committerKarl Berry <karl@freefriends.org>2017-09-27 23:10:47 +0000
commit5727b466108fe7f0d34dbcc3daddfab7a18dfe6d (patch)
tree4be1df4af6b53f17161f039880daec0ede64df81 /Master/texmf-dist/source/latex/eledmac
parentc4cbae8dd671567ad2dd25123f2895d0be874308 (diff)
eledmac (26sep17)
git-svn-id: svn://tug.org/texlive/trunk@45418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac')
-rw-r--r--Master/texmf-dist/source/latex/eledmac/eledmac.dtx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
index fab101adcb9..bfe0c097861 100644
--- a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
+++ b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
@@ -281,6 +281,7 @@
% \changes{v1.24.9}{2015/10/05}{Compatibility with \LaTeX format 2015/10/01.}
% \changes{v1.24.10}{2015/10/07}{Fix bug with old version of etex.}
% \changes{v1.24.11}{2015/10/14}{Fix compatibility with bidi 17.9 and following.}
+% \changes{v1.24.12}{2017/09/25}{Fix little bug with \protect\cs{lednopb}.}
% \hyphenation{man-u-script man-u-scripts}
%
%
@@ -3242,7 +3243,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{eledmac}[2015/10/14 v1.24.11 LaTeX port of EDMAC]%
+\ProvidesPackage{eledmac}[2017/09/25 v1.24.12 LaTeX port of EDMAC]%
% \end{macrocode}
%
% Generally, these are the modifications to the original.
@@ -5644,7 +5645,7 @@
{\numgdef{\nc@page}{\c@page+1}%
\write\linenum@out{\string\@nl[\nc@page][\nc@page]}%
}%
- {\write\linenum@out{\string\n@l[\the\c@page][\thepage]}}%
+ {\write\linenum@out{\string\@nl[\the\c@page][\thepage]}}%
}%
{\write\linenum@out{\string\@nl[\the\c@page][\thepage]}}%
}%