Compare commits
No commits in common. "26cb503a8e9be44650c0a0ccf5e571c87e39b0cd" and "5a09f3641b7375414917e9cc85d58634fa508832" have entirely different histories.
26cb503a8e
...
5a09f3641b
@ -123,10 +123,9 @@ body {
|
|||||||
box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.3);
|
box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.3);
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
margin: calc(.05 * var(--square));
|
margin: calc(.05 * var(--square));
|
||||||
|
padding: .5em;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
body .layout-preview img.thin-padding {
|
|
||||||
padding: .5em; }
|
|
||||||
body .layout-preview img.large {
|
body .layout-preview img.large {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
@ -178,13 +178,10 @@ body {
|
|||||||
box-shadow: .2em .2em .5em 0 rgba(0, 0, 0, .3);
|
box-shadow: .2em .2em .5em 0 rgba(0, 0, 0, .3);
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
margin: calc(.05 * var(--square));
|
margin: calc(.05 * var(--square));
|
||||||
|
padding: .5em;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
&.thin-padding {
|
|
||||||
padding: .5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.large {
|
&.large {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
@ -115,7 +115,7 @@
|
|||||||
<li>einfache Versionierung</li>
|
<li>einfache Versionierung</li>
|
||||||
<li>unabhängig von proprietären Programmen</li>
|
<li>unabhängig von proprietären Programmen</li>
|
||||||
<li>Quelltext und Ausgabe langfristig lesbar</li>
|
<li>Quelltext und Ausgabe langfristig lesbar</li>
|
||||||
<li>einfache Zusammenarbeit mit anderen Programmen</li>
|
<li>einfache Zusammenarbeit anderen Programmen</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -126,7 +126,7 @@
|
|||||||
<div class="layout-content">
|
<div class="layout-content">
|
||||||
<h2>Ablauf des Workshops</h2>
|
<h2>Ablauf des Workshops</h2>
|
||||||
<p><strong>Ziel:</strong> Ihr baut eure eigene LaTeX-Referenz<br>
|
<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>
|
<ul>
|
||||||
<li>Learning by Doing</li>
|
<li>Learning by Doing</li>
|
||||||
<li>Verstehen, wie LaTeX funktioniert</li>
|
<li>Verstehen, wie LaTeX funktioniert</li>
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<div class="layout-content-and-preview">
|
<div class="layout-content-and-preview">
|
||||||
<div class="layout-content">
|
<div class="layout-content">
|
||||||
<h2>Präambel & Dokumentumgebung</h2>
|
<h2>Präambel & Dokumentumgebung</h2>
|
||||||
<p style="text-indent: -1.3em"><span class="emoji">👁</span> Ein mit LaTeX gesetztes Dokument besteht aus:</p>
|
<p>👁 Ein mit LaTeX gesetztes Dokument besteht aus:</p>
|
||||||
<ul class="fragment">
|
<ul class="fragment">
|
||||||
<li><strong>Präambel:</strong> globale Einstellungen (Dokumentklasse, Encoding, Sprache, Seitenformat, zusäzliche Pakete, ...) und</li>
|
<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>
|
<li><strong>Dokumentumgebung:</strong> textueller Inhalt des Dokuments.</li>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user