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-preview">
|
||||
@left-preview
|
||||
<figure>
|
||||
@left-preview
|
||||
<figcaption>@left-caption(inline)</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
@right-preview
|
||||
<figure>
|
||||
@right-preview
|
||||
<figcaption>@right-caption(inline)</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
@ -3,24 +3,25 @@
|
||||
@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?
|
||||
|
||||
|
||||
@slide(layout=two-previews)
|
||||
|
||||
@left-preview
|
||||
<figure>
|
||||
<img src="svg/chapter-01/example-word-orig.svg">
|
||||
<figcaption class="fragment">Klassisches Word-Dokument</figcaption>
|
||||
</figure>
|
||||

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

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

|
||||

|
||||
|
||||
@slide(layout=two-previews)
|
||||
|
||||
@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
|
||||
<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)
|
||||
@ -61,6 +68,7 @@
|
||||
@preview
|
||||

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

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