From e4e731f0449427b976f08069db80b55672b44609 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Fri, 13 Jan 2023 16:03:41 +0100 Subject: [PATCH] Split script --- main.tex => main_exercises.tex | 0 main_script.tex | 50 ++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) rename main.tex => main_exercises.tex (100%) create mode 100644 main_script.tex diff --git a/main.tex b/main_exercises.tex similarity index 100% rename from main.tex rename to main_exercises.tex diff --git a/main_script.tex b/main_script.tex new file mode 100644 index 0000000..29e1894 --- /dev/null +++ b/main_script.tex @@ -0,0 +1,50 @@ +\input{setup.tex} % Setup +\input{praeamble.tex} % Preamble +\input{commands.tex} % Custom commands + +\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 + +% Title page +\input{content/titlepage.tex} +% or simply +% \maketitle +\thispagestyle{empty} +\newpage +\setcounter{page}{1} % Don't count title page. +\setcounter{tocdepth}{2} +\tableofcontents +\newpage + +\input{content/first-steps-with-latex.tex} +\input{content/why-use-latex.tex} +\input{content/basic-functionality.tex} +\input{content/basic-document-structure.tex} +\exercise{basic-document-structure} +\input{content/project-structure.tex} +\exercise{project-structure} +\input{content/special-characters.tex} +\exercise{special-characters} +\input{content/text-markup.tex} +\exercise{text-markup} +\input{content/lists.tex} +\exercise{lists} +\input{content/maths.tex} +\exercise{maths} +\input{content/graphics.tex} +\exercise{graphics} +\input{content/tables.tex} +\exercise{tables} +\input{content/source-code-listings.tex} +\exercise{source-code-listings} +\input{content/footnotes.tex} +\exercise{footnotes} +\input{content/literature.tex} +\exercise{literature} +\input{content/prospects.tex} + +\end{document}