diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ednotes/ednotes.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ednotes/ednotes.sty | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/ednotes/ednotes.sty b/Master/texmf-dist/tex/latex/ednotes/ednotes.sty index e5b04a6bd5e..9168f7c0f53 100644 --- a/Master/texmf-dist/tex/latex/ednotes/ednotes.sty +++ b/Master/texmf-dist/tex/latex/ednotes/ednotes.sty @@ -5,7 +5,7 @@ %% --author-maintained, for critical editions %% (varying J. Lavagnino's and D. Wujastyk's EDMAC). %% -\def\fileversion{1.3} \def\filedate{2006/07/06} %% TODO +\def\fileversion{1.3a} \def\filedate{2006/10/05} %% TODO % %% This file can be redistributed and/or modified under %% the terms of the LaTeX Project Public License; either @@ -218,6 +218,8 @@ % `Paragraphed footnotes'. See our package `mfparptc.sty' for % details (for the time being). % 4.) Option `perpage' is just passed to `manyfoot.sty'. +% (This requires that the perpage package has been installed; +% to be obtained from CTAN folder macros/latex/contrib/bigfoot/.) % 5.) Option `countoccurrences' provides a command \countword % for a half-way solution of the problem of lemma words that % occur more than once in a line. See our package `edcntwd0.sty'. @@ -673,6 +675,7 @@ % }% } % +%% TODO \afterpackage: % Load `edcntwd0.sty' after `lineno.sty': \DeclareOption{countoccurrences}{% \AtEndOfPackage{\RequirePackage{edcntwd0}[2006/06/16]}} @@ -1333,10 +1336,10 @@ \AtEndDocument{\@EN@pagebreaks@finalwarn} \let\@EN@pagebreaks@finalwarn\relax \def\@EN@pagebreaksfinalwarn{% - \typeout{% + \typeout{^^J% Package ednotes: There have been \string\warningpagebreak\space occurrences.^^JFor your final version, we recommend checking - whether they still are^^Jappropriate.}% + whether they still are^^Jappropriate.^^J}% } \def\warningpagebreak{% \@EN@warning{Page break (\string\warningpagebreak) @@ -1532,10 +1535,8 @@ v1.23a /06/20 Corrected \RequirePackage{edcntwd0}-date. v1.23b /06/22 Require manyfoot v1.9. /06/26 LPPL v1.3c; require mfparptc v4.1; remarks on hyphenation of first word in lemma tag. - [Sent to CTAN] v1.23c /06/27 Fix for \pause/\resume in lemma tag (Roy Flechner, a few day later Christian Tapp as well). - [Sent to Ednotes.news] v1.3 2006/06/27 affirmed \long's (were TODOs); simplified \@EN@gobble@pause. 2006/06/28 \@EN@robust@process refined; gobble \>\@nil etc.; @@ -1545,5 +1546,8 @@ v1.3 2006/06/27 affirmed \long's (were TODOs); simplified \@EN@notelabel@cmd, \@EN@pause@ltag, \@EN@pause@aux. 2006/07/05 \SelectAnoteRule etc. supporting manyfoot's \SelectFootnoteRule. - 2006/07/06 \includeonly just with \@addtoreset{@ckpt}; + 2006/07/06 \includeonly just with \@addtoreset{@ckpt}. + [Sent to CTAN, Christian, Sergei] +v1.3a 2006/07/20 Blank screen line above/below final warning. + 2006/10/05 News about perpage. |