diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ednotes/ednotes.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ednotes/ednotes.sty | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/ednotes/ednotes.sty b/Master/texmf-dist/tex/latex/ednotes/ednotes.sty index 646bee669cc..6fb640b67e5 100644 --- a/Master/texmf-dist/tex/latex/ednotes/ednotes.sty +++ b/Master/texmf-dist/tex/latex/ednotes/ednotes.sty @@ -5,11 +5,11 @@ %% --author-maintained, for critical editions %% (varying J. Lavagnino's and D. Wujastyk's EDMAC). %% -\def\fileversion{1.23a} \def\filedate{2006/06/20} %% TODO +\def\fileversion{1.23b} \def\filedate{2006/06/26} %% TODO % %% This file can be redistributed and/or modified under %% the terms of the LaTeX Project Public License; either -%% version 1.3a of the License, or any later version. +%% version 1.3c of the License, or any later version. %% The latest version of this license is in %% %% http://www.latex-project.org/lppl.txt @@ -54,7 +54,7 @@ % *Packages required:* % This package will not work without the following ones % ("visible"--cf. visible.txt in CTAN ednotes folder): -% o Packages `manyfoot.sty' and `nccfoots.sty' by +% o Packages `manyfoot.sty' (v1.9+) and `nccfoots.sty' by % Alexander I. Rozhenko from the `ncctools' bundle. % You needn't know anything about these % except perhaps options `para' and `para*' @@ -229,7 +229,8 @@ % original one; we hope you understand from these definitions how % they work in general and what the arguments are. E.g., \linesfmt % applies to printing of line numbers and, originally, renders them -% bold-faced, followed by \enspace.) +% bold-faced, followed by \enspace. Note that this default suppresses +% hyphenation of the first word of a lemma tag.) % This controls identical behaviour in *every apparatus*. % For changing appearance of a single apparatus without changing % the remaining, see below.---Note: With v1.1, \ref has been @@ -244,6 +245,10 @@ % \renewcommand*{\differentlines}[2]{\linesfmt{#1--#2}} % %% TODO: \linesfmt into \@EN@note!? % \renewcommand*{\linesfmt}[1]{\textbf{#1}\enspace} +% ---E.g., for enabling hyphenation of first word of lemma tag: +% % \renewcommand*{\linesfmt}[1]{\textbf{#1}\enspace +% % \hspace*{0pt}} +% ---Last line works like german.sty's \allowhyphens. % \renewcommand*{\pageandline}[2]{#1.#2} % #1 page, #2 line. % \renewcommand{\lemmafmt}[1]{#1\thinspace]\enskip} % \renewcommand*{\repeatref}[1]{#1} @@ -609,8 +614,12 @@ % % Load `mfparptc.sty' after `manyfoot.sty': \DeclareOption{edmacpara}{% - \AtEndOfPackage{\RequirePackage{mfparptc}[2004/08/21]}} -% <- `center' bug fix. + \AtEndOfPackage{% +% \RequirePackage{afterpackage}\AfterPackage{% TODO + \RequirePackage{mfparptc}[2006/06/26]}% +% <- nccfoots v1.2. +% }% +} % % Load `edcntwd0.sty' after `lineno.sty': \DeclareOption{countoccurrences}{% @@ -642,10 +651,9 @@ \ProcessOptions % %% Load required packages: -\RequirePackage[ruled\if@EN@Apara,para\fi]{manyfoot} +\RequirePackage[ruled\if@EN@Apara,para\fi]{manyfoot}[2005/05/11] +%% <- \SetFootnoteHook %% TODO: Leave choice to user!? -%% TODO: 2004/10/20 v1.7!? (\ExtraParaSkip) -%% -- cf. reminder about `mfparxsp.sty' below. %% TODO: ruled -> \Execute...!? \RequirePackage{lineno}[2004/10/11] @@ -1435,4 +1443,6 @@ v1.23 2006/01/23 Example on \NewEdnotesCommand: default "B" -> "A". 2006/06/16 Additional screen advice with oscillating page breaks + explanation in manual (\warningpagebreak). 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. |