Skip to content
Snippets Groups Projects
Commit dbd0e32f authored by John Swinbank's avatar John Swinbank
Browse files

Use parskip pkg to set inter-para spacing

parent b64eec71
No related branches found
No related tags found
1 merge request!2Assorted formatting improvements
...@@ -14,11 +14,12 @@ ...@@ -14,11 +14,12 @@
\setlength{\bottomMargin}{3.5cm} \setlength{\bottomMargin}{3.5cm}
\setlength{\sideMargin}{2cm} \setlength{\sideMargin}{2cm}
\RequirePackage{graphicx} \RequirePackage[absolute]{textpos}
\RequirePackage{geometry}
\RequirePackage{fancyhdr} \RequirePackage{fancyhdr}
\RequirePackage{geometry}
\RequirePackage{graphicx}
\RequirePackage{lastpage} \RequirePackage{lastpage}
\RequirePackage[absolute]{textpos} \RequirePackage{parskip}
\RequirePackage{tabularx} \RequirePackage{tabularx}
\geometry{tmargin=\topMargin, \geometry{tmargin=\topMargin,
...@@ -27,9 +28,6 @@ ...@@ -27,9 +28,6 @@
rmargin=\sideMargin, rmargin=\sideMargin,
headheight=52.05211pt} headheight=52.05211pt}
\setlength{\parindent}{0cm} % No indent at start of paragraphs
\setlength{\parskip}{\baselineskip} % Blank line between paragraph
\newcommand{\docTitle}{Set the document title with \texttt{\textbackslash{}setDocTitle}} \newcommand{\docTitle}{Set the document title with \texttt{\textbackslash{}setDocTitle}}
\newcommand{\setDocTitle}[1]{ \newcommand{\setDocTitle}[1]{
\renewcommand{\docTitle}{#1} \renewcommand{\docTitle}{#1}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment