Replace scrartcl
This commit is contained in:
parent
af444feee6
commit
be0d898ade
@ -258,21 +258,21 @@ Inhaltsverzeichnis
|
|||||||
|
|
||||||
@content
|
@content
|
||||||
``` {.lang-tex .hljs data-source=title.tex}
|
``` {.lang-tex .hljs data-source=title.tex}
|
||||||
\documentclass[ngerman]{scrartcl}
|
\documentclass[ngerman]{article}
|
||||||
\usepackage{babel}
|
\usepackage{babel}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\section{Trüffelsuche}
|
\section{Trüffelsuche}
|
||||||
Der erste Abschnitt.
|
Der erste Abschnitt.
|
||||||
\subsection{Suche mit Schwein}
|
\subsection{Suche mit Schwein}
|
||||||
Ein Unterabschnitt.
|
Ein Unterabschnitt.
|
||||||
\subsection{Suche ohne Schwein}
|
\subsection{Suche ohne Schwein}
|
||||||
Ein weiterer Unterabschitt.
|
Ein weiterer Unterabschitt.
|
||||||
\subsubsection[But why?]
|
\subsubsection[But why?]{Wer macht
|
||||||
{Wer macht denn sowas?}
|
denn sowas?}
|
||||||
Unter-Unterabschnitt.
|
Unter-Unterabschnitt.
|
||||||
\section{Trüffelrezepte}
|
\section{Trüffelrezepte}
|
||||||
Mein Lieblingsrezept
|
Mein Lieblingsrezept
|
||||||
\end{document}
|
\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.
|
* 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}
|
``` {.lang-tex .hljs .fragment}
|
||||||
\documentclass{scrartcl}
|
\documentclass{article}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
\usepackage[ngerman]{babel}
|
\usepackage[ngerman]{babel}
|
||||||
|
|||||||
@ -261,18 +261,18 @@ Table of contents
|
|||||||
\documentclass{article}
|
\documentclass{article}
|
||||||
\usepackage{babel}
|
\usepackage{babel}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\section{Truffle hunt}
|
\section{Truffle hunt}
|
||||||
The first section.
|
The first section.
|
||||||
\subsection{Hunt with a pig}
|
\subsection{Hunt with a pig}
|
||||||
A subsection.
|
A subsection.
|
||||||
\subsection{Hunt without a pig}
|
\subsection{Hunt without a pig}
|
||||||
Another subsection.
|
Another subsection.
|
||||||
\subsubsection[But why?]
|
\subsubsection[But why?]{Why would
|
||||||
{Why would you do that?}
|
you do that?}
|
||||||
Sub-subsection.
|
Sub-subsection.
|
||||||
\section{Truffle recipes}
|
\section{Truffle recipes}
|
||||||
My favorite recipe
|
My favorite recipe
|
||||||
\end{document}
|
\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.
|
* Wrap the entire text in a **document** environment and insert the following **preamble**. Compile the document.
|
||||||
|
|
||||||
``` {.lang-tex .hljs .fragment}
|
``` {.lang-tex .hljs .fragment}
|
||||||
\documentclass{scrartcl}
|
\documentclass{article}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
\usepackage[english]{babel}
|
\usepackage[english]{babel}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user