summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/enotez
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-26 22:42:53 +0000
committerKarl Berry <karl@freefriends.org>2012-07-26 22:42:53 +0000
commitee8ca257218dddf435573e6da1b9e2397c882f81 (patch)
tree6acf7652ec64bb0294d4324fda509cd41ce273a9 /Master/texmf-dist/doc/latex/enotez
parent6fc3a0e89567c81f112892291ed46bf6973f22b2 (diff)
enotez (25jul12)
git-svn-id: svn://tug.org/texlive/trunk@27179 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/enotez')
-rw-r--r--Master/texmf-dist/doc/latex/enotez/README2
-rw-r--r--Master/texmf-dist/doc/latex/enotez/enotez_en.pdfbin684929 -> 683832 bytes
-rw-r--r--Master/texmf-dist/doc/latex/enotez/enotez_en.tex12
3 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/enotez/README b/Master/texmf-dist/doc/latex/enotez/README
index f70411bb05e..e493f6da32d 100644
--- a/Master/texmf-dist/doc/latex/enotez/README
+++ b/Master/texmf-dist/doc/latex/enotez/README
@@ -3,7 +3,7 @@ the ENOTEZ package
Endnotes for LaTeX2e
-2012/07/07 v0.3
+2012/07/24 v0.3a
--------------------------------------------------------------------------
Clemens Niederberger
Web: https://bitbucket.org/cgnieder/enotez/
diff --git a/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf b/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf
index 7864fb976ca..c482b1a6379 100644
--- a/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf
+++ b/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/enotez/enotez_en.tex b/Master/texmf-dist/doc/latex/enotez/enotez_en.tex
index c3ad21abef4..edeac9d55a7 100644
--- a/Master/texmf-dist/doc/latex/enotez/enotez_en.tex
+++ b/Master/texmf-dist/doc/latex/enotez/enotez_en.tex
@@ -181,7 +181,7 @@ allow nested endnotes.
\enotez enables nested endnotes properly and has another mechanism of customizing
the list of endnotes which is easily extendable. One of the main features of
-\enotez is a splitted list of endnotes in which the notes are automatically
+\enotez is a split list of endnotes in which the notes are automatically
separated by the sections or chapters they were set in, see section~\ref{sec:split}
for more information.
@@ -199,7 +199,7 @@ note mark.
This is some text.\endnote{With an endnote.}
\end{beispiel}
There's not really much more to it. It is possible to add a custom mark by
-using the optional argument but that should be needed too often. \cmd{endnote}
+using the optional argument but that shouldn't be needed too often. \cmd{endnote}
works fine inside tables, minipages, floats and captions\footnote{This has been
tested with the standard classes, \paket*{memoir}, and the \paket*{KOMA-Script}
classes, with and without the \paket*{caption} package. If you're using another
@@ -313,7 +313,7 @@ If you wanted superscripted numbers, you could also redefine \cmd{enmark}.
\end{beschreibung}
\subsubsection{The \code{list} Template}
-The \code{paragraph} template's interface is defined as follows:
+The \code{list} template's interface is defined as follows:
\begin{beispiel}[code only]
\DeclareTemplateInterface{enotez-list}{list}{1}
{
@@ -345,7 +345,7 @@ one defined with the power of \paket{enumitem}.
Not to be misunderstood: you can use \cmd{printendnotes} as often as you like,
possibly after each section. That is \emph{not} what is meant here. Let's
suppose you are writing a book and have many endnotes in many chapters. It
-would be nice if the list of endnotes at the end of the book could be splitted
+would be nice if the list of endnotes at the end of the book could be split
into parts for each chapter. This section describes how you can achieve that with
\enotez.
@@ -365,7 +365,7 @@ You'll need to tell \enotez that you want to split the notes into groups.
\Option{split-title}{<tokenlist>}\Default{Notes from <name> <ref>}
The title that will be inserted between the splits. \code{<name>} is replaced
by \code{Section} for \key*{split}{section} and \code{Chapter} for
- \key*{split}{section}. \code{<ref>} is replaced by the corresponding
+ \key*{split}{chapter}. \code{<ref>} is replaced by the corresponding
\cmd*{thesection} or \cmd*{thechapter}.
\end{beschreibung}
Set the \key{split} option:
@@ -391,7 +391,7 @@ Please beware that the option \key{reset} also impacts here: the numbing will
be reset for each section or chapter, depending on the choice you made for
\key{split}.
-\enotez comes with an example document for a splitted list which you should
+\enotez comes with an example document for a split list which you should
find in the same folder as this documentation.
\section{hyperref Support}