diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-07 21:46:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-07 21:46:38 +0000 |
commit | dc9e42687472cf7aec8823cdc0eb95d03e6da5d2 (patch) | |
tree | 475900ac28c6ba246fc5809a7ae134209f9271f5 /Master/texmf-dist/source/latex/eledmac | |
parent | abfbc863c939631067d07c30c30c0cb69d0ba5f5 (diff) |
eledmac (7aug14)
git-svn-id: svn://tug.org/texlive/trunk@34863 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac')
-rw-r--r-- | Master/texmf-dist/source/latex/eledmac/eledmac.dtx | 15 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/eledmac/eledpar.dtx | 2 |
2 files changed, 9 insertions, 8 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 diff --git a/Master/texmf-dist/source/latex/eledmac/eledpar.dtx b/Master/texmf-dist/source/latex/eledmac/eledpar.dtx index cae0c298ca7..342f132f4a0 100644 --- a/Master/texmf-dist/source/latex/eledmac/eledpar.dtx +++ b/Master/texmf-dist/source/latex/eledmac/eledpar.dtx @@ -220,7 +220,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 bug in English or in French. % -% You can subscribe to the eledmac email list in:\\ \url{https://lists.berlios.de/pipermail/ledmac-users/} +% You can subscribe to the eledmac email list in:\\ \url{http://geekographie.maieul.net/146} % \end{abstract} % \renewcommand{\numberline}[1]{#1~} % \tableofcontents |