diff --git a/onpoint b/onpoint index 96f65fa..ccad528 160000 --- a/onpoint +++ b/onpoint @@ -1 +1 @@ -Subproject commit 96f65fa07c6522b5c2e02f647c04601e3278adc1 +Subproject commit ccad5282c56b31574321dd5a38e4a495cc11f206 diff --git a/slides/chapter-00.de.md b/slides/chapter-00.de.md index 10ec6f5..2ba79fc 100644 --- a/slides/chapter-00.de.md +++ b/slides/chapter-00.de.md @@ -4,5 +4,5 @@ LATEX-Wochenende @subscript -Ein Workshop der Fachschaft WIAI. Erstellt von Anika Amma, Evelyn Fradtschuk, Fabian Lamprecht, Florian Knoch, Christian Kremitzl und Anna Sauer. +Ein Workshop der Fachschaft WIAI. Erstellt von Anika Amma, Evelyn Fradtschuk, Florian Knoch, Christian Kremitzl, Fabian Lamprecht, Bernhard Luedtke und Anna Sauer. diff --git a/slides/chapter-00.en.md b/slides/chapter-00.en.md index 368c1bd..4431b69 100644 --- a/slides/chapter-00.en.md +++ b/slides/chapter-00.en.md @@ -4,5 +4,5 @@ LATEX Weekend @subscript -A Fachschaft WIAI workshop. Created by Anika Amma, Fabian Lamprecht, Evelyn Fradtschuk, Florian Knoch, Christian Kremitzl, and Anna Sauer. +A Fachschaft WIAI workshop. Created by Anika Amma, Evelyn Fradtschuk, Florian Knoch, Christian Kremitzl, Fabian Lamprecht, Bernhard Luedtke, and Anna Sauer. diff --git a/slides/chapter-03.de.md b/slides/chapter-03.de.md index d200644..cb6746c 100644 --- a/slides/chapter-03.de.md +++ b/slides/chapter-03.de.md @@ -380,7 +380,7 @@ Dokument und Text gliedern @content * Öffnet die Datei `document-structure-raw.tex`, die im Ordner `exercises/basic-document-structure` liegt. -* ++ Packt den gesamten Text in der Datei in eine **Document**-Umgebung und schreibt darüber folgende **Präambel**, damit das Dokument kompiliert werden kann: +* ++ Packt den gesamten Text in der Datei in eine **Document**-Umgebung und schreibt darüber folgende **Präambel**. Kompiliert die Datei. ``` {.lang-tex .hljs .fragment} \documentclass{scrartcl} @@ -392,6 +392,7 @@ Dokument und Text gliedern ``` * ++ Wie ihr sehen könnt, sind in der Datei die Absätze im Dokument mit `\\` erstellt worden. Ersetzt diese durch richtige Absätze. -* ++ Zeit für ein bisschen Struktur! Verwendet für die **Überschriften** im Text die passenden LaTeX-Befehle (`\section`, `\subsection`, usw.). -* ++ Fügt anschließend ein **Inhaltsvereichnis** in euer Dokument ein. +* ++ Zeit für etwas Struktur! Verwendet für die **Überschriften** die passenden LaTeX-Befehle (`\section` u. ä.). +* ++ Fügt anschließend ein **Inhaltsverzeichnis** in euer Dokument ein. +* ++ **Kommentiert** zuletzt die Präambel, die Dokumentenumgebung und das Inhaltsverzeichnis **wieder aus**. Nur so kann eure Lösung auch ins Skript eingebunden werden. diff --git a/slides/chapter-03.en.md b/slides/chapter-03.en.md index f6e6dd0..8a220fd 100644 --- a/slides/chapter-03.en.md +++ b/slides/chapter-03.en.md @@ -379,8 +379,8 @@ List of figures and list of tables Structure your document and text @content -* Open the file `documemt-structure.tex`. It is located in the directory `exercises/basic-document-structure`. -* ++ Wrap the entire text in `document-structure.tex` in a **document** environment and insert the following **preamble** above, so that you can compile the document: +* Open the file `documemt-structure.tex`. It is located in the directory `exercises/basic-document-structure`. +* ++ Wrap the entire text in a **document** environment and insert the following **preamble**. Compile the document. ``` {.lang-tex .hljs .fragment} \documentclass{scrartcl} @@ -393,5 +393,6 @@ Structure your document and text * ++ As you may already have noticed, **paragraphs** are marked as ‘`\\`’. Use real paragraphs instead. * ++ Time to structure our document! Use LaTex commands to declare all **headings** (`\section`, `\subsubsection`, etc.). -* ++ Add a **table of contents.** to your document. +* ++ Add a **table of contents** to your document. +* ++ Finally, **comment out** the preamble, the document environment, and the table of contents. Only this way, your solution can be embedded in the script itself. diff --git a/slides/chapter-05.de.md b/slides/chapter-05.de.md index c05467d..ab332cf 100644 --- a/slides/chapter-05.de.md +++ b/slides/chapter-05.de.md @@ -352,8 +352,12 @@ Sonderzeichen & Symbole Sonderzeichen einfügen @content -* Ersetzt die Leerzeichen innerhalb der Abkürzungen in `special-characters.tex` im Ordner `exercises/special-characters` durch **schmale Leerzeichen**. Setzt außerdem ein schmales Leerzeichen vor das Wort *Euro*. +
+Kompiliert von nun an immer die Datei `main.tex`, um eure Änderungen im Skript zu sehen (in diesem Fall im Abschnitt „Übung 5“). +
+ +* Ersetzt die Leerzeichen innerhalb der Abkürzungen in `exercises/special-characters.tex` durch **schmale Leerzeichen**. Setzt außerdem ein schmales Leerzeichen vor das Wort *Euro*. * ++ Ersetzt die Bindestriche bei den Öffnungszeiten der ERBA durch **Halbgeviertstriche**. -* ++ Setzt beim Wort *Studierendenausweis* eine **ausschließliche Trennstelle** nach *Studierenden-*. +* ++ Setzt beim Wort *Studierendenausweis* eine **ausschließliche Trennstelle** nach *Studierenden-*. * ++ Ersetzt das Wort *Euro* durch ein **Euro-Zeichen**. diff --git a/slides/chapter-05.en.md b/slides/chapter-05.en.md index 45eae2e..f4c6195 100644 --- a/slides/chapter-05.en.md +++ b/slides/chapter-05.en.md @@ -350,7 +350,11 @@ Special characters & symbols Insert special characters @content -* Replace the spaces in `special-characters.tex` within the abbreviations by **thin spaces**. You can find the file in `exercises/special-characters`. On top of that, replace the space before the word *Euro* by a thin space. +
+From now on, compile the file `main.tex` to see your changes appear in the script itself (in this task, see section “Übung 5”). +
+ +* Replace the spaces in `exercises/special-characters.tex` within the abbreviations (“z. B.”, “u. a.”) by **thin spaces**. On top of that, replace the space before the word *Euro* by a thin space. * ++ Replace the hyphens by a **dash** (`--`). * ++ Add an **exclusive hyphenation** in the word *Studierendenausweis* after *Studierenden-*. * ++ Replace *Euro* by a **Euro sign**. diff --git a/slides/chapter-06.en.md b/slides/chapter-06.en.md index 23f6fd4..dd6d7d7 100644 --- a/slides/chapter-06.en.md +++ b/slides/chapter-06.en.md @@ -189,7 +189,7 @@ The `hyperref` package provides an `\url{}` command that reproduces URLs Emphasising text @content -* **Emphasise** the words *Rekursion* and *rekursiv* using `\emph{…}`. +* **Emphasise** the words *Rekursion* and *rekursiv* in `exercises/text-markup/markup.tex` using `\emph{…}`. * ++ Make the **URL** in the text clickable. * ++ Of course, you can also experiment with the other **text markup** possibilities. However, remove them afterwards, if you want to have a clean document. diff --git a/slides/chapter-08.de.md b/slides/chapter-08.de.md index 6a27e61..acaf34b 100644 --- a/slides/chapter-08.de.md +++ b/slides/chapter-08.de.md @@ -159,4 +159,4 @@ Aufzählungen einfügen @content * Formatiert das Rezept in `lists.tex` im Ordner `exercises/lists` als **ungeordnete Liste** mit den Elementen *Zutaten* und *Arbeitsschritte*. Nutzt dafür den Befehl `\itemize`. -* ++ Benutzt innerhalb dieser Liste für die Zutaten eine **kompakte, ungeordnete Liste** (`compactitem`) und für die Arbeitsschritte eine **kompakte, geordnete Liste**. +* ++ Benutzt innerhalb dieser Liste für die Zutaten eine **kompakte, ungeordnete Liste** und für die Arbeitsschritte eine **kompakte, geordnete Liste**. diff --git a/slides/chapter-08.en.md b/slides/chapter-08.en.md index f115f2a..fe5bc46 100644 --- a/slides/chapter-08.en.md +++ b/slides/chapter-08.en.md @@ -161,4 +161,4 @@ Adding enumerations @content * Turn the recipe in `lists.tex` into an **unordered list** consisting of the elements *Zutaten* and *Arbeitsschritte*. You can find the file in the directory `exercises/lists`. Use the `itemize` command. -* ++ Within this list, create **compact unordered list** (`compactitem`) for the ingredients (Zutaten) and a **compact ordered list** for the instructions (Arbeitsschritte). +* ++ Within this list, create a **compact unordered list** for the ingredients (*Zutaten*) and a **compact ordered list** for the instructions (*Arbeitsschritte*). diff --git a/slides/chapter-10.de.md b/slides/chapter-10.de.md index 1919c23..a0891f8 100644 --- a/slides/chapter-10.de.md +++ b/slides/chapter-10.de.md @@ -121,7 +121,7 @@ Quelltext einbinden @content * Im Ordner `exercises/source-code-listings` findet ihr eine Datei namens `Source.java`. Wir werden diese im Folgenden in unser Dokument einbinden und das Aussehen unseren Wünschen anpassen. -* ++ **Bindet** den Java-Quelltext in der Datei `task-1.tex` **ein**. +* ++ **Bindet** den Java-Quelltext in der Datei `source-code-listings.tex` **ein**. (Beachtet, dass der Dateipfad relativ zum Hauptdokument ist, also zu `main.tex`.) * ++ Aktiviert das **Syntax-Highlighting** durch Angabe der Sprache Java. * ++ Verwendet eine Option, um die Zeilen zu **nummerieren**. * ++ Nutzt das **Theme** `native`. diff --git a/slides/chapter-10.en.md b/slides/chapter-10.en.md index ce3fc28..12bf3b5 100644 --- a/slides/chapter-10.en.md +++ b/slides/chapter-10.en.md @@ -121,7 +121,7 @@ Listing source code @content * In the directory `exercises/source-code-listings` you can find a file named `Source.java`, which we want to include in our document. -* ++ **Include** the java code in the file `task-1.tex1`. +* ++ **Include** the java code in the file `source-code-listings.tex`. (Keep in mind that the file path is relative to the main LaTeX document, i. e., to `main.tex`.) * ++ **Number** the code lines. * ++ Use the **theme** `native`. * ++ Change the **background colour** to dark blue. diff --git a/slides/chapter-11.en.md b/slides/chapter-11.en.md index bfab1ce..25fc4bd 100644 --- a/slides/chapter-11.en.md +++ b/slides/chapter-11.en.md @@ -103,8 +103,8 @@ Alternatively: Inserting graphics @content -* In the directory `exercises/graphics` you can find an image file named `latex-logo.png`. -* ++ Include the figure **directly** beneath the the task for this chapter. +* In the directory `exercises/graphics` you can find an image file named `latex-logo.png`. +* ++ **Include** the figure in `exercises/graphics/graphics.tex`. * ++ The image shall be **centered**. * ++ Additionally, add a **caption** for the figure. -* ++ Adapt the **width** of the image to the width of the text (`textwidth`). +* ++ Adapt the **width** of the image to the width of the text (`textwidth`). diff --git a/slides/chapter-12.en.md b/slides/chapter-12.en.md index aef7f5f..c80b86c 100644 --- a/slides/chapter-12.en.md +++ b/slides/chapter-12.en.md @@ -189,14 +189,14 @@ An advanced example & Average & Worst \\ \midrule Stack & $\mathcal{O}(n)$ & $\mathcal{O}(n)$ \\ - Binary tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(log(n))$ \\ + Binary tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(n)$ \\ AVL tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(log(n))$ \\ \bottomrule \end{tabular} \end{table} ``` -[🔗 Booktaabs documentation](http://packages.oth-regensburg.de/ctan/macros/latex/contrib/booktabs/booktabs.pdf) +[🔗 Booktabs documentation](http://packages.oth-regensburg.de/ctan/macros/latex/contrib/booktabs/booktabs.pdf) @preview ![](svg/chapter-12/table-advanced-example-crop.svg){.thin-padding} @@ -225,5 +225,5 @@ Typesetting tables * The list in file `exercises/tables/tables.tex` stores information on a few modules of the WIAI faculty. * ++ Transform the list into a **table**. * ++ The table shall have colums for the *name*, the *abbreviation* (Kürzel) and the *semester* of the lectures. -* ++ Add a **column** with **center aligned text** on the left side on the table in order to **number** the lecutres. +* ++ Add a **column** with **center-aligned text** on the left side on the table in order to **number** the lecutres. * ++ Add a **caption** for the table. diff --git a/slides/chapter-13.en.md b/slides/chapter-13.en.md index ca00f4d..ee3741c 100644 --- a/slides/chapter-13.en.md +++ b/slides/chapter-13.en.md @@ -20,11 +20,10 @@ Footnotes are automatically numbered consecutively, independent of sections. ``` {.hljs .lang-tex} The wild boar (Sus scrofa), also known as -the wild swine, Common wild pig, or +the wild swine, common wild pig, or simply wild pig, is a suid native to much -of the Palearctic, as well as introduced -numbers in the Americas and Southeast -Asia. +of Eurasia and North Africa, and has been +introduced to the Americas and Oceania. \footnote{\url{https://en.wikipedia.org/ wiki/Wild_boar}} ``` @@ -181,7 +180,7 @@ sec:section3,sec:section5}. ![](svg/chapter-13/cref-multiple-example-crop.svg) -slide(layout=task) +@slide(layout=task) @task-number 13 @@ -190,7 +189,7 @@ slide(layout=task) Inserting footnotes @content -* Make the text *Stand März 2021* in file `exercies/footnotes/footnotes.tex` appear as a **footnote**. +* Make the text *Stand März 2021* in file `exercises/footnotes/footnotes.tex` appear as a **footnote**. * ++ Additionally, insert a **clickable URL** that leads to the download page for the Java Development Kit (`https://www.oracle.com/java/technologies/javase-downloads.html`). diff --git a/slides/chapter-14.de.md b/slides/chapter-14.de.md index fcfefff..016d717 100644 --- a/slides/chapter-14.de.md +++ b/slides/chapter-14.de.md @@ -65,12 +65,6 @@ Durch BibTeX wird LaTeX um einige Befehle zum Zitieren erweitert. Außerdem ben ![Zitieren im Natdin-Zitierstil](svg/chapter-14/bibtex-natdin-crop.svg){.large .thin-padding} -@slide(layout=preview-only) - -@preview -![Zitieren im Apa-Zitierstil](svg/chapter-14/bibtex-apa-crop.svg){.large .thin-padding} - - @slide(layout=preview-only) @preview diff --git a/slides/chapter-14.en.md b/slides/chapter-14.en.md index d7ef2d7..f7d1c33 100644 --- a/slides/chapter-14.en.md +++ b/slides/chapter-14.en.md @@ -65,12 +65,6 @@ BibTeX adds some citation commands to LaTeX. In addition, we need the `natbib` p ![Citing in Natdin style](svg/chapter-14/bibtex-natdin-example-crop.svg){.large .thin-padding} -@slide(layout=preview-only) - -@preview -![Citing in Apa style](svg/chapter-14/bibtex-apa-example-crop.svg){.large .thin-padding} - - @slide(layout=preview-only) @preview diff --git a/svg/chapter-01/latex-script.svg b/svg/chapter-01/latex-script.svg index 0016691..d2f2859 100644 --- a/svg/chapter-01/latex-script.svg +++ b/svg/chapter-01/latex-script.svg @@ -1,1316 +1,352 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/chapter-08/compact-english-crop.svg b/svg/chapter-08/compact-english-crop.svg index 545eacc..b04412f 100644 --- a/svg/chapter-08/compact-english-crop.svg +++ b/svg/chapter-08/compact-english-crop.svg @@ -255,37 +255,37 @@ - + - + - + - + - + - + - + - + - + @@ -306,19 +306,19 @@ - + - + - + - + - + @@ -1276,47 +1276,49 @@ - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - + + + - + @@ -1874,37 +1876,37 @@ - - - + + + - - - - + + + + - + - - - + + + - - + + - - - - + + + + - + - - - - + + + + diff --git a/svg/chapter-08/compact-english-orig.svg b/svg/chapter-08/compact-english-orig.svg index b2d49f2..fd6ae1e 100644 --- a/svg/chapter-08/compact-english-orig.svg +++ b/svg/chapter-08/compact-english-orig.svg @@ -255,37 +255,37 @@ - + - + - + - + - + - + - + - + - + @@ -306,19 +306,19 @@ - + - + - + - + - + @@ -1276,47 +1276,49 @@ - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - + + + - + @@ -1874,37 +1876,37 @@ - - - + + + - - - - + + + + - + - - - + + + - - + + - - - - + + + + - + - - - - + + + + diff --git a/svg/chapter-08/compact-english.tex b/svg/chapter-08/compact-english.tex index a6a60c9..3cacc07 100644 --- a/svg/chapter-08/compact-english.tex +++ b/svg/chapter-08/compact-english.tex @@ -30,7 +30,7 @@ \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. (cf. \url{https://www.wikiwand.com/en/B%C3%A9chamel_sauce}) + \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. (cf. \url{https://en.wikipedia.org/wiki/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. (cf. \url{https://en.wikipedia.org/wiki/Lasagne}) \end{compactdesc} \end{document} diff --git a/svg/chapter-08/definition-english-crop.svg b/svg/chapter-08/definition-english-crop.svg index 08f0d49..2d2a550 100644 --- a/svg/chapter-08/definition-english-crop.svg +++ b/svg/chapter-08/definition-english-crop.svg @@ -168,37 +168,37 @@ - + - + - + - + - + - + - + - + - + @@ -219,19 +219,19 @@ - + - + - + - + - + @@ -530,47 +530,49 @@ - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - + + + - + @@ -1128,37 +1130,37 @@ - - - + + + - - - - + + + + - + - - - + + + - - + + - - - - + + + + - + - - - - + + + + diff --git a/svg/chapter-08/definition-english-orig.svg b/svg/chapter-08/definition-english-orig.svg index 161705d..df7fa5f 100644 --- a/svg/chapter-08/definition-english-orig.svg +++ b/svg/chapter-08/definition-english-orig.svg @@ -168,37 +168,37 @@ - + - + - + - + - + - + - + - + - + @@ -219,19 +219,19 @@ - + - + - + - + - + @@ -530,47 +530,49 @@ - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - + + + - + @@ -1128,37 +1130,37 @@ - - - + + + - - - - + + + + - + - - - + + + - - + + - - - - + + + + - + - - - - + + + + diff --git a/svg/chapter-08/definition-english.tex b/svg/chapter-08/definition-english.tex index 878508c..8d6d4e7 100644 --- a/svg/chapter-08/definition-english.tex +++ b/svg/chapter-08/definition-english.tex @@ -8,7 +8,7 @@ \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. (cf. \url{https://www.wikiwand.com/en/B%C3%A9chamel_sauce}) + \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. (cf. \url{https://en.wikipedia.org/wiki/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. (cf. \url{https://en.wikipedia.org/wiki/Lasagne}) \end{description} diff --git a/svg/chapter-12/table-advanced-example-crop.svg b/svg/chapter-12/table-advanced-example-crop.svg index 1582329..52a33d2 100644 --- a/svg/chapter-12/table-advanced-example-crop.svg +++ b/svg/chapter-12/table-advanced-example-crop.svg @@ -109,222 +109,211 @@ - - - - - - - - - + + + + + + + + + - + - - - - - + + + + + - - - - + + + + - - - - - - - - - + + + + + + + + + - + - + - + - + - - - - - + + + + + - + - - - - + + + + - + - - - - + + + + - + - + - + - + - + - + - + - + - + - - - - - - + + + + + + - - - - + + + + - + - + - + - - + + - + - + - - + + - + - + - + - - + - + - + + - - + + + + - + - - + - - - - + - + + - + - + - - + + - + - + - - + - + + - + - + - - + + - - - - - - - - - - - + diff --git a/svg/chapter-12/table-advanced-example-orig.svg b/svg/chapter-12/table-advanced-example-orig.svg index ae71df4..cade7a5 100644 --- a/svg/chapter-12/table-advanced-example-orig.svg +++ b/svg/chapter-12/table-advanced-example-orig.svg @@ -109,222 +109,211 @@ - - - - - - - - - + + + + + + + + + - + - - - - - + + + + + - - - - + + + + - - - - - - - - - + + + + + + + + + - + - + - + - + - - - - - + + + + + - + - - - - + + + + - + - - - - + + + + - + - + - + - + - + - + - + - + - + - - - - - - + + + + + + - - - - + + + + - + - + - + - - + + - + - + - - + + - + - + - + - - + - + - + + - - + + + + - + - - + - - - - + - + + - + - + - - + + - + - + - - + - + + - + - + - - + + - - - - - - - - - - - + diff --git a/svg/chapter-12/table-advanced-example.tex b/svg/chapter-12/table-advanced-example.tex index 2f99dc1..705d15b 100644 --- a/svg/chapter-12/table-advanced-example.tex +++ b/svg/chapter-12/table-advanced-example.tex @@ -15,7 +15,7 @@ & Average & Worst \\ \midrule Stack & $\mathcal{O}(n)$ & $\mathcal{O}(n)$ \\ - Binary tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(log(n))$ \\ + Binary tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(n)$ \\ AVL tree & $\mathcal{O}(log(n))$ & $\mathcal{O}(log(n))$ \\ \bottomrule \end{tabular} diff --git a/svg/chapter-13/footnote-example-crop.svg b/svg/chapter-13/footnote-example-crop.svg index 692c4c0..1384c28 100644 --- a/svg/chapter-13/footnote-example-crop.svg +++ b/svg/chapter-13/footnote-example-crop.svg @@ -72,30 +72,33 @@ - - - - + - + - + - + + + + - + + + + @@ -185,273 +188,264 @@ - - - - + + + + - + - - - + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - + + + - - + + - - + + - - - + + + - - + + + - - + - - - - - - + + + + + + - - - - - - + + + + + + - + + + + - - - + + + + - - - - + + - - + + + + + + - - - - - - + + + + - - - - + + + + - - - - + + - - + - + + + + - - - - + + + + + - - - - - + - + - - + - + - - + + - + - - + + - - - + + + + + + + - + + + - - - - - - - - - - + + + + + - - + + + + + + + - + + + - - - + + + - - + - - + + + - - - + + - - - - - + + + - + + + + - - + - + + - - - + + + - - + + + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/svg/chapter-13/footnote-example-orig.svg b/svg/chapter-13/footnote-example-orig.svg index fcf0ccf..b1eea79 100644 --- a/svg/chapter-13/footnote-example-orig.svg +++ b/svg/chapter-13/footnote-example-orig.svg @@ -72,30 +72,33 @@ - - - - + - + - + - + + + + - + + + + @@ -185,273 +188,264 @@ - - - - + + + + - + - - - + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - + + + - - + + - - + + - - - + + + - - + + + - - + - - - - - - + + + + + + - - - - - - + + + + + + - + + + + - - - + + + + - - - - + + - - + + + + + + - - - - - - + + + + - - - - + + + + - - - - + + - - + - + + + + - - - - + + + + + - - - - - + - + - - + - + - - + + - + - - + + - - - + + + + + + + - + + + - - - - - - - - - - + + + + + - - + + + + + + + - + + + - - - + + + - - + - - + + + - - - + + - - - - - + + + - + + + + - - + - + + - - - + + + - - + + + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/svg/chapter-13/footnote-example.tex b/svg/chapter-13/footnote-example.tex index 3acdf3a..0b47cd5 100644 --- a/svg/chapter-13/footnote-example.tex +++ b/svg/chapter-13/footnote-example.tex @@ -7,6 +7,6 @@ \thispagestyle{empty} \vspace*{18.5cm} -The wild boar (Sus scrofa), also known as the wild swine, Common wild pig, or simply wild pig, is a suid native to much of the Palearctic, as well as introduced numbers in the Americas and Southeast Asia.\footnote{\url{https://en.wikipedia.org/wiki/Wild_boar}} +The wild boar (Sus scrofa), also known as the wild swine, common wild pig, or simply wild pig, is a suid native to much of Eurasia and North Africa, and has been introduced to the Americas and Oceania.\footnote{\url{https://en.wikipedia.org/wiki/Wild_boar}} \end{document} diff --git a/svg/chapter-14/bibtex-alpha-crop.svg b/svg/chapter-14/bibtex-alpha-crop.svg index 3b9cb5a..671ab71 100644 --- a/svg/chapter-14/bibtex-alpha-crop.svg +++ b/svg/chapter-14/bibtex-alpha-crop.svg @@ -1,5 +1,5 @@ - + @@ -123,63 +123,27 @@ - - - - - - - - - - - - - + - + - + - - - - - - - - - - - - - + - - - - - - - - - - - - - + - + - + @@ -546,524 +510,375 @@ - + - - - - - + + + + + - - - + + + - + - - - - - - - + + + + + + + - - - + + + - + - - - + + + - + - + - - - + + + - + - - - - + + + + - - - - - - - + + + + - - - - - - + - - - - + + - - - + - + - - - - + + - - - - + + - + + - - - - - - - - - - - + + + + + - + + + + + - + + + - - + + + + - + + + + + - + - + - - - - - - - + + - - - - - + + - - - - + + + + + + - - - + + + + - + + + + + - + + + + + - + - - - - + - - - + + + - - - - - - + + + - - - + + + + + - - - - + + + - - - - - + + + + + - + + + + - + + + - - + + + + - - + + + - - - - - - + + + - - - - + + + + + + + + + + - - - - - + - - - - - + + - + - + + + + + - - - + + + + - - - + - - - - - + + - - - + - - - - - + + - - - - + + + - - - + + + + + - - - - + + + + + - - - + + + + + + + - - - + + + + + - - - - - - - - - - + - + + + - - + + + + - + + + + - - - - - + - - - - + + + + + + + - + + + + + + - - + - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/svg/chapter-14/bibtex-alpha-example-crop.svg b/svg/chapter-14/bibtex-alpha-example-crop.svg index c91bc34..71138bb 100644 --- a/svg/chapter-14/bibtex-alpha-example-crop.svg +++ b/svg/chapter-14/bibtex-alpha-example-crop.svg @@ -1,5 +1,5 @@ - + @@ -111,75 +111,39 @@ - - - - - - - - - - - - - + - + - - - - + - - - - - - - - - - + - + - + - - - - - - - - - - - - - - - - + - + + + + - + - + @@ -534,528 +498,367 @@ - + - - - - - + + + + + - - - + + + - + - - - - - - - + + + + + + + - - - + + + - + - - - + + + - + - + - - - + + + - + - - - - + + + + - - - - - - - + + + + - - - - - - + - - - - + + + + + + + + - - - + + - + + + + + - - - - + + + + + - - - - + + + - + + + + - - - - - - - - - - - + + + + + - + - + - - + + - + + - + + + + + + - + + + + - - - - - - - + + + + + - - - - - + + + + + - - - - + - - - + - + + + - + + + - + + + + + - - - - + + + - - - + + + + + - - - - - - + + + + - - - + + + - - - - + + + + - - - - - + + + - + + + - + + + + + + + + + + - - + - - + + - - - - - - + - - - - + + + + + - - - - - + + + + - - - - - + - + + - + - - - + + - - - + + + - - - - - + + + + + - - - + + + + + - - - - - + + + + + + + - - - - + + + + + - - - + - - - - + + + - - - + + + + - - - + + + + - - - - - - - - - - + - + + + + + + + - - + + + + + + - + - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/svg/chapter-14/bibtex-alpha-example-orig.svg b/svg/chapter-14/bibtex-alpha-example-orig.svg index c39cbad..292032d 100644 --- a/svg/chapter-14/bibtex-alpha-example-orig.svg +++ b/svg/chapter-14/bibtex-alpha-example-orig.svg @@ -111,75 +111,39 @@ - - - - - - - - - - - - - + - + - - - - + - - - - - - - - - - + - + - + - - - - - - - - - - - - - - - - + - + + + + - + - + @@ -534,528 +498,367 @@ - + - - - - - + + + + + - - - + + + - + - - - - - - - + + + + + + + - - - + + + - + - - - + + + - + - + - - - + + + - + - - - - + + + + - - - - - - - + + + + - - - - - - + - - - - + + + + + + + + - - - + + - + + + + + - - - - + + + + + - - - - + + + - + + + + - - - - - - - - - - - + + + + + - + - + - - + + - + + - + + + + + + - + + + + - - - - - - - + + + + + - - - - - + + + + + - - - - + - - - + - + + + - + + + - + + + + + - - - - + + + - - - + + + + + - - - - - - + + + + - - - + + + - - - - + + + + - - - - - + + + - + + + - + + + + + + + + + + - - + - - + + - - - - - - + - - - - + + + + + - - - - - + + + + - - - - - + - + + - + - - - + + - - - + + + - - - - - + + + + + - - - + + + + + - - - - - + + + + + + + - - - - + + + + + - - - + - - - - + + + - - - + + + + - - - + + + + - - - - - - - - - - + - + + + + + + + - - + + + + + + - + - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/svg/chapter-14/bibtex-alpha-example.bbl b/svg/chapter-14/bibtex-alpha-example.bbl deleted file mode 100644 index 482f8b9..0000000 --- a/svg/chapter-14/bibtex-alpha-example.bbl +++ /dev/null @@ -1,22 +0,0 @@ -\begin{thebibliography}{Haw88} - -\bibitem[Fra57]{Frank1957} -Anne Frank. -\newblock {\em Das Tagebuch der Anne Frank}. -\newblock Fischer-B{\"u}cherei. Fischer ; Fischer, Frankfurt/M. ; Frankfurt/M., - 1957. -\newblock EST: Het Achterhuis (dt.). - -\bibitem[Haw88]{Hawking1988} -Stephen~W. Hawking. -\newblock {\em Eine kurze Geschichte der Zeit. Die Suche nach der Urkraft des - Universums}. -\newblock Rowohlt, Reinbek bei Hamburg, 23.-42. tsd. edition, 1988. -\newblock 238 S. : Ill., graph. Darst. - -\bibitem[Orw57]{Orwell1957} -George Orwell. -\newblock {\em 1984}. -\newblock Diana-Verl., Konstanz, 1957. - -\end{thebibliography} diff --git a/svg/chapter-14/bibtex-alpha-example.blg b/svg/chapter-14/bibtex-alpha-example.blg deleted file mode 100644 index 6725c02..0000000 --- a/svg/chapter-14/bibtex-alpha-example.blg +++ /dev/null @@ -1,46 +0,0 @@ -This is BibTeX, Version 0.99d (TeX Live 2019/Debian) -Capacity: max_strings=100000, hash_size=100000, hash_prime=85009 -The top-level auxiliary file: bibtex-alpha-example.aux -The style file: alpha.bst -Database file #1: collection.bib -You've used 3 entries, - 2543 wiz_defined-function locations, - 582 strings with 4859 characters, -and the built_in function-call counts, 882 in all, are: -= -- 82 -> -- 24 -< -- 3 -+ -- 6 -- -- 6 -* -- 47 -:= -- 160 -add.period$ -- 12 -call.type$ -- 3 -change.case$ -- 13 -chr.to.int$ -- 3 -cite$ -- 3 -duplicate$ -- 48 -empty$ -- 76 -format.name$ -- 12 -if$ -- 180 -int.to.chr$ -- 1 -int.to.str$ -- 0 -missing$ -- 6 -newline$ -- 20 -num.names$ -- 9 -pop$ -- 19 -preamble$ -- 1 -purify$ -- 18 -quote$ -- 0 -skip$ -- 30 -stack$ -- 0 -substring$ -- 21 -swap$ -- 3 -text.length$ -- 3 -text.prefix$ -- 3 -top$ -- 0 -type$ -- 12 -warning$ -- 0 -while$ -- 6 -width$ -- 5 -write$ -- 47 diff --git a/svg/chapter-14/bibtex-alpha-orig.svg b/svg/chapter-14/bibtex-alpha-orig.svg index b0a1072..ba91580 100644 --- a/svg/chapter-14/bibtex-alpha-orig.svg +++ b/svg/chapter-14/bibtex-alpha-orig.svg @@ -123,63 +123,27 @@ - - - - - - - - - - - - - + - + - + - - - - - - - - - - - - - + - - - - - - - - - - - - - + - + - + @@ -546,524 +510,375 @@ - + - - - - - + + + + + - - - + + + - + - - - - - - - + + + + + + + - - - + + + - + - - - + + + - + - + - - - + + + - + - - - - + + + + - - - - - - - + + + + - - - - - - + - - - - + + - - - + - + - - - - + + - - - - + + - + + - - - - - - - - - - - + + + + + - + + + + + - + + + - - + + + + - + + + + + - + - + - - - - - - - + + - - - - - + + - - - - + + + + + + - - - + + + + - + + + + + - + + + + + - + - - - - + - - - + + + - - - - - - + + + - - - + + + + + - - - - + + + - - - - - + + + + + - + + + + - + + + - - + + + + - - + + + - - - - - - + + + - - - - + + + + + + + + + + - - - - - + - - - - - + + - + - + + + + + - - - + + + + - - - + - - - - - + + - - - + - - - - - + + - - - - + + + - - - + + + + + - - - - + + + + + - - - + + + + + + + - - - + + + + + - - - - - - - - - - + - + + + - - + + + + - + + + + - - - - - + - - - - + + + + + + + - + + + + + + - - + - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/svg/chapter-14/bibtex-alpha.bbl b/svg/chapter-14/bibtex-alpha.bbl deleted file mode 100644 index 482f8b9..0000000 --- a/svg/chapter-14/bibtex-alpha.bbl +++ /dev/null @@ -1,22 +0,0 @@ -\begin{thebibliography}{Haw88} - -\bibitem[Fra57]{Frank1957} -Anne Frank. -\newblock {\em Das Tagebuch der Anne Frank}. -\newblock Fischer-B{\"u}cherei. Fischer ; Fischer, Frankfurt/M. ; Frankfurt/M., - 1957. -\newblock EST: Het Achterhuis (dt.). - -\bibitem[Haw88]{Hawking1988} -Stephen~W. Hawking. -\newblock {\em Eine kurze Geschichte der Zeit. Die Suche nach der Urkraft des - Universums}. -\newblock Rowohlt, Reinbek bei Hamburg, 23.-42. tsd. edition, 1988. -\newblock 238 S. : Ill., graph. Darst. - -\bibitem[Orw57]{Orwell1957} -George Orwell. -\newblock {\em 1984}. -\newblock Diana-Verl., Konstanz, 1957. - -\end{thebibliography} diff --git a/svg/chapter-14/bibtex-alpha.blg b/svg/chapter-14/bibtex-alpha.blg deleted file mode 100644 index 2f77f6d..0000000 --- a/svg/chapter-14/bibtex-alpha.blg +++ /dev/null @@ -1,46 +0,0 @@ -This is BibTeX, Version 0.99d (TeX Live 2019/Debian) -Capacity: max_strings=100000, hash_size=100000, hash_prime=85009 -The top-level auxiliary file: bibtex-alpha.aux -The style file: alpha.bst -Database file #1: collection.bib -You've used 3 entries, - 2543 wiz_defined-function locations, - 582 strings with 4843 characters, -and the built_in function-call counts, 882 in all, are: -= -- 82 -> -- 24 -< -- 3 -+ -- 6 -- -- 6 -* -- 47 -:= -- 160 -add.period$ -- 12 -call.type$ -- 3 -change.case$ -- 13 -chr.to.int$ -- 3 -cite$ -- 3 -duplicate$ -- 48 -empty$ -- 76 -format.name$ -- 12 -if$ -- 180 -int.to.chr$ -- 1 -int.to.str$ -- 0 -missing$ -- 6 -newline$ -- 20 -num.names$ -- 9 -pop$ -- 19 -preamble$ -- 1 -purify$ -- 18 -quote$ -- 0 -skip$ -- 30 -stack$ -- 0 -substring$ -- 21 -swap$ -- 3 -text.length$ -- 3 -text.prefix$ -- 3 -top$ -- 0 -type$ -- 12 -warning$ -- 0 -while$ -- 6 -width$ -- 5 -write$ -- 47 diff --git a/svg/chapter-14/bibtex-apa-crop.svg b/svg/chapter-14/bibtex-apa-crop.svg deleted file mode 100644 index 2f06a9e..0000000 --- a/svg/chapter-14/bibtex-apa-crop.svg +++ /dev/null @@ -1,1057 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/chapter-14/bibtex-apa-example-crop.svg b/svg/chapter-14/bibtex-apa-example-crop.svg deleted file mode 100644 index cb1e6e8..0000000 --- a/svg/chapter-14/bibtex-apa-example-crop.svg +++ /dev/null @@ -1,1041 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/chapter-14/bibtex-apa-example-orig.svg b/svg/chapter-14/bibtex-apa-example-orig.svg deleted file mode 100644 index dea8b5b..0000000 --- a/svg/chapter-14/bibtex-apa-example-orig.svg +++ /dev/null @@ -1,1041 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/chapter-14/bibtex-apa-example.bbl b/svg/chapter-14/bibtex-apa-example.bbl deleted file mode 100644 index 207f67d..0000000 --- a/svg/chapter-14/bibtex-apa-example.bbl +++ /dev/null @@ -1,21 +0,0 @@ -\begin{thebibliography}{} - -\bibitem[\protect\astroncite{Frank}{1957}]{Frank1957} -Frank, A. (1957). -\newblock {\em Das Tagebuch der Anne Frank}. -\newblock Fischer-B{\"u}cherei. Fischer ; Fischer, Frankfurt/M. ; Frankfurt/M. -\newblock EST: Het Achterhuis (dt.). - -\bibitem[\protect\astroncite{Hawking}{1988}]{Hawking1988} -Hawking, S.~W. (1988). -\newblock {\em Eine kurze Geschichte der Zeit. Die Suche nach der Urkraft des - Universums}. -\newblock Rowohlt, Reinbek bei Hamburg, 23.-42. tsd. edition. -\newblock 238 S. : Ill., graph. Darst. - -\bibitem[\protect\astroncite{Orwell}{1957}]{Orwell1957} -Orwell, G. (1957). -\newblock {\em 1984}. -\newblock Diana-Verl., Konstanz. - -\end{thebibliography} diff --git a/svg/chapter-14/bibtex-apa-example.blg b/svg/chapter-14/bibtex-apa-example.blg deleted file mode 100644 index 3449349..0000000 --- a/svg/chapter-14/bibtex-apa-example.blg +++ /dev/null @@ -1,46 +0,0 @@ -This is BibTeX, Version 0.99d (TeX Live 2019/Debian) -Capacity: max_strings=100000, hash_size=100000, hash_prime=85009 -The top-level auxiliary file: bibtex-apa-example.aux -The style file: apa.bst -Database file #1: collection.bib -You've used 3 entries, - 1940 wiz_defined-function locations, - 497 strings with 4106 characters, -and the built_in function-call counts, 901 in all, are: -= -- 88 -> -- 21 -< -- 3 -+ -- 6 -- -- 6 -* -- 63 -:= -- 171 -add.period$ -- 12 -call.type$ -- 3 -change.case$ -- 16 -chr.to.int$ -- 3 -cite$ -- 3 -duplicate$ -- 42 -empty$ -- 70 -format.name$ -- 9 -if$ -- 176 -int.to.chr$ -- 1 -int.to.str$ -- 0 -missing$ -- 6 -newline$ -- 20 -num.names$ -- 9 -pop$ -- 16 -preamble$ -- 1 -purify$ -- 18 -quote$ -- 0 -skip$ -- 31 -stack$ -- 0 -substring$ -- 36 -swap$ -- 6 -text.length$ -- 0 -text.prefix$ -- 0 -top$ -- 0 -type$ -- 12 -warning$ -- 0 -while$ -- 6 -width$ -- 0 -write$ -- 47 diff --git a/svg/chapter-14/bibtex-apa-example.tex b/svg/chapter-14/bibtex-apa-example.tex deleted file mode 100644 index 0a3c45a..0000000 --- a/svg/chapter-14/bibtex-apa-example.tex +++ /dev/null @@ -1,13 +0,0 @@ -\documentclass[a4paper, pdftex, 12pt]{scrartcl} -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} -\usepackage[english]{babel} -\usepackage{natbib} -\begin{document} -\thispagestyle{empty} - -This text thrives on prominently-placed citations \cite[e.\thinspace g.][]{Frank1957} of much more prominent literary works \cite[cf.][p. 7]{Orwell1957}, of which \cite{Hawking1988} is only one. -\bibliographystyle{apa} -\bibliography{collection} - -\end{document} diff --git a/svg/chapter-14/bibtex-apa-orig.svg b/svg/chapter-14/bibtex-apa-orig.svg deleted file mode 100644 index 92b79c9..0000000 --- a/svg/chapter-14/bibtex-apa-orig.svg +++ /dev/null @@ -1,1057 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/chapter-14/bibtex-apa.bbl b/svg/chapter-14/bibtex-apa.bbl deleted file mode 100644 index 207f67d..0000000 --- a/svg/chapter-14/bibtex-apa.bbl +++ /dev/null @@ -1,21 +0,0 @@ -\begin{thebibliography}{} - -\bibitem[\protect\astroncite{Frank}{1957}]{Frank1957} -Frank, A. (1957). -\newblock {\em Das Tagebuch der Anne Frank}. -\newblock Fischer-B{\"u}cherei. Fischer ; Fischer, Frankfurt/M. ; Frankfurt/M. -\newblock EST: Het Achterhuis (dt.). - -\bibitem[\protect\astroncite{Hawking}{1988}]{Hawking1988} -Hawking, S.~W. (1988). -\newblock {\em Eine kurze Geschichte der Zeit. Die Suche nach der Urkraft des - Universums}. -\newblock Rowohlt, Reinbek bei Hamburg, 23.-42. tsd. edition. -\newblock 238 S. : Ill., graph. Darst. - -\bibitem[\protect\astroncite{Orwell}{1957}]{Orwell1957} -Orwell, G. (1957). -\newblock {\em 1984}. -\newblock Diana-Verl., Konstanz. - -\end{thebibliography} diff --git a/svg/chapter-14/bibtex-apa.blg b/svg/chapter-14/bibtex-apa.blg deleted file mode 100644 index 5545a46..0000000 --- a/svg/chapter-14/bibtex-apa.blg +++ /dev/null @@ -1,46 +0,0 @@ -This is BibTeX, Version 0.99d (TeX Live 2019/Debian) -Capacity: max_strings=100000, hash_size=100000, hash_prime=85009 -The top-level auxiliary file: bibtex-apa.aux -The style file: apa.bst -Database file #1: collection.bib -You've used 3 entries, - 1940 wiz_defined-function locations, - 497 strings with 4090 characters, -and the built_in function-call counts, 901 in all, are: -= -- 88 -> -- 21 -< -- 3 -+ -- 6 -- -- 6 -* -- 63 -:= -- 171 -add.period$ -- 12 -call.type$ -- 3 -change.case$ -- 16 -chr.to.int$ -- 3 -cite$ -- 3 -duplicate$ -- 42 -empty$ -- 70 -format.name$ -- 9 -if$ -- 176 -int.to.chr$ -- 1 -int.to.str$ -- 0 -missing$ -- 6 -newline$ -- 20 -num.names$ -- 9 -pop$ -- 16 -preamble$ -- 1 -purify$ -- 18 -quote$ -- 0 -skip$ -- 31 -stack$ -- 0 -substring$ -- 36 -swap$ -- 6 -text.length$ -- 0 -text.prefix$ -- 0 -top$ -- 0 -type$ -- 12 -warning$ -- 0 -while$ -- 6 -width$ -- 0 -write$ -- 47 diff --git a/svg/chapter-14/bibtex-apa.tex b/svg/chapter-14/bibtex-apa.tex deleted file mode 100644 index 6fee648..0000000 --- a/svg/chapter-14/bibtex-apa.tex +++ /dev/null @@ -1,13 +0,0 @@ -\documentclass[a4paper, pdftex, 12pt]{scrartcl} -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} -\usepackage[ngerman]{babel} -\usepackage{natbib} -\begin{document} -\thispagestyle{empty} - -Dieser Text lebt von prominent platzierten Zitaten \cite[u.\thinspace a.][]{Frank1957} noch viel prominenterer literarischer Werke \cite[vgl.][S. 7]{Orwell1957}, derer \cite{Hawking1988} nur eines ist. -\bibliographystyle{apa} -\bibliography{collection} - -\end{document} diff --git a/svg/chapter-14/bibtex-natdin-crop.svg b/svg/chapter-14/bibtex-natdin-crop.svg index 063ad70..8d0b7c7 100644 --- a/svg/chapter-14/bibtex-natdin-crop.svg +++ b/svg/chapter-14/bibtex-natdin-crop.svg @@ -1,5 +1,5 @@ - + @@ -141,54 +141,18 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - + - + - + @@ -620,210 +584,116 @@ - - - + + + + + - - + + + + + - - - - - + - + + + + + - - - - - + + + - - - + - + + + + + + + - - - - - - - + + + - - - + - + + + - - - + - + - + + + - - - + - + - + + + + + + + + - - - - - - - - - - - + + - + + + + - + - - - - - - - - - - - + + + + - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + @@ -933,259 +803,176 @@ - - - - + + + + - - - + + + - - - + + + - - - - - - - - - - + + + + + + + + + + - + - - - - - - - + + + + - + - - - + + - - - - + - + + - - + + + - + + + + - - + - - - + + - - - - + - + + + + + - - + + + + - + + + + - - - - - + + + - - - - - + + + + + - + + - - - - + + + + - - - - - - - - - - - + - + + + + + + + - - - + + + + - + - + - + + + + + + + - - - - - + - + + + + + + + - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + diff --git a/svg/chapter-14/bibtex-natdin-example-crop.svg b/svg/chapter-14/bibtex-natdin-example-crop.svg index 11f55e6..f1cbe4b 100644 --- a/svg/chapter-14/bibtex-natdin-example-crop.svg +++ b/svg/chapter-14/bibtex-natdin-example-crop.svg @@ -1,5 +1,5 @@ - + @@ -126,69 +126,33 @@ - - - - - - - - - - - - - - - - - - - + - + - - - - - - - - - - + - + - - - - - - - - - - - - - + - + - + - + + + + @@ -610,219 +574,122 @@ - - - - - + + + + + - - - - - + + + + + - + - - - - - + + + - - - + - + - + + + - - - - - - + - - - + + + + + + - + - - - + + + - + - + + + - - + - + - + + + - + - - - - - - - - - - - + - + + + + + + + + - + + - - - - - + + + + - - - - - - - + - + + + + - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + @@ -837,354 +704,273 @@ - - - - - + + + + + - - + + - - - - - + + + + + - + - - - - - - - + + + + + + + - - - + + + - - - - + + + + - - - - - + + + + + - - - - - - - - - - + + + + + + + + + + - - - + + + - - - - - + + + + + - - - + + + - - - - - + - - - - + + + + - - - + + + + - - - - + + + - - - + + + + - - - + + + - - - - - - - - - - + + + - + + + + + + + + + + - + - - - - - - + + + + - + - - - + + - - - - + - + + - - + + + - + + + + - - + - - - + + - - - - + - + + + + + - - + + + + - + + + + - - - + + + - - + + + + + - - - - - + + - + + + + - - - - + - - - - - - - - - - - + + + + + + + - + + + + - - - + - + - + + + + + + + - + - - - - - + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + diff --git a/svg/chapter-14/bibtex-natdin-example-orig.svg b/svg/chapter-14/bibtex-natdin-example-orig.svg index d377ec2..f5ca57a 100644 --- a/svg/chapter-14/bibtex-natdin-example-orig.svg +++ b/svg/chapter-14/bibtex-natdin-example-orig.svg @@ -126,69 +126,33 @@ - - - - - - - - - - - - - - - - - - - + - + - - - - - - - - - - + - + - - - - - - - - - - - - - + - + - + - + + + + @@ -610,219 +574,122 @@ - - - - - + + + + + - - - - - + + + + + - + - - - - - + + + - - - + - + - + + + - - - - - - + - - - + + + + + + - + - - - + + + - + - + + + - - + - + - + + + - + - - - - - - - - - - - + - + + + + + + + + - + + - - - - - + + + + - - - - - - - + - + + + + - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + @@ -837,354 +704,273 @@ - - - - - + + + + + - - + + - - - - - + + + + + - + - - - - - - - + + + + + + + - - - + + + - - - - + + + + - - - - - + + + + + - - - - - - - - - - + + + + + + + + + + - - - + + + - - - - - + + + + + - - - + + + - - - - - + - - - - + + + + - - - + + + + - - - - + + + - - - + + + + - - - + + + - - - - - - - - - - + + + - + + + + + + + + + + - + - - - - - - + + + + - + - - - + + - - - - + - + + - - + + + - + + + + - - + - - - + + - - - - + - + + + + + - - + + + + - + + + + - - - + + + - - + + + + + - - - - - + + - + + + + - - - - + - - - - - - - - - - - + + + + + + + - + + + + - - - + - + - + + + + + + + - + - - - - - + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + diff --git a/svg/chapter-14/bibtex-natdin-example.bbl b/svg/chapter-14/bibtex-natdin-example.bbl deleted file mode 100644 index f6862ae..0000000 --- a/svg/chapter-14/bibtex-natdin-example.bbl +++ /dev/null @@ -1,36 +0,0 @@ -\begin{thebibliography}{3} - -% this bibliography is generated by nd24.bst [3.0c2] from 2005-12-21 - -\providecommand{\natexlab}[1]{#1} -\providecommand{\url}[1]{\texttt{#1}} -\makeatletter -\newcommand{\dinatlabel}[1]% -{\ifNAT@numbers\else\NAT@biblabelnum{#1}\fi} -\makeatother -\expandafter\ifx\csname urlstyle\endcsname\relax - \providecommand{\doi}[1]{doi: #1}\else - \providecommand{\doi}{doi: \begingroup \urlstyle{rm}\Url}\fi - -\bibitem[Frank(1957)]{Frank1957} -\dinatlabel{Frank 1957} \textsc{Frank}, Anne: -\newblock \emph{Das Tagebuch der Anne Frank}. -\newblock Frankfurt/M. ; Frankfurt/M. : Fischer ; Fischer, 1957 - (Fischer-B{\"u}cherei). -- -\newblock EST: Het Achterhuis (dt.) - -\bibitem[Hawking(1988)]{Hawking1988} -\dinatlabel{Hawking 1988} \textsc{Hawking}, Stephen~W.: -\newblock \emph{Eine kurze Geschichte der Zeit. Die Suche nach der Urkraft des - Universums}. -\newblock 23.-42. Tsd. -\newblock Reinbek bei Hamburg : Rowohlt, 1988. -- -\newblock ISBN 3498028847. -- -\newblock 238 S. : Ill., graph. Darst. - -\bibitem[Orwell(1957)]{Orwell1957} -\dinatlabel{Orwell 1957} \textsc{Orwell}, George: -\newblock \emph{1984}. -\newblock Konstanz : Diana-Verl., 1957 - -\end{thebibliography} diff --git a/svg/chapter-14/bibtex-natdin-example.blg b/svg/chapter-14/bibtex-natdin-example.blg deleted file mode 100644 index c816950..0000000 --- a/svg/chapter-14/bibtex-natdin-example.blg +++ /dev/null @@ -1,51 +0,0 @@ -This is BibTeX, Version 0.99d (TeX Live 2019/Debian) -Capacity: max_strings=100000, hash_size=100000, hash_prime=85009 -The top-level auxiliary file: bibtex-natdin-example.aux -The style file: natdin.bst -Reallocated singl_function (elt_size=4) to 100 items from 50. -Reallocated singl_function (elt_size=4) to 100 items from 50. -Reallocated wiz_functions (elt_size=4) to 6000 items from 3000. -Reallocated singl_function (elt_size=4) to 100 items from 50. -Reallocated singl_function (elt_size=4) to 100 items from 50. -Database file #1: collection.bib -You've used 3 entries, - 4728 wiz_defined-function locations, - 907 strings with 6736 characters, -and the built_in function-call counts, 1562 in all, are: -= -- 149 -> -- 30 -< -- 30 -+ -- 37 -- -- 10 -* -- 104 -:= -- 282 -add.period$ -- 4 -call.type$ -- 3 -change.case$ -- 12 -chr.to.int$ -- 3 -cite$ -- 3 -duplicate$ -- 55 -empty$ -- 134 -format.name$ -- 18 -if$ -- 311 -int.to.chr$ -- 1 -int.to.str$ -- 1 -missing$ -- 12 -newline$ -- 34 -num.names$ -- 12 -pop$ -- 19 -preamble$ -- 1 -purify$ -- 18 -quote$ -- 0 -skip$ -- 78 -stack$ -- 0 -substring$ -- 96 -swap$ -- 7 -text.length$ -- 4 -text.prefix$ -- 0 -top$ -- 0 -type$ -- 24 -warning$ -- 0 -while$ -- 13 -width$ -- 0 -write$ -- 57 diff --git a/svg/chapter-14/bibtex-natdin-orig.svg b/svg/chapter-14/bibtex-natdin-orig.svg index 1d8fc7f..c09776f 100644 --- a/svg/chapter-14/bibtex-natdin-orig.svg +++ b/svg/chapter-14/bibtex-natdin-orig.svg @@ -141,54 +141,18 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - + - + - + @@ -620,210 +584,116 @@ - - - + + + + + - - + + + + + - - - - - + - + + + + + - - - - - + + + - - - + - + + + + + + + - - - - - - - + + + - - - + - + + + - - - + - + - + + + - - - + - + - + + + + + + + + - - - - - - - - - - - + + - + + + + - + - - - - - - - - - - - + + + + - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + @@ -933,259 +803,176 @@ - - - - + + + + - - - + + + - - - + + + - - - - - - - - - - + + + + + + + + + + - + - - - - - - - + + + + - + - - - + + - - - - + - + + - - + + + - + + + + - - + - - - + + - - - - + - + + + + + - - + + + + - + + + + - - - - - + + + - - - - - + + + + + - + + - - - - + + + + - - - - - - - - - - - + - + + + + + + + - - - + + + + - + - + - + + + + + + + - - - - - + - + + + + + + + - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + diff --git a/svg/chapter-14/bibtex-natdin.bbl b/svg/chapter-14/bibtex-natdin.bbl deleted file mode 100644 index f6862ae..0000000 --- a/svg/chapter-14/bibtex-natdin.bbl +++ /dev/null @@ -1,36 +0,0 @@ -\begin{thebibliography}{3} - -% this bibliography is generated by nd24.bst [3.0c2] from 2005-12-21 - -\providecommand{\natexlab}[1]{#1} -\providecommand{\url}[1]{\texttt{#1}} -\makeatletter -\newcommand{\dinatlabel}[1]% -{\ifNAT@numbers\else\NAT@biblabelnum{#1}\fi} -\makeatother -\expandafter\ifx\csname urlstyle\endcsname\relax - \providecommand{\doi}[1]{doi: #1}\else - \providecommand{\doi}{doi: \begingroup \urlstyle{rm}\Url}\fi - -\bibitem[Frank(1957)]{Frank1957} -\dinatlabel{Frank 1957} \textsc{Frank}, Anne: -\newblock \emph{Das Tagebuch der Anne Frank}. -\newblock Frankfurt/M. ; Frankfurt/M. : Fischer ; Fischer, 1957 - (Fischer-B{\"u}cherei). -- -\newblock EST: Het Achterhuis (dt.) - -\bibitem[Hawking(1988)]{Hawking1988} -\dinatlabel{Hawking 1988} \textsc{Hawking}, Stephen~W.: -\newblock \emph{Eine kurze Geschichte der Zeit. Die Suche nach der Urkraft des - Universums}. -\newblock 23.-42. Tsd. -\newblock Reinbek bei Hamburg : Rowohlt, 1988. -- -\newblock ISBN 3498028847. -- -\newblock 238 S. : Ill., graph. Darst. - -\bibitem[Orwell(1957)]{Orwell1957} -\dinatlabel{Orwell 1957} \textsc{Orwell}, George: -\newblock \emph{1984}. -\newblock Konstanz : Diana-Verl., 1957 - -\end{thebibliography} diff --git a/svg/chapter-14/bibtex-natdin.blg b/svg/chapter-14/bibtex-natdin.blg deleted file mode 100644 index 1b4f1d1..0000000 --- a/svg/chapter-14/bibtex-natdin.blg +++ /dev/null @@ -1,51 +0,0 @@ -This is BibTeX, Version 0.99d (TeX Live 2019/Debian) -Capacity: max_strings=100000, hash_size=100000, hash_prime=85009 -The top-level auxiliary file: bibtex-natdin.aux -The style file: natdin.bst -Reallocated singl_function (elt_size=4) to 100 items from 50. -Reallocated singl_function (elt_size=4) to 100 items from 50. -Reallocated wiz_functions (elt_size=4) to 6000 items from 3000. -Reallocated singl_function (elt_size=4) to 100 items from 50. -Reallocated singl_function (elt_size=4) to 100 items from 50. -Database file #1: collection.bib -You've used 3 entries, - 4728 wiz_defined-function locations, - 907 strings with 6720 characters, -and the built_in function-call counts, 1562 in all, are: -= -- 149 -> -- 30 -< -- 30 -+ -- 37 -- -- 10 -* -- 104 -:= -- 282 -add.period$ -- 4 -call.type$ -- 3 -change.case$ -- 12 -chr.to.int$ -- 3 -cite$ -- 3 -duplicate$ -- 55 -empty$ -- 134 -format.name$ -- 18 -if$ -- 311 -int.to.chr$ -- 1 -int.to.str$ -- 1 -missing$ -- 12 -newline$ -- 34 -num.names$ -- 12 -pop$ -- 19 -preamble$ -- 1 -purify$ -- 18 -quote$ -- 0 -skip$ -- 78 -stack$ -- 0 -substring$ -- 96 -swap$ -- 7 -text.length$ -- 4 -text.prefix$ -- 0 -top$ -- 0 -type$ -- 24 -warning$ -- 0 -while$ -- 13 -width$ -- 0 -write$ -- 57 diff --git a/svg/chapter-14/collection.bib b/svg/chapter-14/collection.bib index 1b9c05c..dcb3e77 100644 --- a/svg/chapter-14/collection.bib +++ b/svg/chapter-14/collection.bib @@ -3,28 +3,21 @@ title={Eine kurze Geschichte der Zeit. Die Suche nach der Urkraft des Universums}, address={Reinbek bei Hamburg}, publisher={Rowohlt}, - edition={23.-42. Tsd.}, - note={238 S. : Ill., graph. Darst.}, - year={1988}, - ISBN={3498028847}, - keywords={Raum ; Zeit}, - keywords={Kosmologie}, + year={1988} } @book{Orwell1957, author={Orwell, George}, title={1984}, address={Konstanz}, - publisher={Diana-Verl.}, + publisher={Diana-Verlag}, year={1957}, } @book{Frank1957, author={Frank, Anne}, title={Das Tagebuch der Anne Frank}, - address={Frankfurt/M. ; Frankfurt/M.}, - publisher={Fischer ; Fischer}, - year={1957}, - series={Fischer-B{\"u}cherei}, - note={EST: Het Achterhuis (dt.)}, + address={Frankfurt am Main}, + publisher={Fischer}, + year={1957} }