diff --git a/texmf/tex/latex/astron/astron.cls b/texmf/tex/latex/astron/astron.cls
index c4c6e3f0b278b929e320cb68b3649b113d3ff4d6..c38b21a034bb00af5584695b04a369fee411aa08 100644
--- a/texmf/tex/latex/astron/astron.cls
+++ b/texmf/tex/latex/astron/astron.cls
@@ -14,11 +14,12 @@
 \setlength{\bottomMargin}{3.5cm}
 \setlength{\sideMargin}{2cm}
 
-\RequirePackage{graphicx}
-\RequirePackage{geometry}
+\RequirePackage[absolute]{textpos}
 \RequirePackage{fancyhdr}
+\RequirePackage{geometry}
+\RequirePackage{graphicx}
 \RequirePackage{lastpage}
-\RequirePackage[absolute]{textpos}
+\RequirePackage{parskip}
 \RequirePackage{tabularx}
 
 \geometry{tmargin=\topMargin,
@@ -27,9 +28,6 @@
           rmargin=\sideMargin,
           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{\setDocTitle}[1]{
    \renewcommand{\docTitle}{#1}