From a239d34b0754cc9544eeea45efd29b34b30d1c60 Mon Sep 17 00:00:00 2001 From: ch <289995-netravnen@users.noreply.gitlab.com> Date: Wed, 18 Oct 2023 10:58:10 +0200 Subject: [PATCH] structure.tex: Remove trailing whitespaces --- structure.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/structure.tex b/structure.tex index 15cbf3e..c4a0797 100644 --- a/structure.tex +++ b/structure.tex @@ -83,7 +83,7 @@ % You are not expected to understand this. \renewcommand*{\sectionmark}[1]{ \markright{\thesection\ ##1} }% \renewcommand*{\chaptermark}[1]{ \markboth{\chaptername\ \thechapter: ##1}{} }% - % Increase the length of the header such that the folios + % Increase the length of the header such that the folios % (typography jargon for page numbers) move into the margin \fancyhfoffset[LE]{6mm}% slightly less than 0.25in \fancyhfoffset[RO]{6mm}% @@ -183,7 +183,7 @@ captionpos=t, showstringspaces=false, breaklines=true, - breakatwhitespace=true, + breakatwhitespace=true, } @@ -270,7 +270,7 @@ % https://tex.stackexchange.com/a/141975 \let\origfootnote\footnote % font size of footnotes; changes \footnotesize command only inside footnotes! \renewcommand{\footnote}[1]{% - \renewcommand\footnotesize\scriptsize % here there is scriptsize in footnotes (example) + \renewcommand\footnotesize\scriptsize % here there is scriptsize in footnotes (example) \origfootnote{#1}}