Minor improvements
This commit is contained in:
parent
50da4b2e67
commit
cc78fb6b07
@ -1,8 +1,14 @@
|
||||
<div class="layout-two-previews">
|
||||
<div class="layout-preview">
|
||||
@left-preview
|
||||
<figure>
|
||||
<img src="@left-image(inline)"/>
|
||||
<figcaption>@left-caption(inline)</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
@right-preview
|
||||
<figure>
|
||||
<img src="@right-image(inline)" />
|
||||
<figcaption>@right-caption(inline)</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
2
onpoint
2
onpoint
@ -1 +1 @@
|
||||
Subproject commit 5c7da5850b427f103ed0b7069994d6c8131bfe49
|
||||
Subproject commit 108a2bc033b482b1b3233f211af16e733c61c63e
|
||||
@ -6,11 +6,17 @@
|
||||
|
||||
@slide(layout=two-previews)
|
||||
|
||||
@left-preview
|
||||

|
||||
@left-image
|
||||
svg/chapter-01/example-word-orig.svg
|
||||
|
||||
@right-preview
|
||||

|
||||
@left-caption
|
||||
++ Klassisches Word-Dokument
|
||||
|
||||
@right-image
|
||||
svg/chapter-01/example-latex-orig.svg
|
||||
|
||||
@right-caption
|
||||
++ Klassisches LaTeX-Dokument
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@ -30,11 +36,17 @@
|
||||
|
||||
@slide(layout=two-previews)
|
||||
|
||||
@left-preview
|
||||

|
||||
@left-image
|
||||
svg/chapter-01/example-word-orig.svg
|
||||
|
||||
@right-preview
|
||||

|
||||
@left-caption
|
||||
Klassisches Word-Dokument
|
||||
|
||||
@right-image
|
||||
svg/chapter-01/example-latex-orig.svg
|
||||
|
||||
@right-caption
|
||||
Klassisches LaTeX-Dokument
|
||||
|
||||
@slide(layout=content-and-preview)
|
||||
|
||||
@ -51,8 +63,7 @@
|
||||
|
||||
<figure style="display: flex; justify-content: space-between; width: 100%; align-items: flex-end;">
|
||||
<img src="svg/chapter-01/satzspiegel.svg" style="height: 8em;"/>
|
||||
<figcaption style="margin-left: 1em; font-size: .8em">
|
||||
Satzspiegel-Konstruktion nach Villard (<a class="dark-font" href="https://commons.wikimedia.org/wiki/File:Satzspiegel-4.svg">Quelle</a>)
|
||||
<figcaption style="margin-left: 1em; font-size: .8em">Satzspiegel-Konstruktion nach Villard (<a class="dark-font" href="https://commons.wikimedia.org/wiki/File:Satzspiegel-4.svg">Quelle</a>)
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -105,6 +116,7 @@
|
||||
* Verstehen, wie LaTeX funktioniert
|
||||
* Einzelheiten später nachschlagen
|
||||
|
||||
<div class="fragment">
|
||||
**Gliederung:**
|
||||
|
||||
1. ~~Was ist LaTeX?~~
|
||||
@ -114,7 +126,7 @@
|
||||
5. Viele Features
|
||||
6. Literaturverwaltung
|
||||
7. Ausblick
|
||||
8. Test
|
||||
</div>
|
||||
|
||||
@preview
|
||||

|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user