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.
This commit is contained in:
Jim Hague 2013-06-14 23:39:37 +01:00
parent 33d21e11a8
commit b805ac7b0f
2 changed files with 0 additions and 10 deletions

View File

@ -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}

View File

@ -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}