Merge branch '6-convert-to-onpoint' of git.stuve-bamberg.de:latex/latex-wochenende into 6-convert-to-onpoint

This commit is contained in:
Knoch 2020-06-19 21:23:55 +02:00
commit 80f07d2d8c

View File

@ -6,7 +6,7 @@
\usepackage{hyperref} \usepackage{hyperref}
\begin{document} \begin{document}
\thispagestyle{empty} \thispagestyle{empty}
\section*{Absätze} \section*{paragraphs}
Continous text can be written directly Continous text can be written directly
in the source code. in the source code.
Simple line breaks Simple line breaks
@ -16,7 +16,7 @@ just as multiple space characters.
An empty line creates a new paragraph An empty line creates a new paragraph
which has an indentation by default. which has an indentation by default.
Manual line breaks can be forced Manual line breaks can be forced
with two backslashes, using two backslashes,
but normally they have no business \\ but this use \\
in continuous text. is strongly discouraged.
\end{document} \end{document}