summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/eledmac/eledpar.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-11-02 23:34:02 +0000
committerKarl Berry <karl@freefriends.org>2012-11-02 23:34:02 +0000
commit99db2cb19f00c6825c3369de307c10164fdf3c95 (patch)
tree7b3eb156c884447624ecc6fce06ab9d2150437be /Master/texmf-dist/source/latex/eledmac/eledpar.dtx
parent89df75aae9d25e94c83fbf99d633236815f26b0f (diff)
eledmac (2nov12)
git-svn-id: svn://tug.org/texlive/trunk@28154 c570f23f-e606-0410-a88d-b1316a301751
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