diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-10 22:34:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-10 22:34:26 +0000 |
commit | 8abaae73c1bd5624110e77ebafcfba25e7d0694e (patch) | |
tree | 37a770787788bcf8babd34bc7aac1c3d5adba1aa /Master/texmf-dist/tex/latex/ednotes/edcntwd0.sty | |
parent | fdfb62e01e61d31afda1b823add36f4ef9849475 (diff) |
ednotes 1.5 (10jul06)
git-svn-id: svn://tug.org/texlive/trunk@1810 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ednotes/edcntwd0.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ednotes/edcntwd0.sty | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/ednotes/edcntwd0.sty b/Master/texmf-dist/tex/latex/ednotes/edcntwd0.sty index 48c44001300..1d20e3a84f5 100644 --- a/Master/texmf-dist/tex/latex/ednotes/edcntwd0.sty +++ b/Master/texmf-dist/tex/latex/ednotes/edcntwd0.sty @@ -1,5 +1,5 @@ %% EdCntWd0.sty--count word occurrences with ednotes.sty. -\def\fileversion{0.32b} \def\filedate{2006/06/26} %% TODO +\def\fileversion{0.32d} \def\filedate{2006/07/06} %% TODO %% Copyright (C) 2004 Uwe L\"uck & Christian Tapp (direction) %% 2005 2006 Uwe L\"uck. @@ -51,7 +51,7 @@ % nothing but character tokens. (Cf. \csname on p. 203 of TeXbook.) % 4.) Customization: Index numbers appear as subscripts by default. % To change this, type -% \renewcommand*{\CWtextscript}{\textsuperscript} +% \renewcommand{\CWtextscript}{\textsuperscript} % or \let\CWtextscript\textsuperscript . % 5.) Pagewise/running line numbering: Switching from pagewise to % running line numbering needs an extra run or deletion of @@ -91,9 +91,10 @@ % \newif\if@CW@firstinpar \global\@CW@firstinpartrue %% ! % \c@CW@par identifies paragraphs which contain \countword. -% From v0.32a onwards, it is a LaTeX counter in order to -% work properly with \includeonly -\newcounter{CW@par} % \newcount\c@CW@par +% From v0.32a onwards, it is kind of a LaTeX counter in order +% to work properly with \includeonly: +\newcount\c@CW@par +\@addtoreset{CW@par}{@ckpt} % \@CW@wordlist is made a list of \countword-arguments in one % paragraph, to be written to the .aux . @@ -110,7 +111,10 @@ % When there is evidence that there are more occurrences of % \countword than in the previous run: \def\@CW@missingdata{\G@refundefinedtrue - \@EN@warning{Missing data for \string\countword}% + \@EN@warning{Missing data (.aux) for + \string\countword\MessageBreak}% +%Package ednotes Warning: Missing data (.aux) for \countword +%on inputline \CWtextscript?} %% <- TODO: warning when some \countword has been removed!? @@ -360,4 +364,5 @@ v0.32a /06/07 \c@CW@par with \includeonly. extended documentation; rearranged code. 2006/06/16 \@CW@missingdata. v0.32b /06/26 LPPL v1.3c. - + /06/29 `Missing data (.aux)' +v0.32c /07/06 \includeonly with less LaTeX counter features. |