From 19b3d55dbff7ac776d00ddb05d612ad4ab0ef35a Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Tue, 24 Mar 2020 17:07:33 +0100 Subject: [PATCH] Add content for chapter 7. --- sections/german/08/08.md | 150 -- slides.yml | 1 + slides/chapter-08.de.md | 162 ++ slides/chapter-08.en.md | 164 ++ svg/chapter-08/compact-crop.svg | 1714 +++++++++++++++ svg/chapter-08/compact-english-crop.svg | 1913 +++++++++++++++++ svg/chapter-08/compact-english-orig.svg | 1913 +++++++++++++++++ svg/chapter-08/compact-english.tex | 36 + svg/chapter-08/compact-orig.svg | 1714 +++++++++++++++ svg/chapter-08/compact.tex | 36 + svg/chapter-08/definition-crop.svg | 932 ++++++++ svg/chapter-08/definition-english-crop.svg | 1167 ++++++++++ svg/chapter-08/definition-english-orig.svg | 1167 ++++++++++ svg/chapter-08/definition-english.tex | 15 + svg/chapter-08/definition-orig.svg | 932 ++++++++ svg/chapter-08/definition.tex | 15 + svg/chapter-08/enumerate-crop.svg | 637 ++++++ svg/chapter-08/enumerate-english-crop.svg | 543 +++++ svg/chapter-08/enumerate-english-orig.svg | 543 +++++ svg/chapter-08/enumerate-english.tex | 20 + svg/chapter-08/enumerate-orig.svg | 637 ++++++ svg/chapter-08/enumerate.tex | 20 + svg/chapter-08/itemize-crop.svg | 284 +++ svg/chapter-08/itemize-english-crop.svg | 257 +++ svg/chapter-08/itemize-english-orig.svg | 257 +++ svg/chapter-08/itemize-english.tex | 20 + svg/chapter-08/itemize-orig.svg | 284 +++ svg/chapter-08/itemize.tex | 20 + svg/chapter-08/list-style-types-crop.svg | 231 ++ .../list-style-types-english-crop.svg | 210 ++ .../list-style-types-english-orig.svg | 210 ++ svg/chapter-08/list-style-types-english.tex | 29 + svg/chapter-08/list-style-types-orig.svg | 231 ++ svg/chapter-08/list-style-types.tex | 29 + svg/chapter-08/nested-lists-crop.svg | 351 +++ svg/chapter-08/nested-lists-english-crop.svg | 317 +++ svg/chapter-08/nested-lists-english-orig.svg | 317 +++ svg/chapter-08/nested-lists-english.tex | 31 + svg/chapter-08/nested-lists-orig.svg | 351 +++ svg/chapter-08/nested-lists.tex | 31 + svg/chapter-08/paralist-extended-crop.svg | 294 +++ .../paralist-extended-english-crop.svg | 173 ++ .../paralist-extended-english-orig.svg | 173 ++ svg/chapter-08/paralist-extended-english.tex | 18 + svg/chapter-08/paralist-extended-orig.svg | 294 +++ svg/chapter-08/paralist-extended.tex | 18 + 46 files changed, 18711 insertions(+), 150 deletions(-) delete mode 100644 sections/german/08/08.md create mode 100644 slides/chapter-08.de.md create mode 100644 slides/chapter-08.en.md create mode 100644 svg/chapter-08/compact-crop.svg create mode 100644 svg/chapter-08/compact-english-crop.svg create mode 100644 svg/chapter-08/compact-english-orig.svg create mode 100644 svg/chapter-08/compact-english.tex create mode 100644 svg/chapter-08/compact-orig.svg create mode 100644 svg/chapter-08/compact.tex create mode 100644 svg/chapter-08/definition-crop.svg create mode 100644 svg/chapter-08/definition-english-crop.svg create mode 100644 svg/chapter-08/definition-english-orig.svg create mode 100644 svg/chapter-08/definition-english.tex create mode 100644 svg/chapter-08/definition-orig.svg create mode 100644 svg/chapter-08/definition.tex create mode 100644 svg/chapter-08/enumerate-crop.svg create mode 100644 svg/chapter-08/enumerate-english-crop.svg create mode 100644 svg/chapter-08/enumerate-english-orig.svg create mode 100644 svg/chapter-08/enumerate-english.tex create mode 100644 svg/chapter-08/enumerate-orig.svg create mode 100644 svg/chapter-08/enumerate.tex create mode 100644 svg/chapter-08/itemize-crop.svg create mode 100644 svg/chapter-08/itemize-english-crop.svg create mode 100644 svg/chapter-08/itemize-english-orig.svg create mode 100644 svg/chapter-08/itemize-english.tex create mode 100644 svg/chapter-08/itemize-orig.svg create mode 100644 svg/chapter-08/itemize.tex create mode 100644 svg/chapter-08/list-style-types-crop.svg create mode 100644 svg/chapter-08/list-style-types-english-crop.svg create mode 100644 svg/chapter-08/list-style-types-english-orig.svg create mode 100644 svg/chapter-08/list-style-types-english.tex create mode 100644 svg/chapter-08/list-style-types-orig.svg create mode 100644 svg/chapter-08/list-style-types.tex create mode 100644 svg/chapter-08/nested-lists-crop.svg create mode 100644 svg/chapter-08/nested-lists-english-crop.svg create mode 100644 svg/chapter-08/nested-lists-english-orig.svg create mode 100644 svg/chapter-08/nested-lists-english.tex create mode 100644 svg/chapter-08/nested-lists-orig.svg create mode 100644 svg/chapter-08/nested-lists.tex create mode 100644 svg/chapter-08/paralist-extended-crop.svg create mode 100644 svg/chapter-08/paralist-extended-english-crop.svg create mode 100644 svg/chapter-08/paralist-extended-english-orig.svg create mode 100644 svg/chapter-08/paralist-extended-english.tex create mode 100644 svg/chapter-08/paralist-extended-orig.svg create mode 100644 svg/chapter-08/paralist-extended.tex diff --git a/sections/german/08/08.md b/sections/german/08/08.md deleted file mode 100644 index 69f7c7c..0000000 --- a/sections/german/08/08.md +++ /dev/null @@ -1,150 +0,0 @@ -
-
-

Aufzählungen

-
-
- ---- - -
-
-

Ungeordnete Listen 📜

-
\begin{itemize}
-	\item Nudelplatten
-	\item Passierte Tomaten, % …
-	\item Oregano, Basilikum, % …
-	\item Mozzarella
-	\item Mehl
-	\item Milch
-\end{itemize}
-

Die einzelnen Stichpunkte werden in jeder Aufzählungsumgebung durch den Befehl \item gekennzeichnet.

-
-
- -
-
- ---- - -
-
-

Geordnete Listen und Definitionslisten

-
\begin{enumerate}
-  \item die Zwiebeln in einem Topf % …
-  \item passierte Tomaten, Möhren % …
-  \item mit Kräutern und Gewürzen % …
-  % \item …
-\end{enumerate}
-
\begin{description}
-  \item [Béchamelsauce] Béchamel % …
-  \item [Lasagne] Als Lasagne % …
-\end{description}
-
-
- - -
-
- ---- - -
-
-

Kompakte Listen

-

Das Paket paralist stellt Aufzählungen ohne riesige Zwischenräume zur Verfügung.

-
\section{Zutaten}
-\begin{compactitem}
-  % \item …
-\end{compactitem}
-\section{Zubereitung}
-\begin{compactenum}
-  % \item …
-\end{compactenum}
-\section{Glossar}
-\begin{compactdesc}
-  % \item …
-\end{compactdesc}
-
-
- -
-
- - ---- - -
-
-

Aufzählung im Absatz

-

Neben den kompakten Listen stellt paralist auch Listen zur VerfĂĽgung, die in einem Absatz stehen.

-
Folgende Kräuter sind für % …
-\begin{inparaitem}
-	\item Liebstöckel
-	\item Petersilie
-	\item Schnittlauch
-\end{inparaitem}
-

NatĂĽrlich gibt es auch hier ein Pendant namens inparaenum fĂĽr geordnete Listen.

-
-
- -
-
- ---- - -
-
-

Verschachtelte Listen

-
\begin{compactitem}
-  % …
-  \item GemĂĽse \begin{compactitem}
-    \item Passierte Tomaten
-    \item Möhren
-    \item Erbsen
-    \item Zwiebeln
-  \end{compactitem}
-  \item Kräuter \begin{compactenum}
-    \item Oregano
-    \item Basilikum
-    \item Rosmarin
-  \end{compactenum}
-  % …
-\end{compactitem}
-
-
- -
-
- ---- - -
-
-

Aufzählungsarten

-

Die Art der Aufzählung lässt sich über den optionalen Parameter label ändern. Hierfür ist das Paket enumitem notwendig.

-
% Römische Zahlen
-\begin{enumerate}[label=\roman\*]
-% …
-% Arabische Zahlen
-\begin{enumerate}[label=\arabic\*]
-% …
-% Alphabetisch
-\begin{enumerate}[label=\alph\*]
-% …
-
-
- -
-
- ---- - -
-
-

Aufzählungen einfügen

-
    -
  • Formatiert die einzelnen Vor- und Nachteile in Abschnitt 1.2.3 als **ungeordnete Listen.**
  • -
  • Formatiert den Arbeitsablauf in Abschnitt 1.2.4 als **geordnete Liste.** Die Ziffern im Code sollen nicht stehen bleiben.
  • -
-
-
diff --git a/slides.yml b/slides.yml index e9ac575..40e899c 100644 --- a/slides.yml +++ b/slides.yml @@ -3,3 +3,4 @@ - chapter-02 - chapter-03 - chapter-07 +- chapter-08 diff --git a/slides/chapter-08.de.md b/slides/chapter-08.de.md new file mode 100644 index 0000000..a2182e9 --- /dev/null +++ b/slides/chapter-08.de.md @@ -0,0 +1,162 @@ +@slide(layout=chapter-slide) + +@title +Aufzählungen + +@slide(layout=content-and-preview) + +@title +Ungeordnete Listen 📜 + +@content +``` {.lang-tex .hljs} +\begin{itemize} + \item Nudelplatten + \item Passierte Tomaten, % … + \item Oregano, Basilikum, % … + \item Mozzarella + \item Mehl + \item Milch +\end{itemize} +``` + +Die einzelnen Stichpunkte werden in jeder Aufzählungsumgebung durch den Befehl `\item` gekennzeichnet. + +@preview +![](svg/chapter-08/itemize-crop.svg) + +@slide(layout=content-and-preview) + +@title +Geordnete Listen und Definitionslisten + +@content +``` {.lang-tex .hljs} +\begin{enumerate} + \item die Zwiebeln in einem Topf % … + \item passierte Tomaten, Möhren % … + \item mit Kräutern und Gewürzen % … + % \item … +\end{enumerate} +``` + +``` {.lang-tex .hljs .fragment} +\begin{description} + \item [Béchamelsauce] Béchamel % … + \item [Lasagne] Als Lasagne % … +\end{description} +``` + +@preview + + + +@slide(layout=content-and-preview) + +@title +Kompakte Listen + +@content +Das Paket `paralist` stellt Aufzählungen ohne riesige Zwischenräume zur Verfügung. + +``` {.lang-tex .hljs} +\section{Zutaten} +\begin{compactitem} + % \item … +\end{compactitem} +\section{Zubereitung} +\begin{compactenum} + % \item … +\end{compactenum} +\section{Glossar} +\begin{compactdesc} + % \item … +\end{compactdesc} +``` + +@preview +![](svg/chapter-08/compact-crop.svg) + +@slide(layout=content-and-preview) + +@title +Aufzählungen im Absatz + +@content +Neben den kompakten Listen stellt `paralist` auch Listen zur Verfügung, die in einem Absatz stehen. + +``` {.lang-tex .hljs} +Folgende Kräuter sind für % … +\begin{inparaitem} + \item Liebstöckel + \item Petersilie + \item Schnittlauch +\end{inparaitem} +``` + +Natürlich gibt es auch hier ein Pendant namens `inparaenum` für geordnete Listen. + +@preview + + +@slide(layout=content-and-preview) + +@title +Verschachtelte Listen + +@content +``` {.lang-tex .hljs} +\begin{compactitem} + % … + \item Gemüse \begin{compactitem} + \item Passierte Tomaten + \item Möhren + \item Erbsen + \item Zwiebeln + \end{compactitem} + \item Kräuter \begin{compactenum} + \item Oregano + \item Basilikum + \item Rosmarin + \end{compactenum} + % … +\end{compactitem} +``` + +@preview +![](svg/chapter-08/nested-lists-crop.svg) + +@slide(layout=content-and-preview) + +@title +Aufzählungsarten + +@content +Die Art der Aufzählung lässt sich über den optionalen Parameter `label` ändern. Hierfür ist das Paket `enumitem` notwendig. + +``` {.lang-tex .hljs} +% Römische Zahlen +\begin{enumerate}[label=\roman*] +% … +% Arabische Zahlen +\begin{enumerate}[label=\arabic*] +% … +% Alphabetisch +\begin{enumerate}[label=\alph*] +% … +``` + +@preview +![](svg/chapter-08/list-style-types-crop.svg) + +@slide(layout=task) + +@task-number +7 + +@title +Aufzählungen einfügen + +@content +* Formatiert die einzelnen Vor- und Nachteile in Abschnitt 1.2.3 als **ungeordnete Listen**. +* ++ Formatiert den Arbeitsablauf in Abschnitt 1.2.4 als **geordnete Liste**. Die Ziffern im Code sollen nicht stehen bleiben. \ No newline at end of file diff --git a/slides/chapter-08.en.md b/slides/chapter-08.en.md new file mode 100644 index 0000000..5d7f2c1 --- /dev/null +++ b/slides/chapter-08.en.md @@ -0,0 +1,164 @@ +@slide(layout=chapter-slide) + +@title +Enumerations + +@slide(layout=content-and-preview) + +@title +Unordered lists 📜 + +@content +``` {.lang-tex .hljs} +\begin{itemize} + \item lasagna noodles + \item crushed tomatoes, % … + \item oregano, basil, % … + \item mozzarella cheese + \item flour + \item milk +\end{itemize} +``` + +We mark each bullet point with `\item`. +This pattern is the same for all kinds of enumerations. + +@preview +![](svg/chapter-08/itemize-english-crop.svg) + +@slide(layout=content-and-preview) + +@title +Ordered and definition lists + +@content +``` {.lang-tex .hljs} +\begin{enumerate} + \item cook onions over medium % … + \item add crushed tomatoes, carrots % … + \item add herbs and spices % … + % \item … +\end{enumerate} +``` + +``` {.lang-tex .hljs .fragment} +\begin{description} + \item [Béchamel sauce] Béchamel % … + \item [Lasagne] Lasagne (singular % … +\end{description} +``` + +@preview + + + +@slide(layout=content-and-preview) + +@title +Compact lists + +@content +The package `paralist` offers enumerations with less line spacing. + +``` {.lang-tex .hljs} +\section{Ingredients} +\begin{compactitem} + % \item … +\end{compactitem} +\section{Preparation} +\begin{compactenum} + % \item … +\end{compactenum} +\section{Glossary} +\begin{compactdesc} + % \item … +\end{compactdesc} +``` + +@preview +![](svg/chapter-08/compact-english-crop.svg) + +@slide(layout=content-and-preview) + +@title +Paragraph-integrated enumerations + +@content +Another feature provided by `paralist` enables us to integrate enumerations into paragraphs. + +``` {.lang-tex .hljs} +The following herbs are % … +\begin{inparaitem} + \item lovage + \item parsley + \item chives +\end{inparaitem} +``` + +Of course, there is an accompanying list type called `inparaenum` for ordered lists. + +@preview + + +@slide(layout=content-and-preview) + +@title +Nested lists + +@content +``` {.lang-tex .hljs} +\begin{compactitem} + % … + \item vegetables \begin{compactitem} + \item crushed tomatoes + \item carrots + \item peas + \item onions + \end{compactitem} + \item herbs \begin{compactenum} + \item oregano + \item basil + \item rosemary + \end{compactenum} + % … +\end{compactitem} +``` + +@preview +![](svg/chapter-08/nested-lists-english-crop.svg) + +@slide(layout=content-and-preview) + +@title +List styles + +@content +The list style type can be set using the optional parametre `label`. +To accomplish this, we need to include the package `enumitem` first. + +``` {.lang-tex .hljs} +% Roman numerals +\begin{enumerate}[label=\roman*] +% … +% Arabic numerals +\begin{enumerate}[label=\arabic*] +% … +% Alphabetical +\begin{enumerate}[label=\alph*] +% … +``` + +@preview +![](svg/chapter-08/list-style-types-english-crop.svg) + +@slide(layout=task) + +@task-number +7 + +@title +Adding enumerations + +@content +* Turn the strong and weak points in section 1.2.3 into **unordered lists**. +* ++ Create an **ordered list** for the workflow shown in section 1.2.4. No numbers shall remain in your sourcecode. \ No newline at end of file diff --git a/svg/chapter-08/compact-crop.svg b/svg/chapter-08/compact-crop.svg new file mode 100644 index 0000000..93100f7 --- /dev/null +++ b/svg/chapter-08/compact-crop.svg @@ -0,0 +1,1714 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/compact-english-crop.svg b/svg/chapter-08/compact-english-crop.svg new file mode 100644 index 0000000..8b72040 --- /dev/null +++ b/svg/chapter-08/compact-english-crop.svg @@ -0,0 +1,1913 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/compact-english-orig.svg b/svg/chapter-08/compact-english-orig.svg new file mode 100644 index 0000000..514affa --- /dev/null +++ b/svg/chapter-08/compact-english-orig.svg @@ -0,0 +1,1913 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/compact-english.tex b/svg/chapter-08/compact-english.tex new file mode 100644 index 0000000..6224b0d --- /dev/null +++ b/svg/chapter-08/compact-english.tex @@ -0,0 +1,36 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\usepackage{paralist} +\begin{document} +\thispagestyle{empty} + +\section{Ingredients} +\begin{compactitem} + \item lasagna noodles + \item crushed tomatoes, carrots, peas, onions + \item oregano, basil, rosemary, salt, pepper + \item mozzarella cheese + \item flour + \item milk +\end{compactitem} + +\section{Preparation} +\begin{compactenum} + \item cook onions over medium heat until well-browned + \item add crushed tomatoes, carrots, and peas and let the sauce boil + \item add herbs and spices + \item create a béchamel sauce from milk, salt, and flour + \item stack up béchamel sauuce, lasagna noodles and the vegetable sauce in a baking dish + \item top with slices of mozzarella cheese and bake +\end{compactenum} + +\section{Glossary} +\begin{compactdesc} + \item [Béchamel sauce] Béchamel sauce, also known as white sauce, is made from a white roux (butter and flour) and milk. It has been considered, since the seventeenth century, one of the mother sauces of French cuisine. (c.f. \url{https://www.wikiwand.com/en/B%C3%A9chamel_sauce}) + \item [Lasagne] Lasagne (singular lasagna) are a type of wide, flat pasta, possibly one of the oldest types of pasta. Lasagne, or the singular lasagna, commonly refers to an Italian cuisine dish made with stacked layers of this flat pasta alternated with sauces and ingredients such as meats, tomato sauce and other vegetables, cheese (which may include ricotta and parmesan), and seasonings and spices such as garlic, oregano and basil. (c.f. \url{https://en.wikipedia.org/wiki/Lasagne}) +\end{compactdesc} +\end{document} diff --git a/svg/chapter-08/compact-orig.svg b/svg/chapter-08/compact-orig.svg new file mode 100644 index 0000000..7f1106a --- /dev/null +++ b/svg/chapter-08/compact-orig.svg @@ -0,0 +1,1714 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/compact.tex b/svg/chapter-08/compact.tex new file mode 100644 index 0000000..57ec1d7 --- /dev/null +++ b/svg/chapter-08/compact.tex @@ -0,0 +1,36 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\usepackage{paralist} +\begin{document} +\thispagestyle{empty} + +\section{Zutaten} +\begin{compactitem} + \item Nudelplatten + \item Passierte Tomaten, Möhren, Erbsen, Zwiebeln + \item Oregano, Basilikum, Rosmarin, Salz, Pfeffer + \item Mozzarella + \item Mehl + \item Milch +\end{compactitem} + +\section{Zubereitung} +\begin{compactenum} + \item die Zwiebeln in einem Topf anbraten + \item passierte Tomaten, Möhren und Erbsen dazugeben und aufkochen + \item mit Kräutern und Gewürzen abschmecken + \item aus Milch, Salz und Mehl eine Béchamelsauce herstellen + \item in einer Auflaufform abwechselnd Béchamelsauce, Nudelplatten und Gemüsesoße stapeln + \item in Scheiben geschnittenen Mozzarella darauf verteilen und im Ofen backen +\end{compactenum} + +\section{Glossar} +\begin{compactdesc} + \item [Béchamelsauce] Béchamelsauce, Sauce Béchamel oder Milchsauce ist eine helle Sauce aus Milch, Butter und Mehl, die meist zu Gemüse, Kartoffeln oder Eierspeisen serviert wird. Als klassische Grundsauce findet sie variiert bei vielen Gerichten Verwendung. (siehe \url{https://de.wikipedia.org/wiki/B%C3%A9chamelsauce}) + \item [Lasagne] Als Lasagne (Plural Lasagnen) werden sowohl besonders breite Bandnudeln als auch der mehrere Teigschichten (Nudelplatten) beinhaltende Auflauf bezeichnet. (siehe \url{https://de.wikipedia.org/wiki/Lasagne}) +\end{compactdesc} +\end{document} diff --git a/svg/chapter-08/definition-crop.svg b/svg/chapter-08/definition-crop.svg new file mode 100644 index 0000000..f96d317 --- /dev/null +++ b/svg/chapter-08/definition-crop.svg @@ -0,0 +1,932 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/definition-english-crop.svg b/svg/chapter-08/definition-english-crop.svg new file mode 100644 index 0000000..cc9aed4 --- /dev/null +++ b/svg/chapter-08/definition-english-crop.svg @@ -0,0 +1,1167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/definition-english-orig.svg b/svg/chapter-08/definition-english-orig.svg new file mode 100644 index 0000000..911115c --- /dev/null +++ b/svg/chapter-08/definition-english-orig.svg @@ -0,0 +1,1167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/definition-english.tex b/svg/chapter-08/definition-english.tex new file mode 100644 index 0000000..c0995f5 --- /dev/null +++ b/svg/chapter-08/definition-english.tex @@ -0,0 +1,15 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\begin{document} +\thispagestyle{empty} + +\begin{description} + \item [Béchamel sauce] Béchamel sauce, also known as white sauce, is made from a white roux (butter and flour) and milk. It has been considered, since the seventeenth century, one of the mother sauces of French cuisine. (c.f. \url{https://www.wikiwand.com/en/B%C3%A9chamel_sauce}) + \item [Lasagne] Lasagne (singular lasagna) are a type of wide, flat pasta, possibly one of the oldest types of pasta. Lasagne, or the singular lasagna, commonly refers to an Italian cuisine dish made with stacked layers of this flat pasta alternated with sauces and ingredients such as meats, tomato sauce and other vegetables, cheese (which may include ricotta and parmesan), and seasonings and spices such as garlic, oregano and basil. (c.f. \url{https://en.wikipedia.org/wiki/Lasagne}) +\end{description} + +\end{document} diff --git a/svg/chapter-08/definition-orig.svg b/svg/chapter-08/definition-orig.svg new file mode 100644 index 0000000..1ad3b36 --- /dev/null +++ b/svg/chapter-08/definition-orig.svg @@ -0,0 +1,932 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/definition.tex b/svg/chapter-08/definition.tex new file mode 100644 index 0000000..c8a4083 --- /dev/null +++ b/svg/chapter-08/definition.tex @@ -0,0 +1,15 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\begin{document} +\thispagestyle{empty} + +\begin{description} + \item [Béchamelsauce] Béchamelsauce, Sauce Béchamel oder Milchsauce ist eine helle Sauce aus Milch, Butter und Mehl, die meist zu Gemüse, Kartoffeln oder Eierspeisen serviert wird. Als klassische Grundsauce findet sie variiert bei vielen Gerichten Verwendung. (siehe \url{https://de.wikipedia.org/wiki/B%C3%A9chamelsauce}) + \item [Lasagne] Als Lasagne (Plural Lasagnen) werden sowohl besonders breite Bandnudeln als auch der mehrere Teigschichten (Nudelplatten) beinhaltende Auflauf bezeichnet. (siehe \url{https://de.wikipedia.org/wiki/Lasagne}) +\end{description} + +\end{document} diff --git a/svg/chapter-08/enumerate-crop.svg b/svg/chapter-08/enumerate-crop.svg new file mode 100644 index 0000000..f541e28 --- /dev/null +++ b/svg/chapter-08/enumerate-crop.svg @@ -0,0 +1,637 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/enumerate-english-crop.svg b/svg/chapter-08/enumerate-english-crop.svg new file mode 100644 index 0000000..f7a29a8 --- /dev/null +++ b/svg/chapter-08/enumerate-english-crop.svg @@ -0,0 +1,543 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/enumerate-english-orig.svg b/svg/chapter-08/enumerate-english-orig.svg new file mode 100644 index 0000000..3d83be4 --- /dev/null +++ b/svg/chapter-08/enumerate-english-orig.svg @@ -0,0 +1,543 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/enumerate-english.tex b/svg/chapter-08/enumerate-english.tex new file mode 100644 index 0000000..cc10614 --- /dev/null +++ b/svg/chapter-08/enumerate-english.tex @@ -0,0 +1,20 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\usepackage[english]{babel} +\begin{document} +\thispagestyle{empty} + +\begin{enumerate} + \item cook onions over medium heat until well-browned + \item add crushed tomatoes, carrots, and peas and let the sauce boil + \item add herbs and spices + \item create a béchamel sauce from milk, salt, and flour + \item stack up béchamel sauuce, lasagna noodles and the vegetable sauce in a baking dish + \item top with slices of mozzarella cheese and bake +\end{enumerate} + +\end{document} diff --git a/svg/chapter-08/enumerate-orig.svg b/svg/chapter-08/enumerate-orig.svg new file mode 100644 index 0000000..5c1b984 --- /dev/null +++ b/svg/chapter-08/enumerate-orig.svg @@ -0,0 +1,637 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/enumerate.tex b/svg/chapter-08/enumerate.tex new file mode 100644 index 0000000..86d187a --- /dev/null +++ b/svg/chapter-08/enumerate.tex @@ -0,0 +1,20 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\usepackage[ngerman]{babel} +\begin{document} +\thispagestyle{empty} + +\begin{enumerate} + \item die Zwiebeln in einem Topf anbraten + \item passierte Tomaten, Möhren und Erbsen dazugeben und aufkochen + \item mit Kräutern und Gewürzen abschmecken + \item aus Milch, Salz und Mehl eine Béchamelsauce herstellen + \item in einer Auflaufform abwechselnd Béchamelsauce, Nudelplatten und Gemüse\-soße stapeln + \item in Scheiben geschnittenen Mozzarella darauf verteilen und im Ofen backen +\end{enumerate} + +\end{document} diff --git a/svg/chapter-08/itemize-crop.svg b/svg/chapter-08/itemize-crop.svg new file mode 100644 index 0000000..3758c94 --- /dev/null +++ b/svg/chapter-08/itemize-crop.svg @@ -0,0 +1,284 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/itemize-english-crop.svg b/svg/chapter-08/itemize-english-crop.svg new file mode 100644 index 0000000..e2780b3 --- /dev/null +++ b/svg/chapter-08/itemize-english-crop.svg @@ -0,0 +1,257 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/itemize-english-orig.svg b/svg/chapter-08/itemize-english-orig.svg new file mode 100644 index 0000000..47f3f1a --- /dev/null +++ b/svg/chapter-08/itemize-english-orig.svg @@ -0,0 +1,257 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/itemize-english.tex b/svg/chapter-08/itemize-english.tex new file mode 100644 index 0000000..38e0043 --- /dev/null +++ b/svg/chapter-08/itemize-english.tex @@ -0,0 +1,20 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\usepackage[english]{babel} +\begin{document} +\thispagestyle{empty} + +\begin{itemize} + \item lasagna noodles + \item crushed tomatoes, carrots, peas, onions + \item oregano, basil, rosemary, salt, pepper + \item mozzarella cheese + \item flour + \item milk +\end{itemize} + +\end{document} diff --git a/svg/chapter-08/itemize-orig.svg b/svg/chapter-08/itemize-orig.svg new file mode 100644 index 0000000..17006ca --- /dev/null +++ b/svg/chapter-08/itemize-orig.svg @@ -0,0 +1,284 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/itemize.tex b/svg/chapter-08/itemize.tex new file mode 100644 index 0000000..1e79596 --- /dev/null +++ b/svg/chapter-08/itemize.tex @@ -0,0 +1,20 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\usepackage[ngerman]{babel} +\begin{document} +\thispagestyle{empty} + +\begin{itemize} + \item Nudelplatten + \item Passierte Tomaten, Möhren, Erbsen, Zwiebeln + \item Oregano, Basilikum, Rosmarin, Salz, Pfeffer + \item Mozzarella + \item Mehl + \item Milch +\end{itemize} + +\end{document} diff --git a/svg/chapter-08/list-style-types-crop.svg b/svg/chapter-08/list-style-types-crop.svg new file mode 100644 index 0000000..fb1f707 --- /dev/null +++ b/svg/chapter-08/list-style-types-crop.svg @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/list-style-types-english-crop.svg b/svg/chapter-08/list-style-types-english-crop.svg new file mode 100644 index 0000000..bc9fb6d --- /dev/null +++ b/svg/chapter-08/list-style-types-english-crop.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/list-style-types-english-orig.svg b/svg/chapter-08/list-style-types-english-orig.svg new file mode 100644 index 0000000..dca1e2e --- /dev/null +++ b/svg/chapter-08/list-style-types-english-orig.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/list-style-types-english.tex b/svg/chapter-08/list-style-types-english.tex new file mode 100644 index 0000000..7d29f9e --- /dev/null +++ b/svg/chapter-08/list-style-types-english.tex @@ -0,0 +1,29 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\usepackage{enumitem} +\begin{document} +\thispagestyle{empty} + +\begin{enumerate}[label=\roman*] + \item first item + \item second item + \item third item +\end{enumerate} + +\begin{enumerate}[label=\arabic*] + \item first item + \item second item + \item third item +\end{enumerate} + +\begin{enumerate}[label=\alph*] + \item first item + \item second item + \item third item +\end{enumerate} + +\end{document} diff --git a/svg/chapter-08/list-style-types-orig.svg b/svg/chapter-08/list-style-types-orig.svg new file mode 100644 index 0000000..6542ae7 --- /dev/null +++ b/svg/chapter-08/list-style-types-orig.svg @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/list-style-types.tex b/svg/chapter-08/list-style-types.tex new file mode 100644 index 0000000..4b59ca0 --- /dev/null +++ b/svg/chapter-08/list-style-types.tex @@ -0,0 +1,29 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\usepackage{enumitem} +\begin{document} +\thispagestyle{empty} + +\begin{enumerate}[label=\roman*] + \item Erstes Item + \item Zweites Item + \item Drittes Item +\end{enumerate} + +\begin{enumerate}[label=\arabic*] + \item Erstes Item + \item Zweites Item + \item Drittes Item +\end{enumerate} + +\begin{enumerate}[label=\alph*] + \item Erstes Item + \item Zweites Item + \item Drittes Item +\end{enumerate} + +\end{document} diff --git a/svg/chapter-08/nested-lists-crop.svg b/svg/chapter-08/nested-lists-crop.svg new file mode 100644 index 0000000..1217ce9 --- /dev/null +++ b/svg/chapter-08/nested-lists-crop.svg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/nested-lists-english-crop.svg b/svg/chapter-08/nested-lists-english-crop.svg new file mode 100644 index 0000000..002b41a --- /dev/null +++ b/svg/chapter-08/nested-lists-english-crop.svg @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/nested-lists-english-orig.svg b/svg/chapter-08/nested-lists-english-orig.svg new file mode 100644 index 0000000..7d2e357 --- /dev/null +++ b/svg/chapter-08/nested-lists-english-orig.svg @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/nested-lists-english.tex b/svg/chapter-08/nested-lists-english.tex new file mode 100644 index 0000000..1a662fa --- /dev/null +++ b/svg/chapter-08/nested-lists-english.tex @@ -0,0 +1,31 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\usepackage{paralist} +\begin{document} +\thispagestyle{empty} + +\begin{compactitem} + \item lasagna noodles + \item mozzarella cheese + \item vegetables \begin{compactitem} + \item crushed tomatoes + \item carrots + \item peas + \item onions + \end{compactitem} + \item herbs \begin{compactenum} + \item oregano + \item basil + \item rosemary + \end{compactenum} + \item flour + \item milk + \item salt + \item pepper +\end{compactitem} + +\end{document} diff --git a/svg/chapter-08/nested-lists-orig.svg b/svg/chapter-08/nested-lists-orig.svg new file mode 100644 index 0000000..3f1d1b8 --- /dev/null +++ b/svg/chapter-08/nested-lists-orig.svg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/nested-lists.tex b/svg/chapter-08/nested-lists.tex new file mode 100644 index 0000000..634028a --- /dev/null +++ b/svg/chapter-08/nested-lists.tex @@ -0,0 +1,31 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{hyperref} +\usepackage{paralist} +\begin{document} +\thispagestyle{empty} + +\begin{compactitem} + \item Nudelplatten + \item Mozzarella + \item Gemüse \begin{compactitem} + \item Passierte Tomaten + \item Möhren + \item Erbsen + \item Zwiebeln + \end{compactitem} + \item Kräuter \begin{compactenum} + \item Oregano + \item Basilikum + \item Rosmarin + \end{compactenum} + \item Mehl + \item Milch + \item Salz + \item Pfeffer +\end{compactitem} + +\end{document} diff --git a/svg/chapter-08/paralist-extended-crop.svg b/svg/chapter-08/paralist-extended-crop.svg new file mode 100644 index 0000000..1059d8f --- /dev/null +++ b/svg/chapter-08/paralist-extended-crop.svg @@ -0,0 +1,294 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/paralist-extended-english-crop.svg b/svg/chapter-08/paralist-extended-english-crop.svg new file mode 100644 index 0000000..1c82a07 --- /dev/null +++ b/svg/chapter-08/paralist-extended-english-crop.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/paralist-extended-english-orig.svg b/svg/chapter-08/paralist-extended-english-orig.svg new file mode 100644 index 0000000..b4955c5 --- /dev/null +++ b/svg/chapter-08/paralist-extended-english-orig.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/paralist-extended-english.tex b/svg/chapter-08/paralist-extended-english.tex new file mode 100644 index 0000000..293eb48 --- /dev/null +++ b/svg/chapter-08/paralist-extended-english.tex @@ -0,0 +1,18 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{paralist} + +\begin{document} +\thispagestyle{empty} + +The following herbs are also suited: +\begin{inparaitem} + \item lovage + \item parsley + \item chives +\end{inparaitem} + +\end{document} \ No newline at end of file diff --git a/svg/chapter-08/paralist-extended-orig.svg b/svg/chapter-08/paralist-extended-orig.svg new file mode 100644 index 0000000..1abeebf --- /dev/null +++ b/svg/chapter-08/paralist-extended-orig.svg @@ -0,0 +1,294 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/paralist-extended.tex b/svg/chapter-08/paralist-extended.tex new file mode 100644 index 0000000..c69fe87 --- /dev/null +++ b/svg/chapter-08/paralist-extended.tex @@ -0,0 +1,18 @@ +\documentclass[a4paper]{article} +\usepackage{lmodern} +\usepackage{amssymb,amsmath} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{paralist} + +\begin{document} +\thispagestyle{empty} + +Folgende Kräuter sind für die Soße ebenfalls geeignet und können nach Bedarf beigefügt werden: +\begin{inparaitem} + \item Liebstöckel + \item Petersilie + \item Schnittlauch +\end{inparaitem} + +\end{document} \ No newline at end of file