Projekt

Allgemein

Profil

Makro-Glossar » Historie » Version 13

Martin Kraetke, 05.05.2026 16:29

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 4 Martin Kraetke
h2. Titelei-Metadaten
23
24
<pre>
25 13 Martin Kraetke
{tpMeta}
26 4 Martin Kraetke
\tpCover{}
27
\tpTitle{…}
28
\tpShortTitle{…}
29
\tpSubtitle{…}
30
\tpRunTitle{…}
31
\AltTitle{…}
32
\RunNames{…}
33
\tpAltNames{…}
34
\tpSeries{…}
35
\tpSubSeries{…}
36
\tpSeriesNote{…}
37
\tpVolume{…}
38
\tpNumber{…}
39
\tpEditorNameList{…}
40
\tpSeriesEditorNameList{…}
41
\tpPublisher{…}
42
\tpPubDivision{…}
43
\tpPubDivInfo{…}
44
\tpPubLogo{…}
45
\tpPubNote{…}
46
\tpPubPlace{…}
47
\tpPubWeb{…}
48
\tpPDFCreator{…}
49
\tpPDFProducer{…}
50
\tpDedication{…}
51
\tpAcknowledgements{…}
52
\tpStatement{…}
53
\tpEditionNote{…}
54
\tpEditorial{…}
55
\tpEdition{…}
56
\tpYear{…}
57
\tpISBNPreText{…}
58
\tpDOI{…}
59
\tpISBN{…}
60
\tpEISBN{…}
61
\tpEpubISBN{…}
62
\tpEpubPreText{…}
63
\tpISSN{…}
64
\tpEISSN{…}
65
\tpElibPDF{…}
66
\tpBiblISSN{…}
67
\tpBibleISSN{…}
68
\tpFundingPreText{…}
69
\tpFundingPostText{…}
70 11 Martin Kraetke
\begin{tpFunding}
71
\end{tpFunding}
72 4 Martin Kraetke
\tpAdvertise{…}
73
\tpBiblio{…}
74
\tpBiblioTitle{…}
75
\tpPrint{…}
76
\tpPrintNote{…}
77
\tpLectorate{…}
78
\tpTranslator{…}
79
\tpCoverConcept{…}
80
\tpCoverDesign{…}
81
\tpCoverImage{…}
82
\tpTypesetter{…}
83
\tpQA{…}
84
\tpUsedFont{…}
85
\tpEnvDisclaimer{…}
86
\tpLicenceText{…}
87
\tpLicenceLogo{…}
88
\tpLicenceLink{…}
89
\tpLicenceName{…}
90
\tpCopyright{…}
91
\tpCopyrightDisclaimer{…}
92
\tpAuthorNameList{…}
93
\tpEditorNameList{…}
94
\tpSeriesEditorNameList{…}
95
\tpJournalName{}
96
\tpJournalAbbrev{}
97
\tpIssue{}
98
\tpPubCycle{…}
99
\tpPrices{…}
100
\tpMemberList{…}
101
\tpStartPage{…}
102
\tpEndPage{…}
103
\tpCiteAs{…}
104
\tpSubmitted{…}
105
\tpReceived{…}
106
\tpRevised{…}
107
\tpReviewed{…}
108
\tp{Accepted}{…}
109
\tpPublished{…}
110
\tpCOIStatement{…}
111
\tpAddNoteI{}
112
\tpAddNoteII{}
113
\tpAddNoteIII{}
114
\tpAddNoteIV{}
115
</pre>
116
117 3 Martin Kraetke
h2. Autoren-Metadaten
118 1 Martin Kraetke
119 2 Martin Kraetke
<pre>
120 1 Martin Kraetke
tpAuthor
121
tpEditor
122
tpSeriesEditor
123
\tpFullName{…}
124
\tpCiteName{…}
125
\tpShortCiteName{…}
126
\tpPDFInfoName{…}
127
\tpInitial{…}
128
\tpLastName{…}
129
\tpFirstName{…}
130
\tpMidName{…}
131
\tpHonorific{…}
132
\tpLineage{…}
133
\tpORCID{…}
134
\tpAffilRef{…}
135
\tpAffiliation{…}
136
\tpEmail{…}
137
\tpCorrespondenceAs{…}
138
\tpAuthorNameList{…}
139
\tpEditorNameList{…}
140
\tpSeriesEditorNameList{…}
141 2 Martin Kraetke
</pre>
142 1 Martin Kraetke
143
h2. Überschriften, Kolumnentitel und Fußzeilen
144
145
<pre>
146
\begin{heading}[<opt>]{<level>}
147
  %% Überschrift im Fließtext:
148
  \tpTitle{…}
149
  \tpAuthorNameList{…}
150
  \tpSubtitle{…}
151
  \tpNumber{…}
152
  \tpQuote{…}
153
  \tpQuoteSource{…}
154
  %% Überschreibungen für Inhaltsverzeichniseinträge:
155
  \tpTocTitle{…}
156
  \tpTocAuthorNameList{…}
157
  \tpTocSubtitle{…}
158
  \tpTocNumber{…}
159
  %% Überschreibungen für Kolumnentitel:
160
  \tpRunTitle{…}
161
  \tpRunAuthorNameList{…}
162
  \tpRunSubtitle{…}
163
  \tpRunNumber{…}
164
  %% Überschreibungen für PDF-Lesezeichen:
165
  \tpBMTitle{…}
166
  \tpBMAuthorNameList{…}
167
  \tpBMSubtitle{…}
168
  \tpBMNumber{…}
169
  \tpTitleEnLabel{…}
170
  \tpTitleEn{…}
171
\end{heading}
172
</pre>
173
174
h2. Listen
175
176 5 Martin Kraetke
<pre>
177 1 Martin Kraetke
\enumerate
178 5 Martin Kraetke
\itemize
179
\description
180 1 Martin Kraetke
\item
181 5 Martin Kraetke
</pre>
182 1 Martin Kraetke
183
h2. Boxen und Einschübe
184
185
<pre>
186
\letter
187
\tpQuote
188
\tpQuoteSource
189
\kastengrau
190
\kastenlinie
191
\transcript
192
</pre>
193
194
h2. Abbildungen
195
196
<pre>
197
\begin{tpFigure}[class=a,float=top]
198
\tpCaption{…}
199
\tpSource{…}
200
\tpLegend{…}          
201
\tpListofSource{…}
202
\tpNumber{…}
203
\tpAltText{…}                                
204
\tpFig{\includegraphics[<optionen>]{<pfad>}}
205 12 Martin Kraetke
\includegraphics
206 1 Martin Kraetke
% optional:
207
\begin{tpSubFloat}
208
\end{tpSubFloat}
209
% optional:
210
\tpFig{…}
211
\end{tpFigure}
212
</pre>
213 8 Martin Kraetke
214 1 Martin Kraetke
h2. Tabellen
215
216
<pre>
217
\tpTable
218
\doTableBreak
219
</pre>
220
221 9 Martin Kraetke
h2. Gleichungen
222
223
<pre>
224
\equation
225
\equation*
226
\align
227
\align*
228
</pre>
229 10 Martin Kraetke
230 1 Martin Kraetke
h2. Literatur
231
232
<pre>
233
\thebibliography
234
\bibitem
235
</pre>
236
237
h2. Register
238
239
<pre>
240
\printindex[a-z]
241
\index[a-z]
242
</pre>
243
244 7 Martin Kraetke
h2. Fuß- und Endnoten
245 1 Martin Kraetke
246
Optionen für Dokumentklasse: endnotes, footnotes, endnoteswithchapters, resetnotesperchapter
247
248
<pre>
249
\printnotes
250 7 Martin Kraetke
\footnote
251 1 Martin Kraetke
</pre>
252
253
h2. Links
254
255
<pre>
256
\href
257
\url
258
\hyperlink
259
</pre>
260
261
h2. Zeichenformate 
262
263
<pre>
264
\tpBreak
265
\textbf
266
\textit
267 6 Martin Kraetke
\textup
268
\textnormal
269
\texttt
270
\textsc
271
\textsuperscript
272
\textsubscript
273 1 Martin Kraetke
\uline
274
\sout
275
\underline
276
\emph
277
\mbox 
278 6 Martin Kraetke
\textcolor
279 1 Martin Kraetke
</pre>