Add more fragments to two-previews layout
This commit is contained in:
parent
19c4335040
commit
2df810da24
@ -1,8 +1,14 @@
|
|||||||
<div class="layout-two-previews">
|
<div class="layout-two-previews">
|
||||||
<div class="layout-preview">
|
<div class="layout-preview">
|
||||||
|
<figure>
|
||||||
@left-preview
|
@left-preview
|
||||||
|
<figcaption>@left-caption(inline)</figcaption>
|
||||||
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<div class="layout-preview">
|
<div class="layout-preview">
|
||||||
|
<figure>
|
||||||
@right-preview
|
@right-preview
|
||||||
|
<figcaption>@right-caption(inline)</figcaption>
|
||||||
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -3,24 +3,25 @@
|
|||||||
@content
|
@content
|
||||||
# Was ist L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X?
|
# Was ist L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X?
|
||||||
|
|
||||||
|
|
||||||
@slide(layout=two-previews)
|
@slide(layout=two-previews)
|
||||||
|
|
||||||
@left-preview
|
@left-preview
|
||||||
<figure>
|

|
||||||
<img src="svg/chapter-01/example-word-orig.svg">
|
|
||||||
<figcaption class="fragment">Klassisches Word-Dokument</figcaption>
|
@left-caption
|
||||||
</figure>
|
Klassisches Word-Dokument
|
||||||
|
|
||||||
@right-preview
|
@right-preview
|
||||||
<figure>
|

|
||||||
<img src="svg/chapter-01/example-latex-orig.svg">
|
|
||||||
<figcaption class="fragment">Klassisches LaTeX-Dokument</figcaption>
|
@right-caption
|
||||||
</figure>
|
Klassisches LaTeX-Dokument
|
||||||
|
|
||||||
|
|
||||||
@slide(layout=content-and-preview)
|
@slide(layout=content-and-preview)
|
||||||
|
|
||||||
@content
|
@content
|
||||||
|
|
||||||
## Entstehung
|
## Entstehung
|
||||||
|
|
||||||
* Donald **Knuth**, 1977–1986: Textsatzsystem **TeX**<span class="bubble fragment">τεχ → /tɛç/</span> für The Art of Computer Programming
|
* Donald **Knuth**, 1977–1986: Textsatzsystem **TeX**<span class="bubble fragment">τεχ → /tɛç/</span> für The Art of Computer Programming
|
||||||
@ -32,15 +33,21 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
@preview
|
@preview
|
||||||

|

|
||||||
|
|
||||||
@slide(layout=two-previews)
|
@slide(layout=two-previews)
|
||||||
|
|
||||||
@left-preview
|
@left-preview
|
||||||
<figure><img src="svg/chapter-01/example-word-orig.svg" /><figcaption>Klassisches Word-Dokument</figcaption></figure>
|

|
||||||
|
|
||||||
|
@left-caption
|
||||||
|
Klassisches Word-Dokument
|
||||||
|
|
||||||
@right-preview
|
@right-preview
|
||||||
<figure><img src="svg/chapter-01/example-latex-orig.svg" /><figcaption>Klassisches LaTeX-Dokument</figcaption></figure>
|

|
||||||
|
|
||||||
|
@right-caption
|
||||||
|
Klassisches LaTeX-Dokument
|
||||||
|
|
||||||
|
|
||||||
@slide(layout=content-and-preview)
|
@slide(layout=content-and-preview)
|
||||||
@ -61,6 +68,7 @@
|
|||||||
@preview
|
@preview
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
@slide(layout=content-and-preview)
|
@slide(layout=content-and-preview)
|
||||||
|
|
||||||
@content
|
@content
|
||||||
@ -81,6 +89,7 @@
|
|||||||
@preview
|
@preview
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
@slide(layout=content-only)
|
@slide(layout=content-only)
|
||||||
|
|
||||||
@content
|
@content
|
||||||
@ -93,6 +102,7 @@
|
|||||||
* Quelltext und Ausgabe langfristig lesbar
|
* Quelltext und Ausgabe langfristig lesbar
|
||||||
* einfache Zusammenarbeit mit anderen Programmen
|
* einfache Zusammenarbeit mit anderen Programmen
|
||||||
|
|
||||||
|
|
||||||
@slide(layout=content-and-preview)
|
@slide(layout=content-and-preview)
|
||||||
|
|
||||||
@content
|
@content
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user