I want to align my text and also use indent at each paragraph.But it seems i can use only one of them (either alignment or indent).
\usepackage{indentfirst}
\begin{flushleft}
\section {Heading}
\indent Here is text.....
\par\indent Another text,....
\end{flushleft}
