Projekt

Allgemein

Profil

Makro-Glossar » Historie » Version 1

Martin Kraetke, 05.05.2026 15:47

1 1 Martin Kraetke
h1. Makro-Glossar
2
3
h2. Dokumentklasse und Optionen
4
5
<pre>
6
\documentclass[main=<hauptsprache>,<andere_sprachen>,usescript={<fallback>},book]{cocotex}   (1)
7
usescript = arabic, syriac, armenian, chinese, hebrew, japanese, korean, greek, georgian
8
</pre>
9
10
h2. Struktur und generierte Verzeichnisse
11
12
<pre>
13
\listoffigures
14
\listoftables
15
\tableofcontents
16
\tpMaketitle
17
\frontmatter
18
\mainmatter
19
\backmatter
20
</pre>
21
22
h2. Titel-Metadaten
23
24
tpAuthor
25
tpEditor
26
tpSeriesEditor
27
\tpFullName{…}
28
\tpCiteName{…}
29
\tpShortCiteName{…}
30
\tpPDFInfoName{…}
31
\tpInitial{…}
32
\tpLastName{…}
33
\tpFirstName{…}
34
\tpMidName{…}
35
\tpHonorific{…}
36
\tpLineage{…}
37
\tpORCID{…}
38
\tpAffilRef{…}
39
\tpAffiliation{…}
40
\tpEmail{…}
41
\tpCorrespondenceAs{…}
42
\tpAuthorNameList{…}
43
\tpEditorNameList{…}
44
\tpSeriesEditorNameList{…}
45
46
h2. Überschriften, Kolumnentitel und Fußzeilen
47
48
<pre>
49
\begin{heading}[<opt>]{<level>}
50
  %% Überschrift im Fließtext:
51
  \tpTitle{…}
52
  \tpAuthorNameList{…}
53
  \tpSubtitle{…}
54
  \tpNumber{…}
55
  \tpQuote{…}
56
  \tpQuoteSource{…}
57
  %% Überschreibungen für Inhaltsverzeichniseinträge:
58
  \tpTocTitle{…}
59
  \tpTocAuthorNameList{…}
60
  \tpTocSubtitle{…}
61
  \tpTocNumber{…}
62
  %% Überschreibungen für Kolumnentitel:
63
  \tpRunTitle{…}
64
  \tpRunAuthorNameList{…}
65
  \tpRunSubtitle{…}
66
  \tpRunNumber{…}
67
  %% Überschreibungen für PDF-Lesezeichen:
68
  \tpBMTitle{…}
69
  \tpBMAuthorNameList{…}
70
  \tpBMSubtitle{…}
71
  \tpBMNumber{…}
72
  \tpTitleEnLabel{…}
73
  \tpTitleEn{…}
74
\end{heading}
75
</pre>
76
77
h2. Listen
78
79
\enumerate
80
81
\item
82
83
h2. Boxen und Einschübe
84
85
<pre>
86
\letter
87
\tpQuote
88
\tpQuoteSource
89
\kastengrau
90
\kastenlinie
91
\transcript
92
</pre>
93
94
h2. Abbildungen
95
96
<pre>
97
\begin{tpFigure}[class=a,float=top]
98
\tpCaption{…}
99
\tpSource{…}
100
\tpLegend{…}          
101
\tpListofSource{…}
102
\tpNumber{…}
103
\tpAltText{…}                                
104
\tpFig{\includegraphics[<optionen>]{<pfad>}}
105
% optional:
106
\begin{tpSubFloat}
107
\end{tpSubFloat}
108
% optional:
109
\tpFig{…}
110
\end{tpFigure}
111
112
</pre>
113
h2. Tabellen
114
115
<pre>
116
\tpTable
117
\doTableBreak
118
</pre>
119
120
h2. Literatur
121
122
<pre>
123
\thebibliography
124
\bibitem
125
</pre>
126
127
h2. Register
128
129
<pre>
130
\printindex[a-z]
131
\index[a-z]
132
</pre>
133
134
h2. Endnoten
135
136
Optionen für Dokumentklasse: endnotes, footnotes, endnoteswithchapters, resetnotesperchapter
137
138
<pre>
139
\printnotes
140
</pre>
141
142
h2. Links
143
144
<pre>
145
\href
146
\url
147
\hyperlink
148
</pre>
149
150
h2. Zeichenformate 
151
152
<pre>
153
\tpBreak
154
\textbf
155
\textit
156
\uline
157
\sout
158
\underline
159
\emph
160
\mbox 
161
\superscript
162
\subscript
163
</pre>