98 lines
2.1 KiB
Markdown
98 lines
2.1 KiB
Markdown
<div class="layout-content-only">
|
|
<div class="layout-content">
|
|
<h1>Grundstruktur eines L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X-Dokuments</h1>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-only">
|
|
<div class="layout-content">
|
|
<h2>Präambel</h2>
|
|
<p>TODO</p>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-and-preview">
|
|
<div class="layout-content">
|
|
<h2>Absätze</h2>
|
|
<pre class="lang-tex hljs"><code>Einfache Zeilenumbrüche
|
|
im Code werden
|
|
ignoriert.
|
|
|
|
Leerzeilen erzeugen einen neuen Absatz,
|
|
standardmäßig mit Einzug.
|
|
Manuelle Zeilenumbrüche können mit
|
|
zwei Backslashes erzwungen werden, \\\\
|
|
haben in Fließtext aber eigentlich
|
|
nichts verloren.</code></pre>
|
|
</div>
|
|
<div class="layout-preview">
|
|
<img src="sections/german/03/absätze-crop.svg">
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-and-preview">
|
|
<div class="layout-content">
|
|
<h2>Abschnitte und Kapitel</h2>
|
|
<p>Texte werden durch Überschriften in Abschnitte und Kapitel unterteilt. Immer verfügbar:</p>
|
|
<pre class="lang-tex hljs"><code>\section{Ebene 1}
|
|
\subsection{Ebene 2}
|
|
\subsubsection{Ebene 3}
|
|
\paragraph{Ebene 4}
|
|
\subparagraph{Ebene 5}</code></pre>
|
|
<p>Je nach Dokumentenklasse zusätzlich:</p>
|
|
<pre class="lang-tex hljs"><code>\chapter{Kapitel}
|
|
\part{Teil}</code></pre>
|
|
</div>
|
|
<div class="layout-preview">
|
|
<img src="sections/german/03/abschnitte-crop.svg">
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-only">
|
|
<div class="layout-content">
|
|
<h2>Titel</h2>
|
|
<p>TODO</p>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-only">
|
|
<div class="layout-content">
|
|
<h2>Inhaltsverzeichnis</h2>
|
|
<p>TODO</p>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-only">
|
|
<div class="layout-content">
|
|
<h2>Weitere Verzeichnisse</h2>
|
|
<p>TODO</p>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="layout-content-only">
|
|
<div class="layout-content">
|
|
<h2>Spielwiese</h2>
|
|
<p>TODO:</p>
|
|
<ul>
|
|
<li>Was passiert, wenn man verschiedene Dinge ändert?</li>
|
|
<li>Umgang mit Fehlermeldungen</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|