forked from CryHavoc/dottes
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:
parent
33d21e11a8
commit
b805ac7b0f
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue