task on lists
This commit is contained in:
parent
f1376b04a7
commit
e79e4e23a1
20
exercises/lists/lists.done.tex
Normal file
20
exercises/lists/lists.done.tex
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
\begin{minted}{latex}
|
||||||
|
\begin{itemize}
|
||||||
|
\item Zutaten:
|
||||||
|
\begin{compactitem}
|
||||||
|
\item 400 g Beeren
|
||||||
|
\item 50 ml Ahornsirup
|
||||||
|
\item 4 gepresste Zitronen
|
||||||
|
\item 1 Liter kales Wasser
|
||||||
|
\item 400 g Eiswürfel
|
||||||
|
\end{compactitem}
|
||||||
|
|
||||||
|
\item Arbeitsschritte:
|
||||||
|
\begin{compactenum}
|
||||||
|
\item Beeren kochen und zu Saft verarbeiten
|
||||||
|
\item Ahornsirup hinzufügen
|
||||||
|
\item Zitronensaft auspressen
|
||||||
|
\item restliche Zutaten zusammenfügen und verühren
|
||||||
|
\end{compactenum}
|
||||||
|
\end{itemize}
|
||||||
|
\end{minted}
|
||||||
3
exercises/lists/lists.raw.tex
Normal file
3
exercises/lists/lists.raw.tex
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Zutaten:
|
||||||
|
400 g Beeren, 50 ml Ahornsirup, 4 gepresste Zitronen, 1 Liter kales Wasser, 400 g Eiswürfel \\
|
||||||
|
Arbeitsschritte: Beeren kochen und zu Saft verarbeiten, Ahornsirup hinzufügen, Zitronensaft auspressen, restliche Zutaten zusammenfügen und verühren
|
||||||
3
exercises/lists/task.tex
Normal file
3
exercises/lists/task.tex
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Formatiert das nachstehende Rezept als ungeordnete Liste mit den Elementen \emph{Zutaten} und \emph{Arbeitsschritte}. Innerhalb dieser soll eine kompakte, ungeordnete Liste (\mintinline{latex}{compactitem}) der Zutaten erstellt werden. Die Arbeitsschritte hingegen sollen als kompakte, geordnete Liste dargestellt werden.
|
||||||
|
|
||||||
|
\exercisematerial{exercises/lists/lists}
|
||||||
2
main.tex
2
main.tex
@ -1,7 +1,6 @@
|
|||||||
\input{praeamble.tex} % Preamble
|
\input{praeamble.tex} % Preamble
|
||||||
\input{commands.tex} % Custom commands
|
\input{commands.tex} % Custom commands
|
||||||
% \addbibresource{literature.bib}
|
% \addbibresource{literature.bib}
|
||||||
|
|
||||||
\title{Skript zum \LaTeX-Tutorium der Fachschaft \acro{WIAI}}
|
\title{Skript zum \LaTeX-Tutorium der Fachschaft \acro{WIAI}}
|
||||||
\author{Evelyn Fradtschuk \and Florian Knoch \and Christian Kremitzl \and Bernhard Luedtke}
|
\author{Evelyn Fradtschuk \and Florian Knoch \and Christian Kremitzl \and Bernhard Luedtke}
|
||||||
|
|
||||||
@ -29,6 +28,7 @@
|
|||||||
\exercise{text-markup}
|
\exercise{text-markup}
|
||||||
\input{content/formatting-paragraphs.tex}
|
\input{content/formatting-paragraphs.tex}
|
||||||
\input{content/lists.tex}
|
\input{content/lists.tex}
|
||||||
|
\exercise{lists}
|
||||||
\input{content/maths.tex}
|
\input{content/maths.tex}
|
||||||
\exercise{maths}
|
\exercise{maths}
|
||||||
\input{content/source-code-listings.tex}
|
\input{content/source-code-listings.tex}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user