From 353beb374af998a845087a30ed374574bbb33b06 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Nov 2011 13:56:49 +0000 Subject: ledmac (18nov11) git-svn-id: svn://tug.org/texlive/trunk@24631 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/ledmac/ledmac.dtx | 8 +++++--- Master/texmf-dist/source/latex/ledmac/ledpar.dtx | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/source/latex') diff --git a/Master/texmf-dist/source/latex/ledmac/ledmac.dtx b/Master/texmf-dist/source/latex/ledmac/ledmac.dtx index dfc230210a3..a01c2b301ef 100644 --- a/Master/texmf-dist/source/latex/ledmac/ledmac.dtx +++ b/Master/texmf-dist/source/latex/ledmac/ledmac.dtx @@ -135,7 +135,8 @@ % \def\fileversion{v0.11} \def\filedate{2011/09/16} % \def\fileversion{v0.12} \def\filedate{2011/10/01} % \def\fileversion{v0.12.1} \def\filedate{2011/10/02} -% \def\fileversion{v0.13} \def\filedate{2011/08/11} +% \def\fileversion{v0.13} \def\filedate{2011/11/08} +% \def\fileversion{v0.13.1} \def\filedate{2011/11/18} % \changes{v0.1}{2003/03/25}{First public release} % \changes{v0.2}{2003/08/16}{Added tabmac code, and extended indexing} % \changes{v0.2.1}{2003/09/13}{Bug fixes and match with mempatch v1.8} @@ -167,6 +168,7 @@ % \changes{v0.12.1}{2011/10/02}{The numbering of \cs{pstarts} restarts on each \cs{beginnumbering}.} % \changes{v0.12.1}{2011/10/02}{Don't number \cs{pstarts} of stanza.} %\changes{v0.13}{2011/11/08}{New stanzaindentsrepetition counter to repeat stanza indents every \emph{n} verses.} +% \changes{v0.13.1}{2011/11/18}{\cs{thepstartL} and \cs{thepstartR} use now \cs{bfseries} and not \cs{bf}, which is deprecated and make conflicts with memoir class.} % \hyphenation{man-u-script man-u-scripts} % % \newcommand{\Lpack}[1]{\textsf{#1}} @@ -2970,7 +2972,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{ledmac}[2011/11/08 v0.13 LaTeX port of EDMAC] +\ProvidesPackage{ledmac}[2011/11/18 v0.13.1 LaTeX port of EDMAC] % \end{macrocode} % @@ -5584,7 +5586,7 @@ % \begin{macrocode} \newcounter{pstart} -\renewcommand{\thepstart}{{\bf\@arabic\c@pstart}. } +\renewcommand{\thepstart}{{\bfseries\@arabic\c@pstart}. } \newif\ifnumberpstart \numberpstartfalse \newcommand*{\pstart}{ diff --git a/Master/texmf-dist/source/latex/ledmac/ledpar.dtx b/Master/texmf-dist/source/latex/ledmac/ledpar.dtx index 1a00904d366..ad8a3f8c9ac 100644 --- a/Master/texmf-dist/source/latex/ledmac/ledpar.dtx +++ b/Master/texmf-dist/source/latex/ledmac/ledpar.dtx @@ -130,6 +130,7 @@ % \def\fileversion{v0.9}\def\filedate{2011/10/01} % \def\fileversion{v0.9.1}\def\filedate{2011/10/02} % \def\fileversion{v0.9.2}\def\filedate{2011/11/08} +% \def\fileversion{v0.9.3}\def\filedate{2011/11/18} % \changes{v0.1}{2004/12/10}{First public release} % \changes{v0.2}{2005/01/01}{Fix babel problems} % \changes{v0.3}{2005/03/24}{Reorganize for ledarab} @@ -144,6 +145,7 @@ % \changes{v0.9}{2011/10/01}{Possibilty to number the pstart with the commands \cs{numberpstarttrue}.} % \changes{v0.9.1}{2011/10/02}{The numbering of the pstarts restarts on each \cs{beginnumbering}.} % \changes{v0.9.2}{2011/11/08}{Debug : with \cs{Columns}, the hanging indentation now runs on the left columns and the hanging symbol is shown only when \cs{stanza} is used.} +% \changes{v0.9.3}{2011/11/18}{\cs{thepstartL} and \cs{thepstartR} use now \cs{bfseries} and not \cs{bf}, which is deprecated and make conflicts with memoir class.} % \hyphenation{man-u-script man-u-scripts} % % \newcommand{\Lpack}[1]{\textsf{#1}} @@ -699,7 +701,7 @@ % \begin{macrocode} %<*code> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{ledpar}[2011/11/08 v0.9.2 ledmac extension for parallel texts] +\ProvidesPackage{ledpar}[2011/11/18 v0.9.3 ledmac extension for parallel texts] % \end{macrocode} % With the option `shiftedverses' a long verse one the left side (or in the right side) don't make a blank on the corresponding verse, but the blank is put on the bottom of the page. Consequently, the verses on the parallel pages are shifted, but the shifted stop at every end of pages. @@ -2266,9 +2268,9 @@ % \begin{macrocode} \newcounter{pstartL} -\renewcommand{\thepstartL}{{\bf\@arabic\c@pstartL}. } +\renewcommand{\thepstartL}{{\bfseries\@arabic\c@pstartL}. } \newcounter{pstartR} -\renewcommand{\thepstartR}{{\bf\@arabic\c@pstartR}. } +\renewcommand{\thepstartR}{{\bfseries\@arabic\c@pstartR}. } \newcommand*{\pstartL}{ \if@nobreak -- cgit v1.2.3