Aktionen
Endnote Markup¶
Options¶
class option for \documentclass[]{transpect}:
- endnotes: deactivate footnotes and render endnotes
- endnoteswithchapters: an individual endnote section per chapter
switch to endnotes and include chapter headings in the endnotes listing.
- resetnotesperchapter
usage of endnotes¶
Markup as \footnote[<Zähler>]{<Inhalt>}. Rendering via \printnotes.
- Please note that endnote headings are not automatically generated. Instead they must be inserted in the document:\documentclass[endnotes]{transpect} … \begin{heading}{chapter} \title{Endnotes} \end{heading} \printnotes
- Output at the end of the book\documentclass[endnoteswithchapters]{transpect} … \begin{heading}{chapter} \title{Endnotes} \end{heading} \printnotes
- chapterwise endnotes:\documentclass[endnotes]{transpect} … \begin{heading}{section} \title{Endnotes} \end{heading} \printnotes
Von Martin Kraetke vor fast 4 Jahren aktualisiert · 1 Revisionen