latex template: Added linestretch variable that loads setspace.
This commit is contained in:
parent
04e59d4df8
commit
620e8fe5e1
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ $if(fontfamily)$
|
|||
$else$
|
||||
\usepackage{lmodern}
|
||||
$endif$
|
||||
$if(linestretch)$
|
||||
\usepackage{setspace}
|
||||
\setstretch{$linestretch$}
|
||||
$endif$
|
||||
\usepackage{amssymb,amsmath}
|
||||
\usepackage{ifxetex,ifluatex}
|
||||
\usepackage{fixltx2e} % provides \textsubscript
|
||||
|
|
Loading…
Add table
Reference in a new issue