forked from CryHavoc/dottes
Change paragraph formatting - no indent, gaps between paragraphs.
This commit is contained in:
parent
ade3337704
commit
a4e61c0263
|
@ -4,6 +4,11 @@
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\usepackage{longtable}
|
\usepackage{longtable}
|
||||||
|
|
||||||
|
% Non-indented paragraphs with space between them.
|
||||||
|
\usepackage{parskip}
|
||||||
|
|
||||||
|
% 2 column table of contents.
|
||||||
\usepackage[toc]{multitoc}
|
\usepackage[toc]{multitoc}
|
||||||
|
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
|
|
Loading…
Reference in New Issue