From: Stephen Morris Date: Thu, 6 Jun 2019 21:09:13 +0000 (+0100) Subject: Tweak paragraph style in release notes PDF X-Git-Tag: v9.15.1~5^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d47c1d5dd0793e4983d5ec8bf0ce746a56ef5c69;p=thirdparty%2Fbind9.git Tweak paragraph style in release notes PDF --- diff --git a/doc/tex/notestyle.sty b/doc/tex/notestyle.sty index 6ae2d0caf49..137f01f12f0 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}