Minor changes for coherence reasons

This commit is contained in:
Knoch 2019-05-09 20:25:00 +02:00
parent 6ceec9e6b6
commit 6f9edb1851

View File

@ -1,6 +1,3 @@
<!--
ABSATZFORMATIERUNG
-->
<div class="layout-content-only">
<div class="layout-content">
<h1>Absatz&shy;formatierung</h1>
@ -12,13 +9,14 @@
<div class="layout-content-and-preview">
<div class="layout-content">
<h2>Flattersatz</h2>
<p>Standardmäßig setzt LaTeX Fließtext im Blocksatz, aber auch Flattersatz ist möglich. Befehle:</p>
<pre class="lang-tex hljs"><code>\raggedright … \raggedleft … \centering …</code></pre>
<p>Umgebungen:</p>
<p>Standardmäßig setzt LaTeX Fließtext im Blocksatz, aber auch Flattersatz ist möglich.</p>
<pre class="lang-tex hljs"><code>\raggedright … \raggedleft …
\centering …</code></pre>
<p>Alternativ einsetzbare Umgebungen:</p>
<pre class="lang-tex hljs"><code>\begin{flushleft} Text \end{flushleft}
\begin{flushright} Text \end{flushright}
\begin{center} Text \end{center}</code></pre>
<p data-category="Achtung!">Guter Flattersatz ist noch schwieriger als guter Blocksatz → lieber vermeiden</p>
<p data-category="Achtung!">Guter Flattersatz ist noch schwieriger als guter Blocksatz, daher lieber vermeiden!</p>
</div>
<div class="layout-preview">
<img src="sections/german/07/ausrichtung-crop.svg">