Projekt

Allgemein

Profil

Makro-Glossar » Historie » Revision 3

Revision 2 (Martin Kraetke, 05.05.2026 15:48) → Revision 3/20 (Martin Kraetke, 05.05.2026 15:49)

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. Autoren-Metadaten Titel-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 

 \enumerate 

 \item 

 h2. Boxen und Einschübe 

 <pre> 
 \letter 
 \tpQuote 
 \tpQuoteSource 
 \kastengrau 
 \kastenlinie 
 \transcript 
 </pre> 

 h2. Abbildungen 

 <pre> 
 \begin{tpFigure}[class=a,float=top] 
 \tpCaption{…} 
 \tpSource{…} 
 \tpLegend{…}           
 \tpListofSource{…} 
 \tpNumber{…} 
 \tpAltText{…}                                 
 \tpFig{\includegraphics[<optionen>]{<pfad>}} 
 % optional: 
 \begin{tpSubFloat} 
 \end{tpSubFloat} 
 % optional: 
 \tpFig{…} 
 \end{tpFigure} 

 </pre> 
 h2. Tabellen 

 <pre> 
 \tpTable 
 \doTableBreak 
 </pre> 

 h2. Literatur 

 <pre> 
 \thebibliography 
 \bibitem 
 </pre> 

 h2. Register 

 <pre> 
 \printindex[a-z] 
 \index[a-z] 
 </pre> 

 h2. Endnoten 

 Optionen für Dokumentklasse: endnotes, footnotes, endnoteswithchapters, resetnotesperchapter 

 <pre> 
 \printnotes 
 </pre> 

 h2. Links 

 <pre> 
 \href 
 \url 
 \hyperlink 
 </pre> 

 h2. Zeichenformate  

 <pre> 
 \tpBreak 
 \textbf 
 \textit 
 \uline 
 \sout 
 \underline 
 \emph 
 \mbox  
 \superscript 
 \subscript 
 </pre>