Compare commits

..

No commits in common. "f206d75505b6d56818398b48fe57360619cbdfc6" and "9a99c0aee98499078ee26054822c84d460398790" have entirely different histories.

9 changed files with 13 additions and 37 deletions

View File

@ -1,6 +1,6 @@
# LaTeX Script by Fachschaft WIAI
The material contained in this repository introduces the most fundamental LaTeX mechanisms to get learners started. It comprises both a script and hands-on exercises for our [LaTeX workshop](https://wiai.stuve-bamberg.de/latex-weekend), a **LaTeX introduction aimed at students from various backgrounds**. The following topics are covered:
This script introduces the most fundamental LaTeX mechanisms to get learners started. It is used both as a reference and as exercise material for our [LaTeX workshop](https://wiai.stuve-bamberg.de/latex-weekend), a **two-day tutorial aimed at students from various backgrounds**. The following topics are covered:
* general introduction to the LaTeX system
* basic document structure
@ -10,14 +10,14 @@ The material contained in this repository introduces the most fundamental LaTeX
* formatting paragraphs
* lists
* maths and formulas
* source code listings (`listings` with an optional `minted` part)
* source code listings (`minted` + `listings`)
* graphics
* tables
* footnotes
* references
* literature management
Most chapters contain exercises to practically apply the aspects that are introduced by the text.
Most chapters contain exercises to be performed within the script itself, practically teaching the aspects that are introduced by the text.
## Getting started
@ -64,45 +64,28 @@ latex-script/
│   ├── basic-document-structure
│   ├── footnotes
│   └── …
├── first-steps-with-latex.tex
├── graphics
│   ├── benzene-ring.pdf
│   ├── cc-by-sa.png
│   └── …
├── imprint.tex
├── LICENSE
├── listings
│   ├── basic-document-structure
│   ├── formatting-paragraphs
│   └── …
├── main-exercises.tex
├── main-script.tex
├── main-solutions.tex
├── main.tex
├── Makefile
├── praeamble.tex
├── public
├── setup.tex
├── README.md
├── titlepage-exercises.tex
└── titlepage.tex
└── README.md
```
## Relevant files for learners
* **`main.tex`** is the entry point. It includes the preamble (`preamble.tex`), our custom commands (`commands.tex`) as well as all sections.
* **`content`** comprises the individual chapters of this script.
* Most chapters include a task that can be found in the **`exercises`** folder.
In this repository, we provide an exercise script in which you can practically apply what you have learned. These files will be needed:
* **`main-exercises.tex`** is the entry point for the exercise part. It includes the preamble (`preamble.tex`), our custom commands (`commands.tex`) as well as all sections.
* **`exercises`** contains one sub-folder for each chapter. Within these folders, there are the LaTeX files you will have to modify to complete an exercise.
## Additional material
Besides the exercise part, we also provide the script detailing all of the information we give you during our workshop. This script can be used as a reference, a refresher, and a source of inspiration. Moreover, it is a practical example of how LaTeX can be brought to good use. This is why we offer you the full source code, structured like this:
* The **`content`** folder comprises the individual chapters of the script.
* They are bound together by **`main-script.tex`**, which also includes our preamble (`preamble.tex`) and our custom commands (`commands.tex`).
* Further folders (e.g., `listings` and `graphics`) contain additional resources like images and source code listings used in the script.
Please don't feel overwhelmed by the amount of files in this repository. You will get to know the most important parts of the project step by step by [following the script](https://github.com/fs-wiai/latex-script/releases) or our workshop. What's more, by using this larger project you get accustomed to the complexity of real LaTeX projects bachelor's/master's theses and the like.
Please don't feel overwhelmed by the amount of files in this repository. You will get to know the most important parts of the project step by step by [following the script](https://github.com/fs-wiai/latex-script/releases) or our workshop. What's more, by using this larger projects you get accustomed to the complexity of real LaTeX projects bachelor's/master's theses and the like.
## Further information for maintainers

Binary file not shown.

Binary file not shown.

BIN
graphics/cover.afdesign Executable file

Binary file not shown.

BIN
graphics/cover.pdf Executable file

Binary file not shown.

View File

@ -14,7 +14,7 @@
\renewcommand{\thesubsection}{\arabic{subsection}}
% Title page
\input{titlepage-exercises.tex}
\input{titlepage.tex}
% or simply
% \maketitle
\thispagestyle{empty}

View File

@ -4,7 +4,7 @@
\title{Script for the Fachschaft \acro{WIAI} \LaTeX{} Workshop}
\author{Evelyn Fradtschuk \and Florian Knoch \and Christian Kremitzl \and Bernhard Luedtke}
\begin{document}
\selectlanguage{english}
\frenchspacing
@ -14,7 +14,7 @@
\renewcommand{\thesubsection}{\arabic{subsection}}
% Title page
\input{titlepage-exercises.tex}
\input{titlepage.tex}
% or simply
% \maketitle
\thispagestyle{empty}

View File

@ -1,7 +0,0 @@
\thispagestyle{empty}
\includepdf{graphics/cover-exercises.pdf}
\todo{Adjust cover for different versions.}
\input{imprint}

View File

@ -1,6 +1,6 @@
\thispagestyle{empty}
\includepdf{graphics/cover-script.pdf}
\includepdf{graphics/cover.pdf}
\todo{Adjust cover for different versions.}