From 5835f7671943c4d101cb7b2c06ca9df16aaaf441 Mon Sep 17 00:00:00 2001 From: anika Date: Fri, 19 Jun 2020 21:23:03 +0200 Subject: [PATCH] change example --- svg/chapter-03/paragraphs.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/svg/chapter-03/paragraphs.tex b/svg/chapter-03/paragraphs.tex index dcc7370..cfc4c99 100644 --- a/svg/chapter-03/paragraphs.tex +++ b/svg/chapter-03/paragraphs.tex @@ -6,7 +6,7 @@ \usepackage{hyperref} \begin{document} \thispagestyle{empty} -\section*{Absätze} +\section*{paragraphs} Continous text can be written directly in the source code. Simple line breaks @@ -16,7 +16,7 @@ just as multiple space characters. An empty line creates a new paragraph which has an indentation by default. Manual line breaks can be forced -with two backslashes, -but normally they have no business \\ -in continuous text. +using two backslashes, +but this use \\ +is strongly discouraged. \end{document}