Makro-Glossar » Historie » Revision 19
Revision 18 (Martin Kraetke, 05.05.2026 16:32) → Revision 19/20 (Martin Kraetke, 05.05.2026 16:32)
h1. Makro-Glossar
h2. Dokumentklasse und Optionen
<pre>
\documentclass[main=<hauptsprache>,<andere_sprachen>,usescript={<fallback>},book]{cocotex} (1)
usescript = arabic, syriac, armenian, chinese, hebrew, japanese, korean, greek, georgian
</pre>
h2. Struktur und generierte Verzeichnisse
<pre>
\listoffigures
\listoftables
\tableofcontents
\tpMaketitle
\frontmatter
\mainmatter
\backmatter
</pre>
h2. Titelei-Metadaten
<pre>
{tpMeta}
\tpCover{}
\tpTitle{…}
\tpShortTitle{…}
\tpSubtitle{…}
\tpRunTitle{…}
\AltTitle{…}
\RunNames{…}
\tpAltNames{…}
\tpSeries{…}
\tpSubSeries{…}
\tpSeriesNote{…}
\tpVolume{…}
\tpNumber{…}
\tpEditorNameList{…}
\tpSeriesEditorNameList{…}
\tpPublisher{…}
\tpPubDivision{…}
\tpPubDivInfo{…}
\tpPubLogo{…}
\tpPubNote{…}
\tpPubPlace{…}
\tpPubWeb{…}
\tpPDFCreator{…}
\tpPDFProducer{…}
\tpDedication{…}
\tpAcknowledgements{…}
\tpStatement{…}
\tpEditionNote{…}
\tpEditorial{…}
\tpEdition{…}
\tpYear{…}
\tpISBNPreText{…}
\tpDOI{…}
\tpISBN{…}
\tpEISBN{…}
\tpEpubISBN{…}
\tpEpubPreText{…}
\tpISSN{…}
\tpEISSN{…}
\tpElibPDF{…}
\tpBiblISSN{…}
\tpBibleISSN{…}
\tpFundingPreText{…}
\tpFundingPostText{…}
\begin{tpFunding}
\end{tpFunding}
\tpAdvertise{…}
\tpBiblio{…}
\tpBiblioTitle{…}
\tpPrint{…}
\tpPrintNote{…}
\tpLectorate{…}
\tpTranslator{…}
\tpCoverConcept{…}
\tpCoverDesign{…}
\tpCoverImage{…}
\tpTypesetter{…}
\tpQA{…}
\tpUsedFont{…}
\tpEnvDisclaimer{…}
\tpLicenceText{…}
\tpLicenceLogo{…}
\tpLicenceLink{…}
\tpLicenceName{…}
\tpCopyright{…}
\tpCopyrightDisclaimer{…}
\tpAuthorNameList{…}
\tpEditorNameList{…}
\tpSeriesEditorNameList{…}
\tpJournalName{}
\tpJournalAbbrev{}
\tpIssue{}
\tpPubCycle{…}
\tpPrices{…}
\tpMemberList{…}
\tpStartPage{…}
\tpEndPage{…}
\tpCiteAs{…}
\tpSubmitted{…}
\tpReceived{…}
\tpRevised{…}
\tpReviewed{…}
\tp{Accepted}{…}
\tpPublished{…}
\tpCOIStatement{…}
\tpAddNoteI{}
\tpAddNoteII{}
\tpAddNoteIII{}
\tpAddNoteIV{}
</pre>
h2. Autoren-Metadaten
<pre>
{tpAuthor}
{tpEditor}
{tpSeriesEditor}
\tpFullName{…}
\tpCiteName{…}
\tpShortCiteName{…}
\tpPDFInfoName{…}
\tpInitial{…}
\tpLastName{…}
\tpFirstName{…}
\tpMidName{…}
\tpHonorific{…}
\tpLineage{…}
\tpORCID{…}
\tpAffilRef{…}
\tpAffiliation{…}
\tpEmail{…}
\tpCorrespondenceAs{…}
\tpAuthorNameList{…}
\tpEditorNameList{…}
\tpSeriesEditorNameList{…}
</pre>
h2. Überschriften, Kolumnentitel und Fußzeilen
<pre>
\begin{heading}[<opt>]{<level>}
%% Überschrift im Fließtext:
\tpTitle{…}
\tpAuthorNameList{…}
\tpSubtitle{…}
\tpNumber{…}
\tpQuote{…}
\tpQuoteSource{…}
%% Überschreibungen für Inhaltsverzeichniseinträge:
\tpTocTitle{…}
\tpTocAuthorNameList{…}
\tpTocSubtitle{…}
\tpTocNumber{…}
%% Überschreibungen für Kolumnentitel:
\tpRunTitle{…}
\tpRunAuthorNameList{…}
\tpRunSubtitle{…}
\tpRunNumber{…}
%% Überschreibungen für PDF-Lesezeichen:
\tpBMTitle{…}
\tpBMAuthorNameList{…}
\tpBMSubtitle{…}
\tpBMNumber{…}
\tpTitleEnLabel{…}
\tpTitleEn{…}
\end{heading}
</pre>
h2. Listen
<pre>
{enumerate}
{itemize}
{\description}
\item
</pre>
h2. Boxen und Einschübe
<pre>
{letter}
{tpQuote}
\tpQuoteText
\tpQuoteSource
{kastengrau}
{kastenlinie}
{transcript}
</pre>
h2. Abbildungen
<pre>
\begin{tpFigure}[class=a,float=top]
\tpCaption{…}
\tpSource{…}
\tpLegend{…}
\tpListofSource{…}
\tpNumber{…}
\tpAltText{…}
\tpFig{\includegraphics[<optionen>]{<pfad>}}
\includegraphics
% optional:
\begin{tpSubFloat}
\end{tpSubFloat}
% optional:
\tpFig{…}
\end{tpFigure}
</pre>
h2. Tabellen
<pre>
{tpTable}
\doTableBreak
</pre>
h2. Gleichungen
<pre>
{equation} \equation
{equation*} \equation*
{align} \align
{align*} \align*
</pre>
h2. Literatur
<pre>
\thebibliography
\bibitem
</pre>
h2. Register
<pre>
\printindex[a-z]
\index[a-z]
</pre>
h2. Fuß- und Endnoten
Optionen für Dokumentklasse: endnotes, footnotes, endnoteswithchapters, resetnotesperchapter
<pre>
\printnotes
\footnote
</pre>
h2. Links
<pre>
\href
\url
\hyperlink
</pre>
h2. Zeichenformate
<pre>
\tpBreak
\textbf
\textit
\textup
\textnormal
\texttt
\textsc
\textls
\textsuperscript
\textsubscript
\uline
\sout
\underline
\emph
\mbox
\textcolor
</pre>