diff options
author | Karl Berry <karl@freefriends.org> | 2006-06-21 00:01:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-06-21 00:01:18 +0000 |
commit | 63e65439abe4d48cf9eeb759a0ceffae275b1417 (patch) | |
tree | 382c94cb0265f27690705634e2220c2c9aecf1ce /Master/texmf-dist/doc/latex/ednotes | |
parent | 6f9c09cec9ce9728f48b2cbcab0ce70b5b142741 (diff) |
ednotes update
git-svn-id: svn://tug.org/texlive/trunk@1709 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ednotes')
-rw-r--r-- | Master/texmf-dist/doc/latex/ednotes/CHANGES.txt | 55 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ednotes/ednotes.pdf | bin | 225393 -> 234721 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ednotes/ednotes.tex | 2 |
3 files changed, 56 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/ednotes/CHANGES.txt b/Master/texmf-dist/doc/latex/ednotes/CHANGES.txt index bff37c00e29..e2502aac4c4 100644 --- a/Master/texmf-dist/doc/latex/ednotes/CHANGES.txt +++ b/Master/texmf-dist/doc/latex/ednotes/CHANGES.txt @@ -1,4 +1,59 @@ +CHANGES for ednotes.sty v1.23 2006/01/16: + +1. Now works with \includeonly, which may be helpful + with editing a work consisting of "books" ("libri") + or a collection of rather large single works. + +2. The mechanism for identifying a word in a lemma + when it occurs multiply in a line (option + `countoccurrences') didn't work when the first + \countword appeared in a lemma tag -- fixed. + +3. Additional screen (.log) messages concerning not-yet- + working (properly) (line/place number) references. + +4. Concerning oscillating page breaks (also certain + effects of \marginpar on footnotes), there is a + variant \warningpagebreak of \pagebreak, reminding + you to check whether your manual page breaks are + still appropriate when preceding page breaks have + changed. + +5. I have changed the algorithm of displaying page numbers + when a lemma crosses a page break. The difference anyway + should show up only when due to some LaTeX bug a + footnote doesn't start on the page where the lemma + starts to which it refers. (In this case the page number + of the lemma end is displayed in any case. This aims at + a future feature of referring to edited passages from + comments.) + + +CHANGES for ednotes.sty v1.22 2006/01/21: + +1. The ellipsis mechanism for "long" lemmas works with + nested lemmas (or with different kinds of remarks to + the same lemma). + +2. Hyphenation of lemma word is enabled. + +3. The lemma may be part of a heading sent to the table + of contents. New commands \RobustTestOpt and + \NewEdnotesCommand deal with user-defined commands + with optional arguments for notes whose lemmas appear + in headings sent to the table of contents (without the + notes). + + +CHANGES for UNDERLYING lineno.sty v4.41 2005/11/02: + +1. Loadable after amsmath. + +2. Removed some nonsense from documentation. + + CHANGES for UNDERLYING lineno.sty v4.4 2005/10/27: +[failed to be uploaded to CTAN]: 1. Proper effective line depth at end of paragraphs. The spacing bug was quite obvious in two-column mode diff --git a/Master/texmf-dist/doc/latex/ednotes/ednotes.pdf b/Master/texmf-dist/doc/latex/ednotes/ednotes.pdf Binary files differindex 0f45a151303..4a3cd322865 100644 --- a/Master/texmf-dist/doc/latex/ednotes/ednotes.pdf +++ b/Master/texmf-dist/doc/latex/ednotes/ednotes.pdf diff --git a/Master/texmf-dist/doc/latex/ednotes/ednotes.tex b/Master/texmf-dist/doc/latex/ednotes/ednotes.tex index 2914977b9eb..0cd90e4ff74 100644 --- a/Master/texmf-dist/doc/latex/ednotes/ednotes.tex +++ b/Master/texmf-dist/doc/latex/ednotes/ednotes.tex @@ -7,7 +7,7 @@ \documentclass[10pt]{article} \usepackage{verbatim} \pagestyle{headings} -\newcommand*{\cs}[1]{$\backslash$\texttt{#1}} +\newcommand*{\cs}[1]{\texttt{\char"5C #1}} \newcommand*{\lcurl}[1]{\[\texttt{CTAN:/macros/latex/contrib/#1}\]} \begin{document} \maketitle |