# HG changeset patch # User Jim Hague # Date 1372497228 -3600 # Node ID 1b08069e5cc4187d7ea280b02af32ba80073168a # Parent 06e140f485431c7f75883e3f805b9c0c53b0eb4c Change paragraph formatting - no indent, gaps between paragraphs. diff -r 06e140f48543 -r 1b08069e5cc4 dottes.tex --- a/dottes.tex Wed Jun 26 23:37:45 2013 +0100 +++ b/dottes.tex Sat Jun 29 10:13:48 2013 +0100 @@ -4,6 +4,11 @@ \usepackage{graphicx} \usepackage{fancyhdr} \usepackage{longtable} + +% Non-indented paragraphs with space between them. +\usepackage{parskip} + +% 2 column table of contents. \usepackage[toc]{multitoc} \usepackage{hyperref}