diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/eledmac/eledmac.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/eledmac/eledmac.sty | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/eledmac/eledmac.sty b/Master/texmf-dist/tex/latex/eledmac/eledmac.sty index 2381626172e..7fb173597e0 100644 --- a/Master/texmf-dist/tex/latex/eledmac/eledmac.sty +++ b/Master/texmf-dist/tex/latex/eledmac/eledmac.sty @@ -27,7 +27,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{eledmac}[2015/06/26 v1.24.2 LaTeX port of EDMAC]% +\ProvidesPackage{eledmac}[2015/07/07 v1.24.3 LaTeX port of EDMAC]% \newif\ifledfinal \newif\ifoldprintnpnumspace@ \newif\ifnocritical@% @@ -5716,6 +5716,7 @@ \let\sectionmark\@gobble% \let\subsectionmark\@gobble% } +\catcode`\#=12 \notbool{@noeled@sec}{% \ifl@dmemoir \newcommand\beforeeledchapter{\clearforchapter} @@ -5754,7 +5755,6 @@ \fi% }% -\catcode`\#=12 % Space NEEDS by \catcode \AtBeginDocument{% \patchcmd{\chapter}{\clearforchapter}{% \if@eled@sectioning\else% @@ -5939,7 +5939,9 @@ {} }% } -\catcode`\#=6 %Space NEEDS by \catcode +{}}% +\protect\catcode`\#=6 %Space NEEDS by \catcode +\notbool{@noeled@sec}{% \newwrite\eled@sectioning@out \newcommand{\noeledsec}{% \led@war@noeledsecDeprecated% |