Compare commits
2 Commits
689eed2c1e
...
3dc0de4cc4
| Author | SHA1 | Date | |
|---|---|---|---|
| 3dc0de4cc4 | |||
| bb31c5146d |
@ -33,5 +33,5 @@ Das Stylesheet verwendet Sass. Nach der Installation lassen sich die Styles folg
|
||||
|
||||
```sh
|
||||
cd css
|
||||
sass --watch style.scss:style.css
|
||||
sass --watch latex.scss:latex.css
|
||||
```
|
||||
@ -655,7 +655,9 @@ pre.scroll-one-half {
|
||||
*/
|
||||
.topic-list {
|
||||
box-shadow: 0 0px 50px rgba(0, 0, 0, 0.3);
|
||||
z-index: 500; }
|
||||
z-index: 500;
|
||||
font-size: .8em;
|
||||
line-height: 1.5em; }
|
||||
.topic-list .topic-list-search {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
@ -831,6 +831,8 @@ pre.scroll-one-half {
|
||||
.topic-list {
|
||||
box-shadow: 0 0px 50px rgba(0, 0, 0, 0.3);
|
||||
z-index: 500;
|
||||
font-size: .8em;
|
||||
line-height: 1.5em;
|
||||
|
||||
.topic-list-search {
|
||||
display: block;
|
||||
|
||||
@ -9,8 +9,8 @@
|
||||
- graphics
|
||||
- tables
|
||||
- references-and-footnotes
|
||||
- literature
|
||||
- source-code-listings
|
||||
- literature
|
||||
- packages
|
||||
- support
|
||||
|
||||
|
||||
@ -64,7 +64,7 @@ Hallo, Welt!
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
@ -136,7 +136,7 @@ nichts verloren.
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -158,7 +158,7 @@ Geburtsort: Milwaukee, Wisconsin
|
||||
Tastenkombinationen: <kbd>Strg</kbd> + <kbd>T</kbd> und <kbd>Strg</kbd> + <kbd>U</kbd>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview-with-category)
|
||||
@ -189,7 +189,7 @@ Funktioniert nicht mit »`\\`«, nutzt `\textbackslash` stattdessen.
|
||||
++ Für später: Zwischen Zahlen und Einheiten passen schmale Leerzeichen (`50\,\%`).
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -216,7 +216,7 @@ Je nach Dokumentenklasse zusätzlich:
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
@ -267,7 +267,7 @@ Fachschaft WIAI}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
@ -313,7 +313,7 @@ Inhaltsverzeichnis
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@ -409,7 +409,7 @@ Sprachen – ein Beispiel
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
@ -432,7 +432,7 @@ Außerdem kann für das Inhaltsverzeichnis ein alternativer Titel angegeben werd
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=extra-content-only)
|
||||
|
||||
@ -64,7 +64,7 @@ Hello world!
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
@ -136,7 +136,7 @@ within continuous text.
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -158,7 +158,7 @@ Place of birth: Milwaukee, Wisconsin
|
||||
Shortcuts: <kbd>Ctrl</kbd> + <kbd>T</kbd> and <kbd>Ctrl</kbd> + <kbd>U</kbd>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview-with-category)
|
||||
@ -187,7 +187,7 @@ Solution: prefix with ‘`\`’:
|
||||
Does not work for ‘`\\`’, use `\textbackslash` instead. <span class="fragment">Also: Consider using a thin space between numbers and units (`50\,\%`).</span>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -214,7 +214,7 @@ Additionally, for some document classes:
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
@ -265,7 +265,7 @@ Front matter
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
@ -311,7 +311,7 @@ Table of contents
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=wide-task)
|
||||
@ -406,7 +406,7 @@ Languages — an example
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
@ -429,7 +429,7 @@ You can also provide an alternative title for the table of contents:
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=extra-content-only)
|
||||
|
||||
@ -22,7 +22,7 @@ Ablauf des Workshops
|
||||
:::
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@ -43,12 +43,12 @@ Entstehung
|
||||
* Leslie **Lamport**, ab 1980er: Softwarepaket **LaTeX** zur einfacheren Benutzung von TeX
|
||||
|
||||
:::{style="display: flex; justify-content: space-between; align-items: stretch;"}
|
||||
<figure><img src="svg/chapter-01/knuth.jpg" style="height: 13em"/><figcaption>Donald Knuth</figcaption></figure>
|
||||
<figure><img src="svg/chapter-01/lamport.jpg" style="height: 13em"/><figcaption>Leslie Lamport</figcaption></figure>
|
||||
<figure><img src="svg/intro/knuth.jpg" style="height: 13em"/><figcaption>Donald Knuth</figcaption></figure>
|
||||
<figure><img src="svg/intro/lamport.jpg" style="height: 13em"/><figcaption>Leslie Lamport</figcaption></figure>
|
||||
:::
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -103,13 +103,13 @@ WYSIWaaas?
|
||||
</p>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{}
|
||||
{}
|
||||
|
||||
|
||||
@slide(layout=two-columns)
|
||||
|
||||
@ -22,7 +22,7 @@ Procedure of this workshop
|
||||
:::
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@ -43,12 +43,12 @@ Origin
|
||||
* Leslie **Lamport**, from 1980s: software package **LaTeX** made TeX easier to use
|
||||
|
||||
:::{style="display: flex; justify-content: space-between; align-items: stretch;"}
|
||||
<figure><img src="svg/chapter-01/knuth.jpg" style="height: 13em"/><figcaption>Donald Knuth</figcaption></figure>
|
||||
<figure><img src="svg/chapter-01/lamport.jpg" style="height: 13em"/><figcaption>Leslie Lamport</figcaption></figure>
|
||||
<figure><img src="svg/intro/knuth.jpg" style="height: 13em"/><figcaption>Donald Knuth</figcaption></figure>
|
||||
<figure><img src="svg/intro/lamport.jpg" style="height: 13em"/><figcaption>Leslie Lamport</figcaption></figure>
|
||||
:::
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
@ -103,13 +103,13 @@ WYSIWhat?
|
||||
</p>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{}
|
||||
{}
|
||||
|
||||
|
||||
@slide(layout=two-columns)
|
||||
|
||||
@ -26,7 +26,7 @@ Ungeordnete Listen 📜
|
||||
Die einzelnen Stichpunkte werden in jeder Aufzählungsumgebung durch den Befehl `\item` gekennzeichnet.
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@ -51,8 +51,8 @@ Geordnete Listen und Definitionslisten
|
||||
```
|
||||
|
||||
@preview
|
||||
<img class="thin-padding" src="svg/chapter-07/enumerate-crop.svg" style="margin-bottom: 0;"/>
|
||||
<img class="thin-padding fragment" src="svg/chapter-07/definition-crop.svg"/>
|
||||
<img class="thin-padding" src="svg/lists/enumerate-crop.svg" style="margin-bottom: 0;"/>
|
||||
<img class="thin-padding fragment" src="svg/lists/definition-crop.svg"/>
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@ -76,7 +76,7 @@ Verschachtelte Listen
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=task)
|
||||
|
||||
@ -115,7 +115,7 @@ Das Paket `paralist` stellt Aufzählungen ohne riesige Zwischenräume zur Verfü
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
|
||||
@ -137,7 +137,7 @@ Folgende Kräuter sind für % …
|
||||
Natürlich gibt es auch hier ein Pendant namens `inparaenum` für geordnete Listen.
|
||||
|
||||
@preview
|
||||
<img class="thin-padding" src="svg/chapter-07/paralist-extended-crop.svg"/>
|
||||
<img class="thin-padding" src="svg/lists/paralist-extended-crop.svg"/>
|
||||
|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
@ -161,7 +161,7 @@ Die Art der Aufzählung lässt sich über den optionalen Parameter `label` ände
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=task)
|
||||
|
||||
@ -27,7 +27,7 @@ We mark each bullet point with `\item`.
|
||||
This pattern is the same for all kinds of enumerations.
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@ -52,8 +52,8 @@ Ordered and definition lists
|
||||
```
|
||||
|
||||
@preview
|
||||
<img class="thin-padding" src="svg/chapter-07/enumerate-english-crop.svg" style="margin-bottom: 0;"/>
|
||||
<img class="thin-padding fragment" src="svg/chapter-07/definition-english-crop.svg"/>
|
||||
<img class="thin-padding" src="svg/lists/enumerate-english-crop.svg" style="margin-bottom: 0;"/>
|
||||
<img class="thin-padding fragment" src="svg/lists/definition-english-crop.svg"/>
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@ -77,7 +77,7 @@ Nested lists
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=task)
|
||||
@ -117,7 +117,7 @@ The package `paralist` offers enumerations with less line spacing.
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
|
||||
@ -139,7 +139,7 @@ The following herbs are % …
|
||||
Of course, there is an accompanying list type called `inparaenum` for ordered lists.
|
||||
|
||||
@preview
|
||||
<img class="thin-padding" src="svg/chapter-07/paralist-extended-english-crop.svg"/>
|
||||
<img class="thin-padding" src="svg/lists/paralist-extended-english-crop.svg"/>
|
||||
|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
@ -164,7 +164,7 @@ To accomplish this, we need to include the package `enumitem` first (but after
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=task)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@number
|
||||
11
|
||||
12
|
||||
|
||||
@title
|
||||
Literatur­verwaltung
|
||||
@ -199,43 +199,43 @@ Ein Beispielzitat im obigen Zitierstil:
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{.large .thin-padding}
|
||||
{.large .thin-padding}
|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{.large .thin-padding}
|
||||
{.large .thin-padding}
|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{.large}
|
||||
{.large}
|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{.large}
|
||||
{.large}
|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{.large}
|
||||
{.large}
|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{.large}
|
||||
{.large}
|
||||
|
||||
|
||||
@slide(layout=wide-task)
|
||||
|
||||
@task-number
|
||||
11
|
||||
12
|
||||
|
||||
@title
|
||||
Ein Literaturverzeichnis erstellen und einfügen
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@number
|
||||
11
|
||||
12
|
||||
|
||||
@title
|
||||
Reference management
|
||||
@ -201,43 +201,43 @@ An exemplary reference in the citation style above:
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{.large .thin-padding}
|
||||
{.large .thin-padding}
|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{.large .thin-padding}
|
||||
{.large .thin-padding}
|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{.large}
|
||||
{.large}
|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{.large}
|
||||
{.large}
|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{.large}
|
||||
{.large}
|
||||
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
{.large}
|
||||
{.large}
|
||||
|
||||
|
||||
@slide(layout=wide-task)
|
||||
|
||||
@task-number
|
||||
11
|
||||
12
|
||||
|
||||
@title
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ Mathematische Formeln können **nur im sogenannten Mathmode** gesetzt werden. Hi
|
||||
Pakete: `amsmath`, `amsthm`, `amssymb`, `mathtools`
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -75,7 +75,7 @@ Die Umgebung `align` erlaubt es, Gleichungen zum Beispiel am › =&hairsp
|
||||
* ++ Die Nummerierung kann bei `align` und `equation` durch durch ein Sternchen nach dem Umgebungsnamen (z. B. `\begin{align*}` und `\end{align*}`) unterdrückt werden.
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=task-without-number)
|
||||
@ -206,7 +206,7 @@ Mit dem Befehl `\limits` lassen sich die Grenzen von Integralen unter und über
|
||||
<p data-category="Achtung!">Der Einsatz von `\limits` sollte im Fließtext vermieden werden.</p>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=extra-content-only)
|
||||
|
||||
@ -29,7 +29,7 @@ We can also use the `equation` block environment:
|
||||
Packages: `amsmath`, `amsthm`, `amssymb`, `mathtools`
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -77,7 +77,7 @@ The `align` environment permits us to align equations at certain positions like
|
||||
* ++ `align` and `equation` will not be numbered if we add an asterisk after their names (e. g. `\begin{align*}` and `\end{align*}`).
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=task-without-number)
|
||||
@ -211,7 +211,7 @@ This is the standard behaviour for sums, products and limits.
|
||||
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=extra-content-only)
|
||||
|
||||
@ -32,7 +32,7 @@ weiter verbreitet.
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@ -62,7 +62,7 @@ Für Präsentationen gibt es die Dokumentenklasse `beamer` sowie zahlreiche [Vor
|
||||
```
|
||||
|
||||
@preview
|
||||
<img src="svg/chapter-14/beamer-orig.svg" style="width: 100%; margin: 0;"/>
|
||||
<img src="svg/packages/beamer-orig.svg" style="width: 100%; margin: 0;"/>
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -120,7 +120,7 @@ Mit dem Paket `qtree` lassen sich Konstituentenbäume erstellen:
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@ -178,7 +178,7 @@ Beweisbäume lassen sich mit dem Paket `prftree` einwandfrei darstellen.
|
||||
```
|
||||
|
||||
@preview
|
||||
<img class="thin-padding" src="svg/chapter-14/prftree-crop.svg"/>
|
||||
<img class="thin-padding" src="svg/packages/prftree-crop.svg"/>
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@ popular.
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@ -62,7 +62,7 @@ For slides, there is the `beamer` document class, as well as numerous [templates
|
||||
```
|
||||
|
||||
@preview
|
||||
<img src="svg/chapter-14/beamer-orig.svg" style="width: 100%; margin: 0;"/>
|
||||
<img src="svg/packages/beamer-orig.svg" style="width: 100%; margin: 0;"/>
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -120,7 +120,7 @@ The `qtree` package can render constituent-based parse trees:
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@ -178,7 +178,7 @@ Logical tableaux can be renderd using the `prftree` package.
|
||||
```
|
||||
|
||||
@preview
|
||||
<img class="thin-padding" src="svg/chapter-14/prftree-crop.svg"/>
|
||||
<img class="thin-padding" src="svg/packages/prftree-crop.svg"/>
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ Ein größeres LaTeX-Projekt anlegen und dabei …
|
||||
* den Überblick über die Struktur eines Projekts behalten
|
||||
|
||||
@preview
|
||||
{style="padding: .2em; height: 100vh"}
|
||||
{style="padding: .2em; height: 100vh"}
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -47,7 +47,7 @@ Hauptdatei <span class="emoji">👑</span>
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -76,7 +76,7 @@ Inhalt von Abschnitt 2.
|
||||
```
|
||||
|
||||
@preview
|
||||
{.thin-padding}
|
||||
{.thin-padding}
|
||||
|
||||
|
||||
@slide(layout=content-and-preview-with-category)
|
||||
@ -95,7 +95,7 @@ Dateipfade angeben <span class="emoji">👣</span>
|
||||
<p data-category="Achtung!" class="fragment">Bei LaTeX muss stets die **Unix-Syntax** für Pfadangaben verwendet werden. Pfadelemente werden durch einen Schrägstrich getrennt: `pfad/zur/datei`. Deshalb werden wir im Folgenden diese Schreibweise verwenden.</p>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview-with-category)
|
||||
@ -116,7 +116,7 @@ Der **einfache Punkt »`.`«** bezieht sich bei relativen Pfaden auf den aktuell
|
||||
:::
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview-with-category)
|
||||
@ -135,7 +135,7 @@ Dateipfade angeben <span class="emoji">👣</span>
|
||||
:::
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@ -159,7 +159,7 @@ Dateipfade angeben <span class="emoji">👣</span>
|
||||
:::
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ Create a bigger LaTeX project and …
|
||||
* keep the overview over the project structure
|
||||
|
||||
@preview
|
||||
{style="padding: .2em; height: 100vh"}
|
||||
{style="padding: .2em; height: 100vh"}
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -46,7 +46,7 @@ Main file <span class="emoji">👑</span>
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -75,7 +75,7 @@ of section 2.
|
||||
```
|
||||
|
||||
@preview
|
||||
{.thin-padding}
|
||||
{.thin-padding}
|
||||
|
||||
|
||||
@slide(layout=content-and-preview-with-category)
|
||||
@ -94,7 +94,7 @@ Specifying file paths <span class="emoji">👣</span>
|
||||
<p data-category="Caution!" class="fragment">In **LaTeX,** you have to use UNIX-style paths. They are separated by a forward slash: `path/to/file`. We will use those from here on.</p>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview-with-category)
|
||||
@ -115,7 +115,7 @@ A **single dot ‘`.`’** represents the current folder (in this case: `latex-s
|
||||
:::
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview-with-category)
|
||||
@ -132,7 +132,7 @@ Specifying file paths <span class="emoji">👣</span>
|
||||
<pre class="fragment">./content/basic-document-structure.tex</pre>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@ -156,7 +156,7 @@ Specifying file paths <span class="emoji">👣</span>
|
||||
:::
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ wiki/Eber}}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -57,7 +57,7 @@ Wie man in Abbildung \ref{fig:fooboar} …
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -82,7 +82,7 @@ Jungeber (siehe \Cref{fig:fooboar}).
|
||||
Der Befehl `\cref` fügt selbstständig die passende Abkürzung ein.
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
@ -185,7 +185,7 @@ Das Paket `footmisc` stellt verschiedene weitere Optionen für die Darstellung v
|
||||
```
|
||||
|
||||
@preview
|
||||
{.thin-padding}
|
||||
{.thin-padding}
|
||||
|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
@ -207,5 +207,5 @@ sec:section3,sec:section5}.
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@ -32,7 +32,7 @@ wiki/Wild_boar}}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -61,7 +61,7 @@ As you can see in Figure
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
@slide(layout=content-only)
|
||||
|
||||
@title
|
||||
@ -115,7 +115,7 @@ boar (see \Cref{fig:fooboar}).
|
||||
The `\cref` command automatically inserts suitable prefixes.
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
@ -187,7 +187,7 @@ The `footmisc` package provides additional options for the presentation of footn
|
||||
```
|
||||
|
||||
@preview
|
||||
{.thin-padding}
|
||||
{.thin-padding}
|
||||
|
||||
|
||||
|
||||
@ -210,4 +210,4 @@ sec:section3,sec:section5}.
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
@ -1,7 +1,7 @@
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@number
|
||||
12
|
||||
11
|
||||
|
||||
@title
|
||||
Quelltext-Listings
|
||||
@ -24,7 +24,7 @@ Quadrate aller geraden % …
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -49,7 +49,7 @@ public class Test {
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
@ -92,7 +92,7 @@ Weitere Materialien
|
||||
@slide(layout=task)
|
||||
|
||||
@task-number
|
||||
12
|
||||
11
|
||||
|
||||
@title
|
||||
Listings
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@slide(layout=chapter-slide)
|
||||
|
||||
@number
|
||||
12
|
||||
11
|
||||
|
||||
@title
|
||||
Source code listings
|
||||
@ -24,7 +24,7 @@ Squares of all even % …
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -49,7 +49,7 @@ public class Test {
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
@ -92,7 +92,7 @@ Further resources
|
||||
@slide(layout=task)
|
||||
|
||||
@task-number
|
||||
12
|
||||
11
|
||||
|
||||
@title
|
||||
Listings
|
||||
|
||||
@ -29,7 +29,7 @@ einer Zeile zu halten: Dr.~Fooboar.
|
||||
* ++ Nutzt French Spacing (`\frenchspacing`), um riesige Freiräume nach Satzzeichen zu verhindern.
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -66,7 +66,7 @@ Striche
|
||||
</table>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -90,7 +90,7 @@ quote.}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
@ -140,7 +140,7 @@ Bei *English spacing* versucht LaTeX, nach Abkürzungen trotzdem normale Wo
|
||||
* erzwungenen Satzenden: `\@.␣`
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
@ -182,7 +182,7 @@ LaTeX trennt Wörter im Normalfall automatisch richtig, wenn die richtige Sprach
|
||||
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ line: Dr.~Fooboar.
|
||||
* ++ Use french spacing (`\frenchspacing`) to avoid giant gaps after full stops.
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -63,7 +63,7 @@ Hyphens and dashes
|
||||
</table>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -87,7 +87,7 @@ Zitat.}
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
@ -137,7 +137,7 @@ If you actually use *English spacing,* LaTeX will still try and put normal
|
||||
* manually ending sentences: `\@.␣`
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
@ -179,7 +179,7 @@ Sometimes, manual intervention is required.
|
||||
<p data-category="Caution!">Some of the codes only work when you use the `babel` package.</p>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=extra-content-only)
|
||||
|
||||
@ -14,7 +14,7 @@ Hilfe und Informationen
|
||||
@content
|
||||
Das Wikibook zu LaTeX enthält eine große Anzahl interessanter Artikel und ist auch in deutscher Sprache verfügbar.
|
||||
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -24,7 +24,7 @@ Das Wikibook zu LaTeX enthält eine große Anzahl interessanter Artikel und ist
|
||||
@content
|
||||
Das »Comprehensive TeX Archive Network« ist die zentrale Quelle für LaTeX-Pakete und ihre Dokumentation.
|
||||
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -36,7 +36,7 @@ Ein Online-LaTeX-Editor, der das kollaboratives Arbeiten an Dokumenten ermöglic
|
||||
|
||||
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, …).
|
||||
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -46,7 +46,7 @@ Außerdem findest du auf der Seite verschiedene Tutorials und unter <a href="htt
|
||||
@content
|
||||
Frage-Forum zu LaTeX.
|
||||
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -56,22 +56,22 @@ Frage-Forum zu LaTeX.
|
||||
@content
|
||||
Webseite mit zahlreichen LaTeX-Beispielvorlagen, vor allem zu TikZ.
|
||||
|
||||

|
||||

|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
)](svg/chapter-15/klassisches-beispiel-2.jpeg){.large}
|
||||
)](svg/support/klassisches-beispiel-2.jpeg){.large}
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
)](svg/chapter-15/klassischeres-beispiel.jpg)
|
||||
)](svg/support/klassischeres-beispiel.jpg)
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
)](svg/chapter-15/anderes-beispiel.png){.large}
|
||||
)](svg/support/anderes-beispiel.png){.large}
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -102,5 +102,5 @@ Kurzes Feedback
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
<img src="svg/chapter-15/fooboar-latex-tut.jpg" style="width:100%; margin:0 auto; display: block;"/>
|
||||
<img src="svg/support/fooboar-latex-tut.jpg" style="width:100%; margin:0 auto; display: block;"/>
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ Getting help and information
|
||||
@content
|
||||
The LaTeX Wikibook offers numerous interesting articles and is available in English and German (among others).
|
||||
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -24,7 +24,7 @@ The LaTeX Wikibook offers numerous interesting articles and is available in Engl
|
||||
@content
|
||||
The “Comprehensive TeX Archive Network” is the central source for LaTeX packages and their documentation.
|
||||
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -36,7 +36,7 @@ Overleaf is a collaborative online LaTeX editor.
|
||||
|
||||
It also offers a multiple tutorials and templates for different occasions (CV, theses, …): <a href="https://www.overleaf.com/templates">»Templates«</a>.
|
||||
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -46,7 +46,7 @@ It also offers a multiple tutorials and templates for different occasions (CV, t
|
||||
@content
|
||||
Question-and-answer website for LaTeX.
|
||||
|
||||

|
||||

|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -56,22 +56,22 @@ Question-and-answer website for LaTeX.
|
||||
@content
|
||||
A collection of LaTeX examples, especially with TikZ.
|
||||
|
||||

|
||||

|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
)](svg/chapter-15/klassisches-beispiel-2.jpeg){.large}
|
||||
)](svg/support/klassisches-beispiel-2.jpeg){.large}
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
)](svg/chapter-15/klassischeres-beispiel.jpg)
|
||||
)](svg/support/klassischeres-beispiel.jpg)
|
||||
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
)](svg/chapter-15/anderes-beispiel.png){.large}
|
||||
)](svg/support/anderes-beispiel.png){.large}
|
||||
|
||||
@slide(layout=content-only)
|
||||
|
||||
@ -102,5 +102,5 @@ A short feedback round
|
||||
@slide(layout=preview-only)
|
||||
|
||||
@preview
|
||||
<img src="svg/chapter-15/fooboar-latex-tut.jpg" style="width:100%; margin:0 auto; display: block;" />
|
||||
<img src="svg/support/fooboar-latex-tut.jpg" style="width:100%; margin:0 auto; display: block;" />
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ Spaltendefinitionen
|
||||
++ Vertikale Trennlinien und doppelte horizontale Linien sind unter Typograph\*innen nicht gern gesehen und sollten vermieden werden.
|
||||
|
||||
@preview
|
||||
{.thin-padding}
|
||||
{.thin-padding}
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -90,7 +90,7 @@ Tabelleninhalt
|
||||
* ++ `\toprule`, `\midrule` und `\bottomrule` strukturieren die Tabelle.
|
||||
|
||||
@preview
|
||||
{.thin-padding}
|
||||
{.thin-padding}
|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
@ -127,7 +127,7 @@ Mehr Komfort
|
||||
@content
|
||||
Der [Tables Generator](https://tablesgenerator.com/) ist ein wunderbares Werkzeug, um schnell Tabellen verschiedener Formate zu erstellen.
|
||||
|
||||
[](https://tablesgenerator.com/)
|
||||
[](https://tablesgenerator.com/)
|
||||
|
||||
|
||||
@slide(layout=task)
|
||||
@ -230,4 +230,4 @@ Weiterführendes Beispiel
|
||||
[<span class="emoji">🔗</span> Dokumentation zu Booktabs](http://packages.oth-regensburg.de/ctan/macros/latex/contrib/booktabs/booktabs.pdf)
|
||||
|
||||
@preview
|
||||
{.thin-padding}
|
||||
{.thin-padding}
|
||||
@ -65,7 +65,7 @@ Column definitions
|
||||
++ Vertical separator lines and double horizontal lines are frowned upon by typographers and should be avoided.
|
||||
|
||||
@preview
|
||||
{.thin-padding}
|
||||
{.thin-padding}
|
||||
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
@ -90,7 +90,7 @@ Table content
|
||||
* ++ `\toprule`, `\midrule` and `\bottomrule` structure the table.
|
||||
|
||||
@preview
|
||||
{.thin-padding}
|
||||
{.thin-padding}
|
||||
|
||||
|
||||
@slide(layout=wide-content)
|
||||
@ -127,7 +127,7 @@ More comfort
|
||||
@content
|
||||
The [Tables Generator](https://tablesgenerator.com/) is a wonderful tool to quickly create tables of different formats.
|
||||
|
||||
[](https://tablesgenerator.com/)
|
||||
[](https://tablesgenerator.com/)
|
||||
|
||||
|
||||
@slide(layout=task)
|
||||
@ -233,4 +233,4 @@ An advanced example
|
||||
[<span class="emoji">🔗</span> Booktabs documentation](http://packages.oth-regensburg.de/ctan/macros/latex/contrib/booktabs/booktabs.pdf)
|
||||
|
||||
@preview
|
||||
{.thin-padding}
|
||||
{.thin-padding}
|
||||
@ -32,8 +32,8 @@ Optische Auszeichnungsmöglichkeiten:
|
||||
</table>
|
||||
|
||||
@preview
|
||||
<img class="thin-padding" src="svg/chapter-05/hervorhebungen-crop.svg" style="margin-bottom: 0; margin-top: 100px"/>
|
||||
<img class="thin-padding" src="svg/chapter-05/optische-auszeichnungen-crop.svg" />
|
||||
<img class="thin-padding" src="svg/text-markup/hervorhebungen-crop.svg" style="margin-bottom: 0; margin-top: 100px"/>
|
||||
<img class="thin-padding" src="svg/text-markup/optische-auszeichnungen-crop.svg" />
|
||||
|
||||
|
||||
|
||||
@ -80,7 +80,7 @@ wiedergibt.
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=task)
|
||||
@ -122,7 +122,7 @@ Schriftgrößen relativ zu `normalsize`:
|
||||
```
|
||||
|
||||
@preview
|
||||
{.thin-padding}
|
||||
{.thin-padding}
|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
|
||||
@ -148,7 +148,7 @@ Alternativ einsetzbare Umgebungen:
|
||||
<p data-category="Achtung!">Guter Flattersatz ist noch schwieriger als guter Blocksatz, daher lieber vermeiden!</p>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
@ -172,7 +172,7 @@ Einzüge und Abstände
|
||||
* Mit `\noindent` kann für nur einen Absatz der Einzug abgeschaltet werden
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
@ -32,8 +32,8 @@ Furthermore, optical highlighting can be used.
|
||||
</table>
|
||||
|
||||
@preview
|
||||
<img class="thin-padding" src="svg/chapter-05/emphases-crop.svg" style="margin-bottom: 0;"/>
|
||||
<img class="thin-padding fragment" src="svg/chapter-05/optical-highlighting-crop.svg"/>
|
||||
<img class="thin-padding" src="svg/text-markup/emphases-crop.svg" style="margin-bottom: 0;"/>
|
||||
<img class="thin-padding fragment" src="svg/text-markup/optical-highlighting-crop.svg"/>
|
||||
|
||||
|
||||
@slide(layout=content-only)
|
||||
@ -77,7 +77,7 @@ The `hyperref` package provides an `\url{}` command that reproduces URLs
|
||||
```
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=task)
|
||||
@ -121,7 +121,7 @@ Font sizes relative to `normalsize`:
|
||||
```
|
||||
|
||||
@preview
|
||||
{.thin-padding}
|
||||
{.thin-padding}
|
||||
|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
@ -148,7 +148,7 @@ Alternatively, we can use dedicated environments:
|
||||
<p data-category="Caution!">Proper ragged alignment is even more difficult than good justification, so better avoid it.</p>
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
@slide(layout=extra-content-and-preview)
|
||||
@ -172,7 +172,7 @@ Indentation and spacing
|
||||
* `\noindent` allows us to disable first-line indentation for a given paragraph
|
||||
|
||||
@preview
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
@ -1,5 +0,0 @@
|
||||
[0] Config.pm:307> INFO - This is Biber 2.19
|
||||
[0] Config.pm:310> INFO - Logfile is 'example_citation-en.blg'
|
||||
[78] biber:340> INFO - === Do Apr 3, 2025, 13:49:44
|
||||
[200] Utils.pm:399> ERROR - Cannot find 'example_citation-en.bcf'!
|
||||
[201] Biber.pm:136> INFO - ERRORS: 1
|
||||
|
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 565 KiB After Width: | Height: | Size: 565 KiB |
|
Before Width: | Height: | Size: 380 KiB After Width: | Height: | Size: 380 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |