Please see this MWE:
Code: Select all
\documentclass[10pt, a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[ansinew]{inputenc}
\setlength{\parskip}{1.3ex plus 0.2ex minus 0.2ex}
\setlength{\parindent}{0pt}
\begin{document}
\noindent reference
This shows no indentation, just like it should. Everything OK on this page.
\clearpage
\noindent reference
This should show an indentation
Just like this line should
This page is not OK.
\end{document}
Code: Select all
\setlength{\parskip}{1.3ex plus 0.2ex minus 0.2ex}
\setlength{\parindent}{0pt}
If such a command exists, then it would solve my problem very easily.
Best.