From 823c7babf85daf7d97b05669df4d18e88cb4934b Mon Sep 17 00:00:00 2001 From: Stephen Morris Date: Thu, 6 Jun 2019 22:09:13 +0100 Subject: [PATCH] Tweak paragraph style in release notes PDF --- doc/tex/notestyle.sty | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/tex/notestyle.sty b/doc/tex/notestyle.sty index 6ae2d0caf4..137f01f12f 100644 --- a/doc/tex/notestyle.sty +++ b/doc/tex/notestyle.sty @@ -15,3 +15,7 @@ \fancyhead{} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} + +% following two lines for no indenting paragraphs and spacing between +\setlength\parskip{\medskipamount} +\setlength\parindent{0pt}