# HG changeset patch # User Jim Hague # Date 1371249577 -3600 # Node ID 991c5c984c698fd9b2d3edb886f637ce8ce0ce21 # Parent 9cdf1690d5e544dc2095c6bb76e74c8f61ba6771 Decide to use the default paragraph indent. A zero indent means that you really then want space between paragraphs. And that in turn means that you get extra spaces between a tune and any Change notification. So for now use the default indentation to signal a paragraph and see how that goes. Possibly the tunes should be generate such that there is no paragraph between the graphic and the change notification, but I'd have to work out how. diff -r 9cdf1690d5e5 -r 991c5c984c69 dottes.tex.a4header --- a/dottes.tex.a4header Fri Jun 14 23:21:29 2013 +0100 +++ b/dottes.tex.a4header Fri Jun 14 23:39:37 2013 +0100 @@ -25,8 +25,6 @@ % ----- Page setup -\setlength{\parindent}{0pt} - % Adjust margins for A4 portrait. Increase width by 4cm and height by 4cm. \addtolength{\textwidth}{4cm} \addtolength{\hoffset}{-2cm} @@ -85,9 +83,6 @@ \tableofcontents -% Now the TOC is gone, put space between paragraphs. -\setlength{\parskip}{\baselineskip} - % ----- \section{Introduction} diff -r 9cdf1690d5e5 -r 991c5c984c69 dottes.tex.a5header --- a/dottes.tex.a5header Fri Jun 14 23:21:29 2013 +0100 +++ b/dottes.tex.a5header Fri Jun 14 23:39:37 2013 +0100 @@ -25,8 +25,6 @@ % ----- Page setup -\setlength{\parindent}{0pt} - % Adjust margins for A5 landscape. Increase width by 4cm and height by 4cm. \addtolength{\textwidth}{4cm} \addtolength{\hoffset}{-2cm} @@ -87,9 +85,6 @@ \newpage -% Now the TOC is gone, put space between paragraphs. -\setlength{\parskip}{\baselineskip} - % ----- \section{Introduction}