Ausblicksbeispiele.

This commit is contained in:
Kremitzl 2019-05-10 23:43:30 +02:00
parent fb2365183a
commit 26fc0dc849
6 changed files with 38 additions and 6 deletions

View File

@ -16,7 +16,7 @@
</ul> </ul>
</div> </div>
<div class="layout-preview"> <div class="layout-preview">
<img src="sections/german/04/langes-dokument.png" style="padding: .2em;"> <img src="sections/german/04/langes-dokument.png" style="padding: .2em; height: 100vh">
</div> </div>
</div> </div>
@ -238,7 +238,7 @@ Inhalt von Abschnitt 2.
<ul> <ul>
<li>Entfernt die Präambel, die beiden `document`-Zeilen und das Inhaltsverzeichnis aus `allgemeines.tex`.</li> <li>Entfernt die Präambel, die beiden `document`-Zeilen und das Inhaltsverzeichnis aus `allgemeines.tex`.</li>
<li class="fragment">Kompiliert stattdessen `l2kurz.tex` das ist ab sofort unsere **Hauptdatei,** `allgemeines.tex` ist bereits eingebunden und wird mit kompiliert.</li> <li class="fragment">Kompiliert stattdessen `l2kurz.tex` das ist ab sofort unsere **Hauptdatei,** `allgemeines.tex` ist bereits eingebunden und wird mit kompiliert.</li>
<li class="fragment">Diese Datei ist sehr unübersichtlich. Lagert alles vor `\begin{document}` in eine neue Datei `praeambel.tex` aus und bindet sie mit `\input{praeambel}` ein.</li> <li class="fragment">Die Hauptdatei ist sehr unübersichtlich. Lagert alles vor `\begin{document}` in eine neue Datei `praeambel.tex` aus und bindet sie mit `\input{praeambel}` ein.</li>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -179,7 +179,7 @@ child { node {home}
</tr> </tr>
<tr class="fragment"> <tr class="fragment">
<td><a href="https://www.ctan.org/pkg/xcolor"><code>xcolor<code></a></td> <td><a href="https://www.ctan.org/pkg/xcolor"><code>xcolor<code></a></td>
<td>Mach's mit Farbe</td> <td>Machs mit Farbe</td>
</tr> </tr>
<tr class="fragment"> <tr class="fragment">
<td><a href="https://www.ctan.org/pkg/todonotes"><code>todonotes</code></a></td> <td><a href="https://www.ctan.org/pkg/todonotes"><code>todonotes</code></a></td>
@ -194,7 +194,7 @@ child { node {home}
<td>Unterabbildungen und zusätzliche Möglichkeiten für Blidunterschriften</td> <td>Unterabbildungen und zusätzliche Möglichkeiten für Blidunterschriften</td>
</tr> </tr>
<tr class="fragment"> <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><a href="https://www.ctan.org/pkg/colortbl"><code>colortbl</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> <td>Gestalten von Tabellen</td>
</tr> </tr>
<tr class="fragment"> <tr class="fragment">

View File

@ -57,6 +57,39 @@
--- ---
<div class="layout-preview-only">
<div class="layout-preview">
<figure>
<img src="sections/german/16/klassisches-beispiel.png">
<figcaption>Klassisch (<a href="https://tex.stackexchange.com/questions/1319/showcase-of-beautiful-typography-done-in-tex-friends">Quelle</a>)</figcaption>
</figure>
</div>
</div>
---
<div class="layout-preview-only">
<div class="layout-preview">
<figure>
<img src="sections/german/16/klassischeres-beispiel.png">
<figcaption>Noch klassischer (<a href="https://tex.stackexchange.com/questions/1319/showcase-of-beautiful-typography-done-in-tex-friends">Quelle</a>)</figcaption>
</figcaption>
</div>
</div>
---
<div class="layout-preview-only">
<div class="layout-preview">
<figure>
<img src="sections/german/16/anderes-beispiel.png">
<figcaption>Anders (<a href="https://tex.stackexchange.com/questions/1319/showcase-of-beautiful-typography-done-in-tex-friends">Quelle</a>)</figcaption>
</figcaption>
</div>
</div>
---
<div class="layout-content-only"> <div class="layout-content-only">
<div class="layout-content"> <div class="layout-content">
<h2>Fachschaft WIAI</h2> <h2>Fachschaft WIAI</h2>
@ -89,4 +122,3 @@
<img src="sections/german/16/fooboar-latex-tut.png" style="width:80%; margin:0 auto"> <img src="sections/german/16/fooboar-latex-tut.png" style="width:80%; margin:0 auto">
</div> </div>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB