Skip to content

Commit

Permalink
Fix line spread (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetAdmin committed Apr 13, 2021
1 parent 37a00e3 commit 42148f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/format/general/layout.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
% 1.5 linespread, using Microsoft Word's rule
\linespread{1.5}
% 1.5 linespread, GitHub zjuthesis #125
\newcommand{\linespreadonehalf}{\linespread{1.625}}
\newcommand{\linespreadsingle}{\linespread{1}}

% Set default linespread to one-half
\linespreadonehalf{}

% Enable subsubsection's numbering
\setcounter{secnumdepth}{3}
Expand Down

0 comments on commit 42148f7

Please sign in to comment.