diff --git a/layouts/chapter-slide.html b/layouts/chapter-slide.html index 88f1d38..14c9163 100644 --- a/layouts/chapter-slide.html +++ b/layouts/chapter-slide.html @@ -2,7 +2,7 @@

@number(inline). - @title(inline) + @title(inline)

diff --git a/layouts/macro-typography-grid.html b/layouts/macro-typography-grid.html index 1e35c45..644cfa0 100644 --- a/layouts/macro-typography-grid.html +++ b/layouts/macro-typography-grid.html @@ -83,31 +83,31 @@

@example-text(inline)

-

☺ @narrow-tight(inline)

+

@narrow-tight(inline)

@example-text(inline)

-

☹ @normal-tight(inline)

+

@normal-tight(inline)

@example-text(inline)

-

☹ @wide-tight(inline)

+

@wide-tight(inline)

@example-text(inline)

-

☹ @narrow-medium(inline)

+

@narrow-medium(inline)

@example-text(inline)

-

☺ @normal-medium(inline)

+

@normal-medium(inline)

@example-text(inline)

-

☹ @wide-medium(inline)

+

@wide-medium(inline)

@example-text(inline)

-

☹ @narrow-loose(inline)

+

@narrow-loose(inline)

@example-text(inline)

-

☹ @normal-loose(inline)

+

@normal-loose(inline)

@example-text(inline)

-

☺ @wide-loose(inline)

+

@wide-loose(inline)

diff --git a/onpoint b/onpoint index 11f4a6a..eb0aec2 160000 --- a/onpoint +++ b/onpoint @@ -1 +1 @@ -Subproject commit 11f4a6a429dc836cca7752feb6556e3dc69ed1be +Subproject commit eb0aec2cd3f7e9d863e62db5379c7d3f6bc6a213 diff --git a/slides/chapter-00.de.md b/slides/chapter-00.de.md index 178ef09..3db9620 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, Florian Knoch, Christian Kremitzl, Fabian Lamprecht, Bernhard Luedtke und Anna Sauer. +Ein Workshop der Fachschaft WIAI. Erstellt von Anika Amma, Evelyn Fradtschuk, Jessica Klarmann, Florian Knoch, Theresa Knoll, Christian Kremitzl, Fabian Lamprecht, Bernhard Luedtke, Jochen Mehlich und Anna Sauer. diff --git a/slides/chapter-00.en.md b/slides/chapter-00.en.md index f597bd8..88bbe9c 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, Evelyn Fradtschuk, Florian Knoch, Christian Kremitzl, Fabian Lamprecht, Bernhard Luedtke, and Anna Sauer. +A Fachschaft WIAI workshop. Created by Anika Amma, Evelyn Fradtschuk, Jessica Klarmann, Florian Knoch, Theresa Knoll, Christian Kremitzl, Fabian Lamprecht, Bernhard Luedtke, Jochen Mehlich and Anna Sauer. diff --git a/slides/chapter-01.de.md b/slides/chapter-01.de.md index 710a05e..e521bcc 100644 --- a/slides/chapter-01.de.md +++ b/slides/chapter-01.de.md @@ -105,7 +105,7 @@ Gründe für LaTeX: Plaintext Ablauf des Workshops @content -**Ziel:** Wir arbeiten zusammen unser [LaTeX-Skript](https://github.com/fs-wiai/latex-script/) durch, das ihr nach dem Wochenende als kompakte Referenz verwenden könnt. +**Ziel:** Wir arbeiten zusammen unser [LaTeX-Skript](https://github.com/fs-wiai/latex-script/) durch, das ihr nach dem Workshop als kompakte Referenz verwenden könnt. * Learning by Doing * Verstehen, wie LaTeX funktioniert @@ -124,5 +124,5 @@ Ablauf des Workshops @preview -![](svg/chapter-01/latex-script.svg) +![](svg/chapter-01/cover-script.jpeg) diff --git a/slides/chapter-01.en.md b/slides/chapter-01.en.md index 71026f0..b80bb19 100644 --- a/slides/chapter-01.en.md +++ b/slides/chapter-01.en.md @@ -125,4 +125,4 @@ Procedure of this workshop @preview -![](svg/chapter-01/latex-script.svg) +![](svg/chapter-01/cover-script.jpeg) diff --git a/slides/chapter-04.de.md b/slides/chapter-04.de.md index 5c33ac1..81eaac4 100644 --- a/slides/chapter-04.de.md +++ b/slides/chapter-04.de.md @@ -138,31 +138,6 @@ Dateipfade angeben 👣 ![](svg/chapter-04/relative-path-subdir-crop.svg) -@slide(layout=content-and-preview-with-category) - -@category -Exkurs - -@title -Dateipfade angeben 👣 - -@content -

`basic-document-structure.tex` → `graphics.raw.tex` (aus einem Unterordner in einen anderen)

- -
-`../exercises/graphics/graphics.raw.tex` - -**Zwei Punkte »`..`«** bezeichnen den Elternordner des aktuellen Ordners (hier: `latex-skript`, den Elternordner des Ordners `content`). -
- -
-

Leerzeichen in Dateipfaden müssen durch einen Backslash markiert werden: `pfad/zu/einer\␣datei`.

-
- -@preview -![](svg/chapter-04/relative-path-superdir-crop.svg) - - @slide(layout=content-and-preview-with-category) @@ -199,7 +174,7 @@ Kompilieren des Projekts * ++ Die Unterdateien können wegen ihrer fehlenden Präambel nicht selbstständig kompiliert werden.
-Von nun an kompilieren wir die Datei `main.tex` im Wurzelverzeichnis des Projektordners. Klickt hierzu in TeXstudio mit der rechten Maustaste auf die Datei und wählt **„Explizit als Root-Dokument setzen“**. Anschließend könnt ihr wie gewohnt kompilieren. +Von nun an kompilieren wir die Datei `main-exercises.tex` im Wurzelverzeichnis des Projektordners. Klickt hierzu in TeXstudio mit der rechten Maustaste auf die Datei und wählt **„Explizit als Root-Dokument setzen“**. Anschließend könnt ihr wie gewohnt kompilieren.
@@ -217,4 +192,4 @@ Im Ordner `exercises/project-structure` findet ihr eine Datei namens `main.tex`. * Erstellt neue Dateien (z. B. `section1.tex` und `section2.tex` und verschiebt die Abschnitte in diese. * Importiert die Fragmente anschließend mit Hilfe des `\input`-Befehls. * Lagert die Präambel auf demselben Weg in eine eigene Datei aus. -* Schaut euch abschließend die Gesamtstruktur unseres Projektarchivs an, beginnend mit `main.tex` im Wurzelverzeichnis. Wie binden wir hier die einzelnen Abschnitte ein? \ No newline at end of file +* Schaut euch abschließend die Gesamtstruktur unseres Projektarchivs an, beginnend mit `main-exercises.tex` im Wurzelverzeichnis. Wie binden wir hier die einzelnen Abschnitte ein? \ No newline at end of file diff --git a/slides/chapter-04.en.md b/slides/chapter-04.en.md index 9834e60..66cdc00 100644 --- a/slides/chapter-04.en.md +++ b/slides/chapter-04.en.md @@ -135,30 +135,6 @@ Specifying file paths 👣 ![](svg/chapter-04/relative-path-subdir-english-crop.svg) -@slide(layout=content-and-preview-with-category) - -@category -Excursion - -@title -Specifying file paths 👣 - -@content -

`basic-document-structure.tex` → `graphics.raw.tex` (from one subfolder into a different subfolder)

- -
-
../exercises/graphics/graphics.raw.tex
- -**Two dots ‘`..`’** represent the parent folder of the current folder (in this case: `latex-skript`, parent of `content `). -
- -
-

Spaces in file paths have to be escaped using a backslash: `path/to/a\␣file`.

-
- -@preview -![](svg/chapter-04/relative-path-superdir-english-crop.svg) - @slide(layout=content-and-preview-with-category) @@ -195,7 +171,7 @@ Compiling the project * ++ Subfiles cannot be compiled on their own as they don’t have a preamble.
-From now on, we will compile the file `main.tex` in the project root. +From now on, we will compile the file `main-exercises.tex` in the project root. To do so, right click on the file in TeXstudio and choose **“Select as explicit root document”** from the dropdown. Next, compile as usual.
@@ -215,4 +191,4 @@ You will find a file named `main.tex` in the folder `exercises/project-structure * Put the sections of the file into separate files, named `section1.tex` and `section2.tex`. * Include them using the `\input` command. * Move the preamble to its own file in a similar fashion. -* Finally, have a look at the general project archive, starting from `main.tex` (in the root folder of the project archive). How do we include the different sections here? \ No newline at end of file +* Finally, have a look at the general project archive, starting from `main-exercises.tex` (in the root folder of the project archive). How do we include the different sections here? \ No newline at end of file diff --git a/slides/chapter-05.de.md b/slides/chapter-05.de.md index b0ab74e..ba81773 100644 --- a/slides/chapter-05.de.md +++ b/slides/chapter-05.de.md @@ -116,7 +116,7 @@ Sonderzeichen einfügen @content
-Kompiliert von nun an immer die Datei `main.tex`, um eure Änderungen im Skript zu sehen (in diesem Fall im Abschnitt „Übung 5“). +Kompiliert von nun an immer die Datei `main-exercises.tex`, um eure Änderungen im Übungsskript zu sehen (in diesem Fall im Abschnitt zu Übung 5).
* Ersetzt die Leerzeichen innerhalb der Abkürzungen in `exercises/special-characters.tex` durch **schmale Leerzeichen**. diff --git a/slides/chapter-05.en.md b/slides/chapter-05.en.md index c2daa80..0df2074 100644 --- a/slides/chapter-05.en.md +++ b/slides/chapter-05.en.md @@ -113,7 +113,7 @@ Insert special characters @content
-From now on, compile the file `main.tex` to see your changes appear in the script itself (in this task, see section “Übung 5”). +From now on, compile the file `main-exercises.tex` to see your changes appear in the exercise script (in this task, see exercise 5).
* Replace the spaces in `exercises/special-characters.tex` within the abbreviations (“e. g.”, “i. a.”) by **thin spaces**. diff --git a/slides/chapter-11.de.md b/slides/chapter-11.de.md index 4e068ab..bace090 100644 --- a/slides/chapter-11.de.md +++ b/slides/chapter-11.de.md @@ -99,7 +99,7 @@ Listings @content * Im Ordner `exercises/source-code-listings` findet ihr eine Datei namens `Source.java`. -* **Bindet** den Java-Quelltext in der Datei `source-code-listings.tex` **ein**. (Beachtet, dass der Dateipfad relativ zu `main.tex` ist.) +* **Bindet** den Java-Quelltext in der Datei `source-code-listings.tex` **ein**. (Beachtet, dass der Dateipfad relativ zu `main-exercises.tex` ist.) * Aktiviert das **Syntax-Highlighting** durch Angabe der Sprache Java. * **Nummeriert** die Zeilen und aktiviert **Umbrüche**. * Setzt mit dem Parameter `basicstyle` eine dicktengleiche Schrift (`\ttfamily \small`). diff --git a/slides/chapter-11.en.md b/slides/chapter-11.en.md index 358cd6c..0848dff 100644 --- a/slides/chapter-11.en.md +++ b/slides/chapter-11.en.md @@ -99,7 +99,7 @@ Listings @content * In the directory `exercises/source-code-listings` you can find a file named `Source.java`. -* **Include** it 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`.) +* **Include** it 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-exercises.tex`.) * Activate **syntax highlighting** by stating the programming language Java. * **Number** the code lines. * Set the `basicstyle` to a proper mono-spaced font (`\ttfamily \small`) diff --git a/slides/chapter-15.de.md b/slides/chapter-15.de.md index abf492f..dd73de9 100644 --- a/slides/chapter-15.de.md +++ b/slides/chapter-15.de.md @@ -22,7 +22,7 @@ Das Wikibook zu LaTeX enthält eine große Anzahl interessanter Artikel und ist [CTAN](https://ctan.org) @content -Das »Comprehensive TeX Archive Network« ist die zentrale Quelle für LaTeX-Pakete und ihre Dokumentation. +Das »Comprehensive TeX Archive Network« ist die zentrale Quelle für LaTeX-Pakete und ihre Dokumentation. ![](svg/chapter-16/ctan.jpg) @@ -34,7 +34,7 @@ Das »Comprehensive TeX Archive Network« ist die zentrale Quelle für LaTeX-Pak @content Ein Online-LaTeX-Editor, der das kollaboratives Arbeiten an Dokumenten ermöglicht. -Außerdem findest du auf der Seite verschiedene Tutorials und unter »Templates« LaTeX-Vorlagen für viele Gelegenheiten (Lebenslauf, Abschlussarbeiten, …). +Außerdem findest du auf der Seite verschiedene Tutorials und unter »Templates« LaTeX-Vorlagen für viele Gelegenheiten (Lebenslauf, Abschlussarbeiten, …). ![](svg/chapter-16/overleaf.jpg) diff --git a/slides/intro.de.md b/slides/intro.de.md index e678ada..72f677b 100644 --- a/slides/intro.de.md +++ b/slides/intro.de.md @@ -58,7 +58,7 @@ Kompilieren des Skriptes @content * Ladet das Projektarchiv aus dem VC herunter * Entpackt das Archiv -* Öffnet die Datei main.tex in TeXstudio. Ihr findet es im Wurzelverzeichnis des Archivs +* Öffnet die Datei main-exercises.tex in TeXstudio. Ihr findet es im Wurzelverzeichnis des Archivs * Kompiliert die Datei, indem ihr klickt * Einige neue Dateien sollten nun durch das Kompilieren generiert werden diff --git a/slides/intro.en.md b/slides/intro.en.md index 653fd25..fa418c5 100644 --- a/slides/intro.en.md +++ b/slides/intro.en.md @@ -58,8 +58,8 @@ Compile the script for the first time @content * Download the project archive from the VC. * Unzip the archive. -* Open the file `main.tex` in TEXstudio. It is located in the root directory of the archive. -* Compile `main.tex` by pressing +* Open the file `main-exercises.tex` in TEXstudio. It is located in the root directory of the archive. +* Compile `main-exercises.tex` by pressing * A few new files will be generated by the compilation.
diff --git a/svg/chapter-01/cover-exercises.jpeg b/svg/chapter-01/cover-exercises.jpeg new file mode 100644 index 0000000..0ca4386 Binary files /dev/null and b/svg/chapter-01/cover-exercises.jpeg differ diff --git a/svg/chapter-01/cover-script.jpeg b/svg/chapter-01/cover-script.jpeg new file mode 100644 index 0000000..0692dae Binary files /dev/null and b/svg/chapter-01/cover-script.jpeg differ diff --git a/svg/chapter-04/relative-path-superdir-crop.svg b/svg/chapter-04/relative-path-superdir-crop.svg deleted file mode 100644 index bcf1857..0000000 --- a/svg/chapter-04/relative-path-superdir-crop.svg +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/chapter-04/relative-path-superdir-english-crop.svg b/svg/chapter-04/relative-path-superdir-english-crop.svg deleted file mode 100644 index 659722a..0000000 --- a/svg/chapter-04/relative-path-superdir-english-crop.svg +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/chapter-04/relative-path-superdir-english-orig.svg b/svg/chapter-04/relative-path-superdir-english-orig.svg deleted file mode 100644 index 631bcda..0000000 --- a/svg/chapter-04/relative-path-superdir-english-orig.svg +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/chapter-04/relative-path-superdir-english.tex b/svg/chapter-04/relative-path-superdir-english.tex deleted file mode 100644 index 31c73bb..0000000 --- a/svg/chapter-04/relative-path-superdir-english.tex +++ /dev/null @@ -1,80 +0,0 @@ -\documentclass{article} -\usepackage[ngerman]{babel} -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} -\usepackage{tikz} -\usetikzlibrary{trees} -\usepackage{verbatimbox} -\usepackage[active,tightpage]{preview} -\PreviewEnvironment{tikzpicture} -\setlength\PreviewBorder{5pt} -\begin{document} - \tikzstyle{every node}=[draw=black,thick,anchor=west] - \tikzstyle{selected}=[draw=red,fill=red!30] - \tikzstyle{foot}=[fill=gray!50] - \tikzstyle{rel}=[fill=blue!70] - \tikzstyle{partition}=[draw=white] - - % \begin{tikzpicture}[% - % grow via three points={one child at (0.5,-0.7) and - % two children at (0.5,-0.7) and (0.5,-1.4)}, - % edge from parent path={(\tikzparentnode.south) |- (\tikzchildnode.west)}] - % \node {/ or C:} - % child { node {home} - % child { node {knut} - % child { node {pictures}} - % child { node {docs} - % child { node [foot] {latex} - % child { node [foot] {main} - % child { node [rel] { main.tex}} - % } - % child [missing] {} - % child {node [foot] {sections} - % child { node [selected] {part1.tex}} - % } - % } - % } - % } - % }; - % \end{tikzpicture} - - \begin{tikzpicture}[% - grow via three points={one child at (0.5,-0.7) and - two children at (0.5,-0.7) and (0.5,-1.4)}, - edge from parent path={(\tikzparentnode.south) |- (\tikzchildnode.west)}] - \node [foot] { latex-skript } - child { node { main.tex} } - child { node { praeamble.tex}} - % child { node { listings}} - child {node [foot] {content} - child { node [rel] { basic-document-structure.tex}} - child { node { basic-functionality.tex}} - child { node { ... }} - } - child [missing] {} - child [missing] {} - child [missing] {} - child { node [foot] {exercises} - child { node [foot] { graphics } - child { node [selected] {graphics.raw.tex}} - child { node {task.tex }} - child { node {...}}} - child [missing] {} - child [missing] {} - child [missing] {} - child { node { footnotes} - child { node { footnotes.raw.tex }} - child { node {task.tex}} - child { node { ...}}} - }; - % child [missing] {} - % child [missing] {} - % child [missing] {} - % child [missing] {} - % child [missing] {} - % child [missing] {} - % child [missing] {} - % child [missing] {} - % child { node {...}}; - \end{tikzpicture} -\end{document} \ No newline at end of file diff --git a/svg/chapter-04/relative-path-superdir-orig.svg b/svg/chapter-04/relative-path-superdir-orig.svg deleted file mode 100644 index eb6d209..0000000 --- a/svg/chapter-04/relative-path-superdir-orig.svg +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/chapter-04/relative-path-superdir.tex b/svg/chapter-04/relative-path-superdir.tex deleted file mode 100644 index 81a1f26..0000000 --- a/svg/chapter-04/relative-path-superdir.tex +++ /dev/null @@ -1,79 +0,0 @@ -\documentclass{article} -\usepackage[ngerman]{babel} -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} -\usepackage{tikz} -\usetikzlibrary{trees} -\usepackage{verbatimbox} -\usepackage[active,tightpage]{preview} -\PreviewEnvironment{tikzpicture} -\setlength\PreviewBorder{5pt} -\begin{document} - \tikzstyle{every node}=[draw=black,thick,anchor=west] - \tikzstyle{selected}=[draw=red,fill=red!30] - \tikzstyle{foot}=[fill=gray!50] - \tikzstyle{rel}=[fill=blue!70] - \tikzstyle{partition}=[draw=white] - - % \begin{tikzpicture}[% - % grow via three points={one child at (0.5,-0.7) and - % two children at (0.5,-0.7) and (0.5,-1.4)}, - % edge from parent path={(\tikzparentnode.south) |- (\tikzchildnode.west)}] - % \node {/ oder C:} - % child { node {home} - % child { node {knut} - % child { node {pictures}} - % child { node {docs} - % child { node [foot] {latex} - % child { node [foot] {main} - % child { node [rel] { main.tex}} - % } - % child [missing] {} - % child {node [foot] {sections} - % child { node [selected] {part1.tex}} - % } - % } - % } - % } - % }; - % \end{tikzpicture} - \begin{tikzpicture}[% - grow via three points={one child at (0.5,-0.7) and - two children at (0.5,-0.7) and (0.5,-1.4)}, - edge from parent path={(\tikzparentnode.south) |- (\tikzchildnode.west)}] - \node [foot] { latex-skript } - child { node { main.tex} } - child { node { praeamble.tex}} - % child { node { listings}} - child {node [foot] {content} - child { node { basic-document-structure.tex}} - child { node [rel] { basic-functionality.tex}} - child { node { ... }} - } - child [missing] {} - child [missing] {} - child [missing] {} - child { node {exercises} - child { node [foot] { graphics } - child { node [selected] {graphics.raw.tex}} - child { node {task.tex }} - child { node {...}}} - child [missing] {} - child [missing] {} - child [missing] {} - child { node { footnotes} - child { node { footnotes.raw.tex }} - child { node {task.tex}} - child { node { ...}}} - }; - % child [missing] {} - % child [missing] {} - % child [missing] {} - % child [missing] {} - % child [missing] {} - % child [missing] {} - % child [missing] {} - % child [missing] {} - % child { node {...}}; - \end{tikzpicture} -\end{document} \ No newline at end of file