summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/eledmac/eledpar.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac/eledpar.dtx')
-rw-r--r--Master/texmf-dist/source/latex/eledmac/eledpar.dtx11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/eledmac/eledpar.dtx b/Master/texmf-dist/source/latex/eledmac/eledpar.dtx
index 2ec3c879ce8..bcee41d4e4c 100644
--- a/Master/texmf-dist/source/latex/eledmac/eledpar.dtx
+++ b/Master/texmf-dist/source/latex/eledmac/eledpar.dtx
@@ -718,7 +718,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{eledpar}[2012/10/08 v1.2 eledmac extension for parallel texts]
+\ProvidesPackage{eledpar}[2012/11/01 v1.2.1 eledmac extension for parallel texts]
% \end{macrocode}
% With the option `shiftedpstarts' a long pstart one the left side (or in the right side) don't make a blank on the corresponding pstart, but the blank is put on the bottom of the page. Consequently, the pstarts on the parallel pages are shifted, but the shifted stop at every end of pages.
@@ -925,15 +925,16 @@
% \end{macrocode}
% \end{macro}
% \begin{macro}{\initnumbering@sectcountR}
+% \changes{v1.2.1}{2012/11/01}{The counter of the right section are define only one time.}
% For we want the numbering of the section commands in the right side to be not continous
% with the numbering of the rightside
% we switch the \LaTeX\ counter in \cs{numberingR}.
% \begin{macrocode}
+\newcounter{chapterR}
+\newcounter{sectionR}
+\newcounter{subsectionR}
+\newcounter{subsubsectionR}
\newcommand{\initnumbering@sectcountR}{
- \newcounter{chapterR}
- \newcounter{sectionR}
- \newcounter{subsectionR}
- \newcounter{subsubsectionR}
\let\c@chapter\c@chapterR
\let\c@section\c@sectionR
\let\c@subsection\c@subsectionR