Merge branch 'master' of git.stuve-bamberg.de:latex/latex-wochenende
This commit is contained in:
commit
fb8e5669db
@ -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%;
|
||||
|
||||
@ -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%;
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
BIN
sections/german/04/tikz_src/tikz_path.pdf
Normal file
BIN
sections/german/04/tikz_src/tikz_path.pdf
Normal file
Binary file not shown.
BIN
sections/german/04/tikz_src/tikz_path.synctex.gz
Normal file
BIN
sections/german/04/tikz_src/tikz_path.synctex.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user