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

This commit is contained in:
Kremitzl 2019-05-10 10:47:00 +02:00
commit fb8e5669db
9 changed files with 9 additions and 5 deletions

View File

@ -123,9 +123,10 @@ body {
box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.3);
object-fit: cover;
margin: calc(.05 * var(--square));
padding: .5em;
background-color: white;
box-sizing: border-box; }
body .layout-preview img.thin-padding {
padding: .5em; }
body .layout-preview img.large {
width: 60%;
max-width: 100%;

View File

@ -178,10 +178,13 @@ body {
box-shadow: .2em .2em .5em 0 rgba(0, 0, 0, .3);
object-fit: cover;
margin: calc(.05 * var(--square));
padding: .5em;
background-color: white;
box-sizing: border-box;
&.thin-padding {
padding: .5em;
}
&.large {
width: 60%;
max-width: 100%;

View File

@ -115,7 +115,7 @@
<li>einfache Versionierung</li>
<li>unabhängig von proprietären Programmen</li>
<li>Quelltext und Ausgabe langfristig lesbar</li>
<li>einfache Zusammenarbeit anderen Programmen</li>
<li>einfache Zusammenarbeit mit anderen Programmen</li>
</ul>
</div>
</div>
@ -126,7 +126,7 @@
<div class="layout-content">
<h2>Ablauf des Workshops</h2>
<p><strong>Ziel:</strong> Ihr baut eure eigene LaTeX-Referenz<br>
auf Basis von [l2kurz](https://www.ctan.org/tex-archive/info/lshort/german)</li>
auf Basis von [l2kurz](https://www.ctan.org/tex-archive/info/lshort/german).</li>
<ul>
<li>Learning by Doing</li>
<li>Verstehen, wie LaTeX funktioniert</li>

View File

@ -9,7 +9,7 @@
<div class="layout-content-and-preview">
<div class="layout-content">
<h2>Präambel & Dokumentumgebung</h2>
<p>👁 Ein mit LaTeX gesetztes Dokument besteht aus:</p>
<p style="text-indent: -1.3em"><span class="emoji">👁</span> Ein mit LaTeX gesetztes Dokument besteht aus:</p>
<ul class="fragment">
<li><strong>Präambel:</strong> globale Einstellungen (Dokumentklasse, Encoding, Sprache, Seitenformat, zusäzliche Pakete, ...) und</li>
<li><strong>Dokumentumgebung:</strong> textueller Inhalt des Dokuments.</li>

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Binary file not shown.