comparison dottes.tex.a5header @ 250:991c5c984c69

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.
author Jim Hague <jim.hague@acm.org>
date Fri, 14 Jun 2013 23:39:37 +0100
parents 440172d9f5d6
children de24a62246bc
comparison
equal deleted inserted replaced
249:9cdf1690d5e5 250:991c5c984c69
22 22
23 %\setmainfont{Century Schoolbook L} 23 %\setmainfont{Century Schoolbook L}
24 \setmainfont{Times New Roman} 24 \setmainfont{Times New Roman}
25 25
26 % ----- Page setup 26 % ----- Page setup
27
28 \setlength{\parindent}{0pt}
29 27
30 % Adjust margins for A5 landscape. Increase width by 4cm and height by 4cm. 28 % Adjust margins for A5 landscape. Increase width by 4cm and height by 4cm.
31 \addtolength{\textwidth}{4cm} 29 \addtolength{\textwidth}{4cm}
32 \addtolength{\hoffset}{-2cm} 30 \addtolength{\hoffset}{-2cm}
33 31
85 83
86 \tableofcontents 84 \tableofcontents
87 85
88 \newpage 86 \newpage
89 87
90 % Now the TOC is gone, put space between paragraphs.
91 \setlength{\parskip}{\baselineskip}
92
93 % ----- 88 % -----
94 89
95 \section{Introduction} 90 \section{Introduction}
96 91
97 \input{intro.txt} 92 \input{intro.txt}