Endnotes » Historie » Version 2
Marcus Hottenroth, 28.12.2023 11:24
| 1 | 2 | Marcus Hottenroth | h1. Endnoten |
|---|---|---|---|
| 2 | 1 | Patrick Schulz | |
| 3 | h2. Optionen |
||
| 4 | |||
| 5 | 2 | Marcus Hottenroth | Endnotenrelevante Klassenoptionen für @\documentclass[]{cocotex}@: |
| 6 | * @endnotes@: Umschalter von Fußnoten auf Endnoten |
||
| 7 | * @ennotoc@: Endnotenüberschriften werden generell nicht ins Inhaltsverzeichnis aufgenommen |
||
| 8 | * @endnoteswithchapters@: Umschalter von Fußnoten auf Endnoten mit Wiederholung der Kapitelüberschriften |
||
| 9 | * @endnotelinks@: Endnoten im Fließtext enthalten Sprungmarken zum Endnotentext und dieser wiederum die Endnote des Fließtexts als zurückführendes Sprungziel |
||
| 10 | 1 | Patrick Schulz | |
| 11 | 2 | Marcus Hottenroth | Option zum Zurücksetzen der Fuß- und Endnotenzähler mit jedem Kapitel: |
| 12 | 1 | Patrick Schulz | * @resetnotesperchapter@ |
| 13 | |||
| 14 | h2. Verwendung von Endnoten: |
||
| 15 | |||
| 16 | 2 | Marcus Hottenroth | Die Auszeichnung von Endnoten im Text erfolgt durch @\footnote[<Zähler>]{<Inhalt>}@. Die Paketoption @endnotes@ belegt dieses Makro also neu und sorgt für End- statt Fußnoten. Die eigentliche Ausgabe der Endnoten erfolgt via @\printnotes@. |
| 17 | 1 | Patrick Schulz | |
| 18 | 2 | Marcus Hottenroth | *Achtung!* Endnotenüberschriften werden nicht (mehr) generiert und müssen wie jede andere Überschrift aus dem Input kommen, z. B. |
| 19 | 1 | Patrick Schulz | |
| 20 | 2 | Marcus Hottenroth | * Ausgabe am Ende des Buches und ohne gesonderte Überschriften: |
| 21 | 1 | Patrick Schulz | <pre><code class="text"> |
| 22 | 2 | Marcus Hottenroth | \documentclass[endnotes]{cocotex} |
| 23 | 1 | Patrick Schulz | … |
| 24 | \begin{heading}{chapter} |
||
| 25 | \title{Endnoten} |
||
| 26 | \end{heading} |
||
| 27 | \printnotes |
||
| 28 | </code></pre> |
||
| 29 | 2 | Marcus Hottenroth | * Ausgabe am Buchende mit Wiederholung der Kapitelüberschriften: |
| 30 | 1 | Patrick Schulz | <pre><code class="text"> |
| 31 | 2 | Marcus Hottenroth | \documentclass[endnoteswithchapters]{cocotex} |
| 32 | 1 | Patrick Schulz | … |
| 33 | \begin{heading}{chapter} |
||
| 34 | \title{Endnoten} |
||
| 35 | \end{heading} |
||
| 36 | \printnotes |
||
| 37 | </code></pre> |
||
| 38 | 2 | Marcus Hottenroth | * Ausgabe kapitelweise am Ende jedes Endnoten enthaltenden Kapitels: |
| 39 | 1 | Patrick Schulz | <pre><code class="text"> |
| 40 | 2 | Marcus Hottenroth | \documentclass[endnotes]{cocotex} |
| 41 | 1 | Patrick Schulz | … |
| 42 | \begin{heading}{section} |
||
| 43 | \title{Endnoten} |
||
| 44 | \end{heading} |
||
| 45 | \printnotes |
||
| 46 | </code></pre> |