Projekt

Allgemein

Profil

Makro-Glossar » Historie » Version 5

Martin Kraetke, 05.05.2026 15:54

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