Update slides for winter semester 2024/25 #14
@ -258,21 +258,21 @@ Inhaltsverzeichnis
|
||||
|
||||
@content
|
||||
``` {.lang-tex .hljs data-source=title.tex}
|
||||
\documentclass[ngerman]{scrartcl}
|
||||
\documentclass[ngerman]{article}
|
||||
\usepackage{babel}
|
||||
\begin{document}
|
||||
\tableofcontents
|
||||
\section{Trüffelsuche}
|
||||
Der erste Abschnitt.
|
||||
\subsection{Suche mit Schwein}
|
||||
Ein Unterabschnitt.
|
||||
\subsection{Suche ohne Schwein}
|
||||
Ein weiterer Unterabschitt.
|
||||
\subsubsection[But why?]
|
||||
{Wer macht denn sowas?}
|
||||
Unter-Unterabschnitt.
|
||||
\section{Trüffelrezepte}
|
||||
Mein Lieblingsrezept
|
||||
\tableofcontents
|
||||
\section{Trüffelsuche}
|
||||
Der erste Abschnitt.
|
||||
\subsection{Suche mit Schwein}
|
||||
Ein Unterabschnitt.
|
||||
\subsection{Suche ohne Schwein}
|
||||
Ein weiterer Unterabschitt.
|
||||
\subsubsection[But why?]{Wer macht
|
||||
denn sowas?}
|
||||
Unter-Unterabschnitt.
|
||||
\section{Trüffelrezepte}
|
||||
Mein Lieblingsrezept
|
||||
\end{document}
|
||||
```
|
||||
|
||||
@ -294,7 +294,7 @@ Dokument und Text gliedern
|
||||
* Packt den gesamten Text in der Datei in eine **Document**-Umgebung und schreibt darüber folgende **Präambel**. Kompiliert die Datei.
|
||||
|
||||
``` {.lang-tex .hljs .fragment}
|
||||
\documentclass{scrartcl}
|
||||
\documentclass{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[ngerman]{babel}
|
||||
|
||||
@ -261,18 +261,18 @@ Table of contents
|
||||
\documentclass{article}
|
||||
\usepackage{babel}
|
||||
\begin{document}
|
||||
\tableofcontents
|
||||
\section{Truffle hunt}
|
||||
The first section.
|
||||
\subsection{Hunt with a pig}
|
||||
A subsection.
|
||||
\subsection{Hunt without a pig}
|
||||
Another subsection.
|
||||
\subsubsection[But why?]
|
||||
{Why would you do that?}
|
||||
Sub-subsection.
|
||||
\section{Truffle recipes}
|
||||
My favorite recipe
|
||||
\tableofcontents
|
||||
\section{Truffle hunt}
|
||||
The first section.
|
||||
\subsection{Hunt with a pig}
|
||||
A subsection.
|
||||
\subsection{Hunt without a pig}
|
||||
Another subsection.
|
||||
\subsubsection[But why?]{Why would
|
||||
you do that?}
|
||||
Sub-subsection.
|
||||
\section{Truffle recipes}
|
||||
My favorite recipe
|
||||
\end{document}
|
||||
```
|
||||
|
||||
@ -293,7 +293,7 @@ Structure your document and text
|
||||
* Wrap the entire text in a **document** environment and insert the following **preamble**. Compile the document.
|
||||
|
||||
``` {.lang-tex .hljs .fragment}
|
||||
\documentclass{scrartcl}
|
||||
\documentclass{article}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[english]{babel}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user