Add linguistics and other stuff

This commit is contained in:
Sauer 2019-05-06 16:00:30 +02:00
parent 8901d41d51
commit d2ec0b81c3

View File

@ -6,14 +6,6 @@
--- ---
Weitere Umgebungen
* Abstracts (für Paper)
* Blockquotes
* Chemische Strukturformeln
* Konstituentenbäume
* Abhängigkeitsbäume
--- ---
<div class="layout-content-and-preview"> <div class="layout-content-and-preview">
@ -80,7 +72,6 @@ child { node {home}
\end{tikzpicture} \end{tikzpicture}
</code> </code>
</pre> </pre>
</div> </div>
<div class="layout-preview"> <div class="layout-preview">
<img src="sections/german/04/relative_path.png"> <img src="sections/german/04/relative_path.png">
@ -89,6 +80,49 @@ child { node {home}
--- ---
<div class="layout-content-and-preview">
<div class="layout-content">
<h2>paralist</h2>
<p>Paket für platzsparendere Listen</p>
<pre class="lang-tex hljs">
<code>
\begin{asparaenum} %enumerate
\item Erdbeeren
\item Stachelbeeren
\item Eisbären
\end{asparaenum}
\begin{asparaitem} %itemize
\item Erdbeeren
\item Stachelbeeren
\item Eisbären
\end{asparaitem}
</code>
</div>
<div>
<img src="sections/german/15/paralist.png">
</div>
---
<div class="layout-content-and-preview">
<div class="layout-content">
<h2>Linguistik</h2>
<p>Beispiel Konstituentenbäume mit <code>qtree</code></p>
</div>
<div class="layout-preview">
<pre class="lang-tex hljs">
<code>
\Tree [.S [.NP LaTeX ] [.VP [.V is ] [.NP fun ] ] ]
</code>
</pre>
</div>
<div class="layout-preview">
<img src="sections/german/15/constituency_tree.png">
</div>
---
<div class="layout-content-and-preview"> <div class="layout-content-and-preview">
<div class="layout-content"> <div class="layout-content">
<h2><a href="https://ctan.org">CTAN - Comprehensive TeX Archive Network</a></h2> <h2><a href="https://ctan.org">CTAN - Comprehensive TeX Archive Network</a></h2>