diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac/eledmac.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/eledmac/eledmac.dtx | 18 |
1 files changed, 9 insertions, 9 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}}} |