Remove unnecessary paragraph

This commit is contained in:
Knoch 2019-10-25 19:40:04 +02:00
parent f1f74e03bd
commit f8daf85c1b

View File

@ -87,12 +87,10 @@ Hallo, Welt!
<div class="layout-content"> <div class="layout-content">
<h2>Sprache</h2> <h2>Sprache</h2>
<pre class="lang-tex hljs"><code>\usepackage[ngerman]{babel}</code></pre> <pre class="lang-tex hljs"><code>\usepackage[ngerman]{babel}</code></pre>
<p> <ul>
<ul> <li>Das Paket <strong><code>babel</code></strong> stellt sprachspezifische Informationen (z.&thinsp;B. Silbentrennung, Sonderzeichen, Wechsel zwischen Fonts, Übersetzung von Labels wie Kapitel, Inhaltsverzeichnis oder Abbildung) bereit.</li>
<li>Das Paket <strong><code>babel</code></strong> stellt sprachspezifische Informationen (z.&thinsp;B. Silbentrennung, Sonderzeichen, Wechsel zwischen Fonts, Übersetzung von Labels wie Kapitel, Inhaltsverzeichnis oder Abbildung) bereit.</li> <li><strong><code>ngerman</code></strong> steht für die neue deutsche Rechschreibung.</li>
<li><strong><code>ngerman</code></strong> steht für die neue deutsche Rechschreibung.</li> </ul>
</ul>
</p>
</div> </div>
</div> </div>