diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-02 22:57:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-02 22:57:27 +0000 |
commit | a9750df19ac98599ff8ce11306ef74a459710251 (patch) | |
tree | 5f1aa0fdffabcf696bd017af76714fdf789700eb /Master/texmf-dist/doc/latex/enotez | |
parent | 38aff79d1a1f807457e1e2e152f55f8c41189a76 (diff) |
enotez (2jan13)
git-svn-id: svn://tug.org/texlive/trunk@28702 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/enotez')
-rw-r--r-- | Master/texmf-dist/doc/latex/enotez/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/enotez/enotez_en.pdf | bin | 683832 -> 415444 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/enotez/enotez_en.tex | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/enotez/enotez_split_example.tex | 23 |
4 files changed, 34 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/enotez/README b/Master/texmf-dist/doc/latex/enotez/README index e493f6da32d..b31236b513e 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/24 v0.3a +2012/12/30 v0.4 -------------------------------------------------------------------------- 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 c482b1a6379..d12c08660cd 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 edeac9d55a7..a949b6cae48 100644 --- a/Master/texmf-dist/doc/latex/enotez/enotez_en.tex +++ b/Master/texmf-dist/doc/latex/enotez/enotez_en.tex @@ -56,6 +56,8 @@ endnotemark, endnotetext, enmark, + enmarkstyle, + enotezwritemark, kant, phantomsection, printendnotes, @@ -63,17 +65,12 @@ splitendnotes, textsuperscript } - +\setenotez{mark-cs=\textsu} \DeclareInstance{enotez-list}{addsec}{paragraph}{heading=\addsec{#1}} % Layout: -\usepackage[osf]{libertine} -\cnpkgcolors{ - main => cnpkgred , - key => yellow!40!brown , - module => cnpkgblue , - link => black!90 -} +% \usepackage{libertine} +\cnpkgusecolorscheme{friendly} \renewcommand*\othersectionlevelsformat[3]{% \textcolor{main}{#3\autodot}\enskip} \renewcommand*\partformat{% @@ -249,6 +246,12 @@ or with the setup command. \cmd{printendnotes} has been invoked. \Option{counter-format}{arabic|alph|Alph|roman|Roman}\Default{arabic} Change the format of the endnote counter. + \Option{mark-format}{<code>}\Default + Redefine \cmd{enmarkstyle} to execute \code{<code>}. This command is placed + directly before the endnote mark in the text. + \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{totoc}{section|chapter|false}\Default{false} Add an entry to the table of contents. \Option{list-style}{<style>}\Default{plain} diff --git a/Master/texmf-dist/doc/latex/enotez/enotez_split_example.tex b/Master/texmf-dist/doc/latex/enotez/enotez_split_example.tex index df130cb1dcd..13d1da6e65e 100644 --- a/Master/texmf-dist/doc/latex/enotez/enotez_split_example.tex +++ b/Master/texmf-dist/doc/latex/enotez/enotez_split_example.tex @@ -1,4 +1,7 @@ \documentclass{scrartcl} +% \documentclass{memoir} +% \documentclass{article} +% \usepackage{caption} \usepackage[T1]{fontenc} \usepackage{libertine} @@ -8,7 +11,10 @@ \DeclareInstance{enotez-list}{section}{paragraph}{heading=\section{#1}} \setenotez{split=section,list-style=section,reset} % customize the titles in between, e.g.: -% \setenotez{split-sectioning=textbf,split-title=\par\noindent<name> <ref>:} +\setenotez{ + split-sectioning=textbf, + split-title=\par\noindent<name> <ref>: +} \usepackage{fnpct} \AdaptNote\endnote\multendnote @@ -17,6 +23,21 @@ \usepackage[colorlinks]{hyperref} \begin{document} +\section{Test} +Text\endnote{\kant[1]}. Text\endnote{\kant[2]}. Text\endnote{This time +with a \textbf{nested}\multendnote{\kant[3];\kant[4]} endnote.}. +Text\multendnote{\kant[5];\kant[6]}. + +\begin{figure}[htp] + \centering + \includegraphics[width=.4\linewidth]{example-image-a} + \caption[caption]{Some text\endnote{An endnote with a nested endnote\endnote{\kant[7]} + inside a figure caption.}.} +\end{figure} + +\appendix +\printendnotes +\end{document} \tableofcontents |