Template Styles » Historie » Revision 7
« Zurück |
Revision 7/20
(Vergleich)
| Weiter »
Martin Kraetke, 22.12.2021 12:35
Template Styles¶
- Inhaltsverzeichnis
- Template Styles
Prefix¶
All style names contain a prefix that represents the publisher and is separated by an underscore. The table below shows only the style name without the prefix. The prefix is part of the customer-specific configuration.
Example:- Prefix for publisher (1-3 characters): e.g.
ts
for transcript publishers - Full style name for
heading_1
:ts_heading_1
Style Names¶
Headings¶
The numbering of the headings is taken from the Word file, since authors sometimes use very heterogeneous numbering schemes. Therefore, one must watch out for numbering errors in the manuscript. The standard styles for headings from Word are also evaluated, whereby Heading 1
corresponds to the style heading_part
, Heading 2
corresponds to heading_1
etc.
Common Name | Style Name | Description | TeX |
---|---|---|---|
book title | book_title |
Book title | \title{...} |
part | heading_part |
Teil | \begin{heading}{part} |
chapter | heading_1 |
chapter, Überschrift 1. Ordnung | \begin{heading}{chapter}... |
chapter subheading | subheading_1 |
subheading für chapter/Überschrift 2. Ordnung | \tpSubTitle{...} |
chapter author | author |
chapter author | \tpAuthor{...} |
chapter author biography | author_description |
author biography included in a chapter | \tpBio |
chapter epigraph | epigraph , epigraph |
epigraph at chapter start | \tpQuote{...} |
chapter epigraph source | epigraph_source , epigraph_source |
source or author of epigraph | |
section 1. level | heading_2 |
\begin{heading}{section}... |
|
section 1. level subheading | subheading_2 |
subheading | |
section epigraph | epigraph |
section epigraph | \tpQuote{...} |
section 2. level | heading_3 |
\\begin{heading}{subsection}{...} |
|
section 2. level subheading | subheading_3 |
subheading | |
section 3. level | heading_4 |
\begin{heading}{subsubsection}... |
|
section 3. level subheading | subheading_4 |
subheading | |
section 4. level | heading_5 |
\begin{heading}{paragraph}... |
|
section 4. level subheading | subheading_5 |
subheading | |
bridgehead | headword |
bridgehead, not included in ToC | \subparagraph{...} |
Running Headers¶
Running headers are automatically generated depending on the layout and the customer-specific configuration. If individual or shortened running headers are required, the following style can be used after the part, chapter or section heading.
Common Name | Style Name | Description | TeX |
---|---|---|---|
running header short | headline_short |
override for automatically generated running header. | \chaptermark{} |
Figures¶
Figures must be placed in a separate paragraph with a specific paragraph style. There must not be text in the paragraph. For each additional image, a separate paragraph must be used. Figure captions and caption source must be set below the image in separate paragraphs.
Common Name | Style Name | Description | TeX |
---|---|---|---|
Figure | figure |
Figure | \begin{tpFigure}[<options>] |
multiple figures with specific layouts | |||
figure (layout A) | figure_A${Zahl} |
image with ${number} 1 to 3 images side by side column width | \begin{tpFigure}[class=a] |
figure (layout B) | figure_B${Zahl} |
image with ${number} 1 to 3 images side by side with margin | \begin{tpFigure}[class=b] |
figure (layout C) | figure_C${Zahl} |
image with ${number} 1 to 3 images side by side with more margin | \begin{tpFigure}[class=c] |
caption | figure_caption |
caption or description of the image | \tpCaption{...} |
caption source | figure_source |
information about creator, copyright or other content which is different from the caption | \tpSource{...} |
Tables¶
Tables are created with the Word default function. Table cell borders and background colors, row and column spans are kept for the output. For rotated tables, you need to apply a specific style. Tables can either be rotated or continued over several pages.
Common Name | Style Name | Description | TeX |
---|---|---|---|
Caption | table_caption |
Title or caption of the table | |
Source | table_source |
Additional information that is placed below the table | |
rotated table | table_rotated |
style needs to be applied on the paragraph before the table | |
continued table | table_pagewrap |
style needs to be applied on the paragraph before the table |
Lists¶
Simple and numbered lists are heuristically detected by list marker and indent. Description lists like lists of abbreviations have a specific style. Description lists require that a single tab is placed between definition term and description.
Common Name | Style Name | Description | TeX |
---|---|---|---|
description list | abbreviations |
list of abbreviations | \begin{description} \item[begriff] ... \end{description} |
Long Quotations¶
Several consecutive citation paragraphs are combined automatically in a long citation environment.
Common Name | Style Name | Description | TeX |
---|---|---|---|
citation | quotation |
citation wrapper | \begin{quotation}...\end{quotation} |
Dialogues¶
Several consecutive paragraphs that contain the dialog style are combined in a dialog wrapper. The speaker is automatically identified using a tactical symbol, usually a colon. The paragraph must begin with the speaker name.
Common Name | Style Name | Description | TeX |
---|---|---|---|
dialog | dialogue |
Dialog-Absatz | \begin{dialogue}...\end{dialogue} |
speaker | colon: after speaker | speaker | \item[speaker] ... |
Boxes¶
The beginning and the end of a box are each marked with specific paragraph styles for start end. No other text should appear in this paragraph, since they are removed in the process.
Common Name | Style Name | Description | TeX |
---|---|---|---|
box with border start | box_border_start |
start marker of box with border | \begin{kastenlinie}... |
box with border end | box_border_end |
end marker of box with border | ...\end{kastenlinie} |
box grey start | box_grey_start |
start marker of box with grey background | \begin{kastengrau}... |
box grey end | box_grey_end |
end marker of box with grey background | ...\end{kastengrau} |
Equations¶
Equations are automatically detected and converted to the proper markup. If you want to markup a simple text paragraph that may contain an equation as
Common Name | Style Name | Description | TeX |
---|---|---|---|
Equation paragraph | formula |
paragraph that contains equation | \begin{equation}...\end{equation} |
Dedication¶
Common Name | Style Name | Description | TeX |
---|---|---|---|
Dedication | dedication |
Dedication | \dedication |
Letter¶
Common Name | Style Name | Description | TeX |
---|---|---|---|
Letter paragraph | letter |
paragraph of a letter | \begin{letter}...\end{letter} |
Letter paragraph with margin before | letter_spacing |
letter paragraph with margin before | \item |
Example: before \item
and at the end there should be no \\
HUB-XML | <div role="letter"> <para role="letter">Dear John Doe</para> <para role="letter_spacing">Here I am writing to you today</para> <para role="letter">and hope this and that.</para> <para role="letter">Give Jane my best regards.</para> </div> |
---|---|
TeX | \begin{letter} Dear John Doe, \item Here I am writing to you today \\ and hope this and that.\\ Give Jane my best regards. \end{letter} |
Dear John Doe, Here I am writing to you today and hope this and that. Give Jane my best regards. |
Bibliography¶
A bibliography consists of consecutive paragraphs with references to literature. The paragraphs must be marked with the same style. If there is a regular heading above, this is automatically set as the heading of the bibliography.
Common Name | Style Name | Description | TeX |
---|---|---|---|
literature | literature |
bibliographical reference | \bibitem |
Index und Indexkodierung¶
Register können über folgende vier Wege erstellt werden, die auch kombiniert werden können.
(1) Word-Indexfunktion¶
Im Word-Ribbon Referenzen
können für markierte Wörter Indexeinträge festgelegt werden. Dafür markiert man ein Word und klickt auf die Schaltfläche Index markieren
.
(2) Auszeichnung der Indexeinträge via Zeichenformat¶
Indexeinträge können festgelegt werden, indem Wörter oder Wortgruppen mit dem Format index_mark
ausgezeichnet werden. Indexeinträge die bereits mit der Word-Indexfunktion kodiert wurden, werden ignoriert.
(3) Einfügen einer Konkordanzliste von Indexeinträgen¶
Indexeinträge können anhand einer Konkordanzliste automatisch kodiert werden. Dafür muss eine Liste von Indexeinträgen am Ende des Dokuments eingefügt werden. Überall wo im restlichen Dokument Wörter oder Wortgruppen aus dieser Liste gefunden werden, wird automatisch ein Index entry kodiert. Dafür muss ein Index entry mit dem Absatzformat index_list
verwendet werden. Jeder Eintrag muss in einem separaten Absatz stehen. Indexeinträge die bereits mit der Word-Indexfunktion oder via Zeichenformat index
kodiert wurden, werden ignoriert.
(4) Einfügen eines statischen Index¶
Sollen nicht automatisch im Text Fundstellen für Einträge im Index gesucht werden, kann man auch einen statischen Index einfügen. Dafür zeichnet man einfach eine Liste mit Indexeinträgen mit dem Format index_static
aus. Seitenzahlen in der Form Eintrag 144, 156, 192
werden dann nur mit der Seite verknüpft, d.h. hier muss man selbst dafür Sorge tragen, dass die Seitenreferenz auch richtig ist!
Formatvorlagen¶
Common Name | Style Name | Description | TeX |
---|---|---|---|
Registerüberschrift | index_heading |
Überschrift des Registers | |
Index entry, siehe (2) | index_mark |
Zeichenformat zur Kodierung von Indexeinträgen | |
Index entry, siehe (3) | index_list |
Absatzformat, ein Absatz repräsentiert einen Index entry aus der Konkordanzliste | |
Index entry Suchbegriff | index_name |
Zeichenformat, muss innerhalb von index_list verwendet werden um den Index-Suchbegriff separat auszuzeichnen, z.B. kann bei Max Mustermann das Mustermann ausgezeichnet werden, damit auch bei Herr Mustermann Index entry erstellt wird |
|
Index entry, siehe (4) | index_static |
Statischer Index entry. Seitenzahlen im Eintrag werden mit der Seitenzahl verlinkt. |
Verzeichnisse¶
Es muss nur die Überschrift gesetzt werden. An dieser Stelle wird der Inhalt des Verzeichnisses automatisch ausgegeben.
Common Name | Style Name | Description | TeX |
---|---|---|---|
Abbildungsverzeichnis | list_of_figures |
Überschrift des Abbildungsverzeichnis | \listoffigures |
Tabellenverzeichnis | list_of_figures |
Überschrift des Tabellenverzeichnis | \listoftables |
Endnotenverzeichnis | list_of_endnotes |
Überschrift des Endnotenverzeichnis | \printnotes |
Zeilenumbrüche¶
Leere Absätze werden automatisch entfernt. Für die Steuerung der Anzahl der Zeilenumbrüche sollte man daher leere Absätze mit dem Format lineskip
auszeichnen, wobei man die Anzahl der gewünschten Umbrüche am Ende des Formatnamens angibt, z.B. lineskip3
für 3 Umbrüche. Ein normaler Umbruch (Shift+Enter) wird zu einem \newline
.
Common Name | Style Name | Description | TeX |
---|---|---|---|
Zeilenumbruch | lineskip |
\vskip 1\baselineskip |
Zeichenformate¶
Common Name | Style Name | Description | TeX |
---|---|---|---|
nonlatin |
Text der keine lateinischen Zeichen enthält | \unichar |
|
Regular | regular |
Steilgestellter Text | |
Halbfett | bold |
Halbfetter Text | \textbf |
Kursiv | italic |
Kursiver Text | \textit |
Kapitälchen | smallcaps |
Kapitälchen | \textsc |
Nicht umbrechender Leerraum | space_nonbreaking |
||
Schmales Leerzeichen | space_thin |
||
Gesperrt | spaced |
gesperrter Text | \so |
Unterstrichen | underline |
unterstrichener Text | \ul |
Durchgestrichen | strike_trough |
durchgestrichener Text | \st |
Hochgestellt | superscript |
wird via Mathmode automatisch erstellt | \textsuperscript |
Tiefgestellt | subscript |
wird via Mathmode automatisch erstellt | \textsubscript |
Von Martin Kraetke vor fast 3 Jahren aktualisiert · 7 Revisionen