Merge branch 'master' of git.stuve-bamberg.de:latex/latex-wochenende

This commit is contained in:
Knoch 2019-05-10 17:42:44 +02:00
commit b01bc04337
3 changed files with 35 additions and 5 deletions

View File

@ -115,6 +115,36 @@ child { node {home}
<div class="layout-content-only">
<div class="layout-content">
<h1>Weitere nützliche Pakete<span class="emoji">🔭</span></h1>
<h2>Weitere nützliche Pakete<span class="emoji"></span></h2>
<table>
<tr>
<th>Paket</th>
<th>Anwendung</th>
</tr>
<tr class="fragment">
<td><a href="https://www.ctan.org/pkg/xcolor"><code>xcolor<code></a></td>
<td>Mach's mit Farbe</td>
</tr>
<tr class="fragment">
<td><a href="https://www.ctan.org/pkg/todonotes"><code>todonotes</code></a></td>
<td>ToDo-Markierungen und Liste der ToDos</td>
</tr>
<tr class="fragment">
<td><a href="https://www.ctan.org/pkg/pdfpages"><code>pdfpages</code></a></td>
<td>Einbinden von pdf-Dateien</td>
</tr>
<tr class="fragment">
<td><a href="https://www.ctan.org/pkg/subcaption"><code>subcaption</code></a></td>
<td>Unterabbildungen und zusätzliche Möglichkeiten für Blidunterschriften</td>
</tr>
<tr class="fragment">
<td><a href="https://www.ctan.org/pkg/colortbl"><code>colortabl</code></a>, <a href="https://www.ctan.org/pkg/tabularx"><code>tabularx</code></a>, <a href="https://www.ctan.org/pkg/multirow"><code>multirow</code></a>, <a href="https://www.ctan.org/pkg/makecell"><code>makecell</code></a></td>
<td>Gestalten von Tabellen</td>
</tr>
<tr class="fragment">
<td><a href="https://www.ctan.org/pkg/paralist"><code>paralist</code></a></td>
<td>Kompaktere Aufzählungen</td>
</tr>
</table>
</div>
</div>

View File

@ -10,7 +10,7 @@
<div class="layout-content">
<h2><a href="https://ctan.org">CTAN</a></h2>
<p>Das »Comprehensive TeX Archive Network« ist die zentrale Quelle für LaTeX-Pakete und ihre Dokumentation.</p>
<img src="sections/german/15/ctan.png">
<img src="sections/german/16/ctan.png">
</div>
</div>
@ -21,7 +21,7 @@
<h2><a href="https://www.overleaf.com">Overleaf</a></h2>
<p>Ein Online-LaTeX-Editor, der das kollaboratives Arbeiten an Dokumenten ermöglicht.</p>
<p>Außerdem findest du auf der Seite verschiedene Tutorials und unter <a href="https://www.overleaf.com/templates">»Templates«</a> LaTeX-Vorlagen für viele Gelegenheiten (Lebenslauf, Abschlussarbeiten, ...).</p>
<img src="sections/german/15/overleaf.png">
<img src="sections/german/16/overleaf.png">
</div>
</div>
@ -31,7 +31,7 @@
<div class="layout-content">
<h2><a href="https://tex.stackexchange.com">StackExchange</a></h2>
<p>Frage-Forum zu LaTeX.</p>
<img src="sections/german/15/stackexchange.png">
<img src="sections/german/16/stackexchange.png">
</div>
</div>
@ -41,7 +41,7 @@
<div class="layout-content">
<h2><a href="https://www.texample.net">TeXample</a></h2>
<p>Webseite mit zahlreichen LaTeX-Beispielvorlagen, vor allem zu TikZ.</p>
<img src="sections/german/15/texample.png">
<img src="sections/german/16/texample.png">
</div>
</div>

View File

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB