diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-01 23:35:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-01 23:35:46 +0000 |
commit | 763d037a12b5dd4d6bc9dcf92c049a55839b6ffd (patch) | |
tree | c0b19388a241a6e8118438bacbee60a7ab4ac3e8 /Master/texmf-dist/doc/latex | |
parent | 563bcfa06168849da809214cc1af73c6e6c5f36a (diff) |
enotez (1may13)
git-svn-id: svn://tug.org/texlive/trunk@30200 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/enotez/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/enotez/enotez_en.pdf | bin | 438861 -> 443011 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/enotez/enotez_en.tex | 39 |
3 files changed, 38 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/enotez/README b/Master/texmf-dist/doc/latex/enotez/README index cc8ee808576..d2ec4b2c748 100644 --- a/Master/texmf-dist/doc/latex/enotez/README +++ b/Master/texmf-dist/doc/latex/enotez/README @@ -1,9 +1,9 @@ -------------------------------------------------------------------------- -the ENOTEZ package v0.6 +the ENOTEZ package v0.7 Endnotes for LaTeX2e -2013/04/06 +2013/05/01 -------------------------------------------------------------------------- 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 Binary files differindex 258115463a1..89c6e1f0e4c 100644 --- a/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf +++ b/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf diff --git a/Master/texmf-dist/doc/latex/enotez/enotez_en.tex b/Master/texmf-dist/doc/latex/enotez/enotez_en.tex index 91b9370e505..0e395984921 100644 --- a/Master/texmf-dist/doc/latex/enotez/enotez_en.tex +++ b/Master/texmf-dist/doc/latex/enotez/enotez_en.tex @@ -32,6 +32,7 @@ % If you have any ideas, questions, suggestions or bugs to report, please % feel free to contact me. % -------------------------------------------------------------------------- +\PassOptionsToPackage{supstfm=libertinesups}{superiors} \documentclass[toc=bib,toc=index]{cnpkgdoc} \docsetup{ pkg = enotez , @@ -68,7 +69,7 @@ textsuperscript, theendnote } -\setenotez{mark-cs=\textsu} +\setenotez{mark-cs=\textsu,backref} \DeclareInstance{enotez-list}{addsec}{paragraph}{heading=\addsec{#1}} % Layout: @@ -218,7 +219,7 @@ suffix_3p "\\nohyperpage{\\,ff.}" \end{filecontents*} \indexsetup{othercode=\footnotesize} -\makeindex[options={-s \jobname.ist},intoc,columns=3] +\makeindex[options={-s \jobname.ist},intoc,columns=3,columnsep=1em] \usepackage{kantlipsum} \usepackage{etoolbox} @@ -241,6 +242,8 @@ \@esphack} \makeatother +\robustify\code + \begin{document} \section{Licence and Requirements}\secidx{Licence} @@ -407,8 +410,17 @@ or with the setup command. \Option{mark-cs}{<command>}\Default{\cmd{textsuperscript}} Lets \cmd{enotezwritemark} to be equal to \code{<command>}. This command is used to typeset the endnote marks in the text and should take one argument. + \Option{backref}{\default{true}|false}\Default{false} + \sinceversion{0.7}If set to \code{true} and \paket{hyperref} has been loaded + backlinks from the notes in the list to the marks in the text are added. \Option{totoc}{section|chapter|false}\Default{false} Add an entry to the table of contents. + \Option{list-heading}{<sectioning command including argument>}\newline + You can use this option to manually set the list heading command, \textit{e.g.}, + \key{list-heading}{\cmd{chapter}{\#1}} for a numbered heading. The default + depends upon if the class you're using provides \cmd{chapter} or not. It + either uses \cmd{chapter}* or \cmd{section}*. You can see that you have to + refer to the actual heading with \code{\#1}. \Option{list-style}{<style>}\Default{plain} Sets the default list style, see section \ref{ssec:customizing_the_list} for details. @@ -525,11 +537,18 @@ You'll need to tell \enotez that you want to split the notes into groups. \Option{split}{section|chapter|false}\Default{false} Enable the automatic splitting. \Option{split-sectioning}{<csname>}\Default{} + \emph{This option is deprecated and may be dropped in future versions!} The command that is used to display the titles between the splits. It needs to be a command that takes one argument and should be entered without the leading backslash. If the option is not used \enotez will choose \code{subsection*} for \key*{split}{section} and \code{section*} for \key*{split}{chapter}. + \Option{split-heading}{<sectioning command including argument>}\newline + \sinceversion{0.3}The command that is used to display the titles between the + splits. It is entered with argument and the actual title is referred to with + \code{\#1}, \textit{e.g.}, \key{split-heading}{\cmd{subsection}*{\#1}}. If + the option is not used \enotez will choose \cmd{subsection}*{\#1} for + \key*{split}{section} and \cmd{section}*{\#1} for \key*{split}{chapter}. \Option{split-title}{<tokenlist>}\Default{Notes for <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 @@ -559,6 +578,18 @@ 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}. +\sinceversion{0.7}There are two -- or three, actually -- additional commands: +\begin{beschreibung} + \Befehl{AtEveryListSplit}{<code>}\newline + Inserts \code{<code>} before each sub-heading in a splitted list. + \Befehl{AfterEveryListSplit}{<code>}\newline + Inserts \code{<code>} after each sub-heading in a splitted list. + \Befehl{EnotezCurrentSplitTitle}\newline + Holds the current sub-heading in a splitted list and may be used in + \cmd{AtEveryListSplit} and \cmd{AfterEveryListSplit}. +\end{beschreibung} + + \enotez comes with an example document for a split list which you should find in the same folder as this documentation. \secidx*{Options} @@ -589,7 +620,9 @@ If \paket{hyperref} is loaded and you are using the option \key{totoc} (see p~\pageref{key:totoc}) the list title is linked via a \verb=\phantomsection=. If \paket{hyperref} is used with \code{hyperfootnotes} set to \code{true} the -endnote marks are linked to the respective entries in the list. +endnote marks are linked to the respective entries in the list\changedversion{0.7}. +If you also set \enotez' option \key{backref} (see p~\pageref{key:backref}) the +notes in the list are themselves linked to the marks in the text. \secidx*{\paket*{hyperref} Support}[hyperref Support] \AtNextEndnotesList{This is an example of a preamble to the list set with |