Rephrase task
This commit is contained in:
parent
59a1c2bd0e
commit
ee61bf9ffa
@ -203,3 +203,19 @@ Größere Projekte kompilieren
|
|||||||
* Von nun an kompilieren wir die Datei `main.tex` im Wurzelverzeichnis des Projektordners.
|
* 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“.
|
* 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.
|
* Anschließend könnt ihr wie gewohnt kompilieren.
|
||||||
|
|
||||||
|
|
||||||
|
@slide(layout=task)
|
||||||
|
|
||||||
|
@task-number
|
||||||
|
4
|
||||||
|
|
||||||
|
@title
|
||||||
|
Ein strukturiertes Projekt
|
||||||
|
|
||||||
|
@content
|
||||||
|
Im Ordner `exercises/project-structure` findet ihr eine Datei namens `main.tex`.
|
||||||
|
|
||||||
|
* Erstellt neue Dateien (z. B.`section1.tex`, `section2.tex` und `section3.tex` und verschiebt die Abschnitte in diese.
|
||||||
|
* Importiert die Fragmente anschließend mit Hilfe des `\input`-Befehls.
|
||||||
|
* Schaut euch abschließend die Gesamtstruktur unseres Projektarchivs an, beginnend mit `main.tex` im Wurzelverzeichnis.
|
||||||
@ -187,20 +187,6 @@ A simple way of keeping the main file even more organised.
|
|||||||
@preview
|
@preview
|
||||||
{.thin-padding}
|
{.thin-padding}
|
||||||
|
|
||||||
@slide(layout=task)
|
|
||||||
|
|
||||||
@task-number
|
|
||||||
4
|
|
||||||
|
|
||||||
@title
|
|
||||||
A structured project
|
|
||||||
|
|
||||||
@content
|
|
||||||
You will find a file named `main.tex` in the folder `exercises/project-structure`.
|
|
||||||
|
|
||||||
* Extract the sections into their own files (`section1.tex`, `section2.tex`, and `section3.tex`) and insert them using the `\input` command.
|
|
||||||
* Have a look at the project archive, starting from `main.tex`.
|
|
||||||
|
|
||||||
|
|
||||||
@slide(layout=content-only-with-category)
|
@slide(layout=content-only-with-category)
|
||||||
|
|
||||||
@ -214,3 +200,18 @@ Compiling larger projects
|
|||||||
* From now on, we will compile the file `main.tex` in the project root.
|
* From now on, we will compile the file `main.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.
|
* To do so, right click on the file in TeXstudio and choose “Select as explicit root document” from the dropdown.
|
||||||
* Next, compile as usual.
|
* Next, compile as usual.
|
||||||
|
|
||||||
|
|
||||||
|
@slide(layout=task)
|
||||||
|
|
||||||
|
@task-number
|
||||||
|
4
|
||||||
|
|
||||||
|
@title
|
||||||
|
A structured project
|
||||||
|
|
||||||
|
@content
|
||||||
|
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`, `section2.tex`, and `section3.tex`. Include them using the `\input` command.
|
||||||
|
* Finally, have a look at the general project archive, starting from `main.tex` (in the root folder of the project archive).
|
||||||
Loading…
x
Reference in New Issue
Block a user