File tree Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 161
161
162
162
163
163
% Everything must be double spaced
164
- \linespread {2}
165
- % *but* the sectioning commands
166
- % (titles, subtitles, etc.).
164
+ % "Double space" has multiple definitions,
165
+ % we implement two options below, and use the
166
+ % first by default.
167
+ % Refer to https://tex.stackexchange.com/q/13742
168
+ % for more details.
169
+
170
+ % Option A:
171
+ \usepackage [nodisplayskipstretch ]{setspace }
172
+ \doublespacing
173
+
174
+ % Option B:
175
+ % Uncomment lines with two %
176
+ % and comment Option A to use.
177
+ % % \linespread{2}
178
+ % But the sectionning commands
179
+ % (titles, subtitles, etc.)
180
+ % should *not* be double-spaced.
167
181
% https://tex.stackexchange.com/a/365269/
168
- \addtokomafont {disposition}{\linespread {1}}
182
+ % % \addtokomafont{disposition}{\linespread{1}}
169
183
% Since biblatex is loaded quite late in the template
170
184
% (cf. https://github.com/jgm/pandoc-templates/blob/master/default.latex )
171
185
% we defer this command, that let the line space in the references be only
172
186
% single-spaced, to the end of the preamble.
173
- \AtEndPreamble {
174
- \AtNextBibliography {\linespread {1}}
175
- }
187
+ % % \AtEndPreamble{
188
+ % % \AtNextBibliography{\linespread{1}}
189
+ % % }
176
190
177
191
178
192
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
You can’t perform that action at this time.
0 commit comments