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

This commit is contained in:
Kremitzl 2019-05-10 16:48:26 +02:00
commit 02c8b89799
8 changed files with 70 additions and 53 deletions

View File

@ -56,6 +56,8 @@
data-separator-vertical="^\r?\n---\r?\n$"></section>
<section data-markdown="sections/german/15/15.md" data-separator="^\r?\n===\r?\n$"
data-separator-vertical="^\r?\n---\r?\n$"></section>
<section data-markdown="sections/german/16/16.md" data-separator="^\r?\n===\r?\n$"
data-separator-vertical="^\r?\n---\r?\n$"></section>
</div>
</div>

View File

@ -110,6 +110,7 @@ Name: Donald Knuth \\\\
Geburtsdatum: \\\\ % TODO: einfügen
Geburtsort: Milwaukee, Wisconsin
% Ende Steckbrief</code></pre>
<p>Tastenkombinationen: <kbd>Strg</kbd> + <kbd>T</kbd> und <kbd>Strg</kbd> + <kbd>U</kbd></p>
</div>
<div class="layout-preview">
<figure>

View File

@ -15,7 +15,6 @@
\tikzstyle{rel}=[fill=blue!70]
\tikzstyle{partition}=[draw=white]
% 4/3
\begin{myverbbox}{\main}
\documentclass{article}
\usepackage[ngerman]{babel}

View File

@ -1,6 +1,6 @@
<div class="layout-content-only">
<div class="layout-content">
<h1>Ausblick <span class="emoji">🔭</span></h1>
<h1>Mehr zu entdecken <span class="emoji">🔭</span></h1>
</div>
</div>
@ -64,7 +64,8 @@ weiter verbreitet.
<div class="layout-content">
<h2>Grafiken erstellen</h2>
<p><code>TikZ</code> (»TikZ ist kein Zeichenprogramm«) ist ein umfangreiches Paket zur Erstellung von Vektorgrafiken.</p>
<pre class="lang-tex hljs small-text scroll-one-half"><code>\tikzstyle{every node}=[draw=black,thick,anchor=west]
<pre class="lang-tex hljs small-text scroll-one-half"><code>% …
\tikzstyle{every node}=[draw=black,thick,anchor=west]
\tikzstyle{selected}=[draw=red,fill=red!30]
\tikzstyle{dir}=[fill=gray!50]
\tikzstyle{relativeTo}=[fill=blue!70]
@ -88,10 +89,11 @@ child { node {home}
}
}
};
\end{tikzpicture}</code></pre>
\end{tikzpicture}
% …</code></pre>
</div>
<div class="layout-preview">
<img src="sections/german/04/relative_path.png">
<img src="sections/german/04/relative-path-crop.svg">
</div>
</div>
@ -113,53 +115,6 @@ child { node {home}
<div class="layout-content-only">
<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">
</div>
</div>
---
<div class="layout-content-only">
<div class="layout-content">
<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">
</div>
</div>
---
<div class="layout-content-only">
<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">
</div>
</div>
---
<div class="layout-content-only">
<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">
</div>
</div>
---
<div class="layout-content-only">
<div class="layout-content">
<h2>Vielen Dank für eure Aufmerksamkeit!</h2>
<p>Bitte hinterlasst uns eine kurzes Feedback:</p>
<ul>
<li>Was hat euch gut gefallen?</li>
<li>Was hätten wir besser machen können?</li>
<li>Was hättet ihr euch gewünscht?</li>
</ul>
<h1>Weitere nützliche Pakete<span class="emoji">🔭</span></h1>
</div>
</div>

60
sections/german/16/16.md Normal file
View File

@ -0,0 +1,60 @@
<div class="layout-content-only">
<div class="layout-content">
<h1>Hilfe und Informationen <span class="emoji">🃏</span></h1>
</div>
</div>
---
<div class="layout-content-only">
<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">
</div>
</div>
---
<div class="layout-content-only">
<div class="layout-content">
<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">
</div>
</div>
---
<div class="layout-content-only">
<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">
</div>
</div>
---
<div class="layout-content-only">
<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">
</div>
</div>
---
<div class="layout-content-only">
<div class="layout-content">
<h2>Vielen Dank für eure Aufmerksamkeit!</h2>
<p>Bitte hinterlasst uns eine kurzes Feedback:</p>
<ul>
<li>Was hat euch gut gefallen?</li>
<li>Was hätten wir besser machen können?</li>
<li>Was hättet ihr euch gewünscht?</li>
</ul>
</div>
</div>

View File

Before

Width:  |  Height:  |  Size: 194 KiB

After

Width:  |  Height:  |  Size: 194 KiB

View File

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 119 KiB

View File

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB