Change paragraph formatting - no indent, gaps between paragraphs.

This commit is contained in:
Jim Hague 2013-06-29 10:13:48 +01:00
parent ade3337704
commit a4e61c0263
1 changed files with 5 additions and 0 deletions

View File

@ -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}