summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac/eledmac.dtx')
-rw-r--r--Master/texmf-dist/source/latex/eledmac/eledmac.dtx15
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
index 82d8cd98d8b..464685a4b0f 100644
--- a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
+++ b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
@@ -299,7 +299,7 @@
%
% To report bugs, please go to ledmac's GitHub page and click "New Issue": \url{https://github.com/maieul/ledmac/issues/}. You must open an account with github.com to access my page (maieul/ledmac). GitHub accounts are free for open-source users. You can report bugs in English or in French.
%
-% You can subscribe to the eledmac mail list in:\\ \url{https://lists.berlios.de/pipermail/ledmac-users/}
+% You can subscribe to the eledmac mail list in:\\ \url{http://geekographie.maieul.net/146}
% \end{abstract}
%
% \renewcommand{\numberline}[1]{#1~}
@@ -2830,7 +2830,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{eledmac}[2014/08/05 v1.12.0 LaTeX port of EDMAC]%
+\ProvidesPackage{eledmac}[2014/08/06 v1.12.1 LaTeX port of EDMAC]%
% \end{macrocode}
%
% Generally, these are the modifications to the original.
@@ -5535,6 +5535,7 @@
%
% \begin{macro}{\pstart}
% \changes{v1.6.1}{2013/10/27}{Spurious space in \cs{pstart}.}
+% \changes{v1.12.0}{2014/08/05}{New optional argument for \cs{pstart}, to execute code before it.}
% \begin{macro}{\numberpstarttrue}
% \begin{macro}{\numberpstartfalse}
% \begin{macro}{\labelpstarttrue}
@@ -5552,7 +5553,6 @@
% is happening within a group; definitions must be global if you want
% them to survive past the end of the paragraph.
%
-% \changes{v1.12.0}{2014/08/05}{New optional argument for \cs{pstart}, to execute code before it.}
% \begin{macrocode}
\newcounter{pstart}
@@ -10072,12 +10072,13 @@
% \end{macrocode}
% \end{macro}
% \begin{macro}{\wrap@edcrossref}
+% \changes{v1.12.1}{2014/08/06}{Fix spurious spaces.}
% \cs{wrap@edcrossref} is called around all eledmac crossref command, except those which start by x. It adds the hyperlink.
% \begin{macrocode}
\newcommand{\wrap@edcrossref}[2]{%
\ifdef{\hyperlink}%
{\hyperlink{#1}{#2}}%
- {#2}
+ {#2}%
}
% \end{macrocode}
% \end{macro}
@@ -11565,13 +11566,13 @@
% \begin{macro}{\endstanzaextra}
% \begin{macro}{\@startstanza}
% \begin{macro}{\stanza}
+% \changes{v1.12.0}{2014/08/05}{Add \cs{newverse} macro, \cs{falseverse} deprecated.}
+% \changes{v1.12.0}{2014/08/05}{\cs{Stanza} can have an optional argument: content to be printed before.}
+% \changes{v1.12.0}{2014/08/05}{\ampersand can have an optional argument: content to be printed after.}
% \begin{macro}{\@stopstanza}
% \begin{macro}{\newverse}
% \begin{macro}{\falseverse}
% \changes{v1.6.0}{2013/10/09}{Add \cs{falseverse} macro.}
-% \changes{v1.12.0}{2014/08/05}{Add \cs{newverse} macro, \cs{falseverse} deprecated.}
-% \changes{v1.12.0}{2014/08/05}{\cs{Stanza} can have a optional argument: content to be printed before.}
-% \changes{v1.12.0}{2014/08/05}{\ampersand can have a optional argument: content to be printed after.}
% Now we have the components of the \verb+\stanza+ macro,
% which appears at the start of a group of lines. This macro
% initializes the count and checks to see if hanging indentation