summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/eledmac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-20 21:51:16 +0000
committerKarl Berry <karl@freefriends.org>2013-07-20 21:51:16 +0000
commit9b314970e48a483154483de315cc9d8adf4f0213 (patch)
treeea1a9e14059894b6e9c0ec2406e39321c299ddf3 /Master/texmf-dist/source/latex/eledmac
parentd2cec136344a55e17fc5a0c448a7a925477fd2f9 (diff)
eledmac (20jul13)
git-svn-id: svn://tug.org/texlive/trunk@31251 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac')
-rw-r--r--Master/texmf-dist/source/latex/eledmac/eledmac.dtx18
-rw-r--r--Master/texmf-dist/source/latex/eledmac/eledpar.dtx2
2 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
index 2132ec053d2..0d5cac55cc4 100644
--- a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
+++ b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
@@ -175,7 +175,7 @@
% \changes{v1.4.4}{2013/02/18}{Label inside familiar footnotes.}
% \changes{v1.4.5}{2013/03/02}{Bug with komasscript + eledpar + chapter.}
% \changes{v1.4.6}{2013/04/15}{Bug with memoir class introduced by 1.4.5.}
-% \changes{v1.4.8}{2013/07/02}{Correct a bug with parallel texts introduced by 1.1.}
+% \changes{v1.4.8}{2013/07/02}{Corrects a bug with parallel texts introduced by 1.1.}
% \hyphenation{man-u-script man-u-scripts}
%
% \newcommand{\Lpack}[1]{\textsf{#1}}
@@ -2289,7 +2289,7 @@
% \DescribeMacro{\ledsectnotoc}
% You can create a table of contents that indexes only the titles that appear on the left side of the edition:
% for instance, titles from the original language, not the translation.
-% You could use \cs{ledsectnotoc} at the begining of the side environnment :
+% You could use \cs{ledsectnotoc} at the beginning of the side environnment :
% \begin{verbatim}
% \begin{Rightside}
% \ledsectnotoc
@@ -5673,8 +5673,8 @@
%
% \begin{macro}{\do@linehook}
% \begin{macro}{\do@insidelinehook}
-% Two hooks into \cs{do@line}. The first is called at the begining of \cs{do@line}, the secund is called in the line box.
-% The secund can, for example, have a \cs{markboth} command inside, the first can't.
+% Two hooks into \cs{do@line}. The first is called at the beginning of \cs{do@line}, the second is called in the line box.
+% The second can, for example, have a \cs{markboth} command inside, the first can't.
% \changes{v0.7}{2005/02/18}{Added \cs{do@linehook} for use in \cs{do@line}}
% \changes{v1.5}{2013/07/11}{Added \cs{do@insidelinehook} for use in \cs{do@line}}
% \begin{macrocode}
@@ -10403,7 +10403,7 @@
%
% \begin{macro}{\thestartpageline}
% \begin{macro}{\theendpageline}
-% These macros make up the page/line start/end number when the \cs{edindex} command is call in critical notes.
+% These macros make up the page/line start/end number when the \cs{edindex} command is called in critical notes.
% \begin{macrocode}
\newcommand{\thestartpageline}{\l@dparsedstartpage\pagelinesep\l@dparsedstartline}
\newcommand{\theendpageline}{\l@dparsedendpage\pagelinesep\l@dparsedendline}
@@ -10412,14 +10412,14 @@
% \end{macro}
%
% \begin{macro}{\if@edindex@fornote@true}
-% This boolean test is switching at the begining of each critical note,
+% This boolean test is switching at the beginning of each critical note,
% to allow indexing in this note.
% \begin{macrocode}
\newif\if@edindex@fornote@
% \end{macrocode}
% \end{macro}
% \begin{macro}{\prepare@edindex@fornote}
-% This macro is called at the begining of each critical note.
+% This macro is called at the beginning of each critical note.
% It switches some parameters,
% to allow indexing in this note, with reference to page and line number.
% \begin{macrocode}
@@ -10430,14 +10430,14 @@
% \end{macrocode}
% \end{macro}
% \begin{macro}{\get@index@command}
-% This macro is used to analyse if a text to be indexed have a command after an \verb+|+.
+% This macro is used to analyse if a text to be indexed has a command after a \verb+|+.
% \begin{macrocode}
\def\get@index@command#1|#2{\gdef\@index@command{#2}\gdef\@index@txt{#1}}
% \end{macro}
% \end{macrocode}
% \begin{macro}{\ledinnote}
% \begin{macro}{\ledinnotehyperpage}
-% These macros are used to precise that an index reference point to a note.
+% These macros are used to specifiy that an index reference points to a note.
% \begin{macrocode}
\newcommand{\ledinnote}[2]{\csuse{#1}{#2\emph{n}}}
\newcommand{\ledinnotehyperpage}[2]{\csuse{#1}{\hyperpage{#2}\emph{n}}}
diff --git a/Master/texmf-dist/source/latex/eledmac/eledpar.dtx b/Master/texmf-dist/source/latex/eledmac/eledpar.dtx
index 5e8a6d8c5da..ecbe799354f 100644
--- a/Master/texmf-dist/source/latex/eledmac/eledpar.dtx
+++ b/Master/texmf-dist/source/latex/eledmac/eledpar.dtx
@@ -3419,7 +3419,7 @@
%
% \begin{macro}{\normalbfnoteX}
% \changes{v0.3}{2005/02/04}{Removed extraneous spaces from \cs{normalbfnoteX}}
-% \changes{v1.3.5}{2013/07/10}{Allow to redefine \cs{thefootnoteX} with \c{alph} when some packages are loaded.}
+% \changes{v1.3.5}{2013/07/10}{Allows one to redefine \cs{thefootnoteX} with \c{alph} when some packages are loaded.}
% \begin{macrocode}
\renewcommand{\normalbfnoteX}[2]{%
\ifnumberedpar@