diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/enotez/enotez_en.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/enotez/enotez_en.tex | 19 |
1 files changed, 11 insertions, 8 deletions
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} |