I just want to cancel the first line indentation in every section paragraph (include the Abstract). Thank you for any kind help.
\documentclass[a4paper]{article}
\usepackage{titling}
\newcommand{\subtitle}[1]{%
\posttitle{%
\par\end{center}
\vskip5em
\begin{center}\LARGE#1\end{center}
\vskip5em}%
}
\usepackage{palatino}
\usepackage[top=1in,bottom=1in,left=1in,right=1in]{geometry}
\usepackage{lipsum}
\usepackage{graphicx}
\usepackage{booktabs,multirow}
\usepackage{amsmath,amssymb}
\usepackage{xcolor}
\usepackage{cite}
\renewenvironment{abstract}
{\small\quotation
{\bfseries\noindent{\large\abstractname}\par\nobreak\smallskip}}
{\endquotation}
\begin{document}
\begin{abstract}
Here goes the abstract.
\end{abstract}
\clearpage
\tableofcontents
\clearpage
\setlength{\parskip} {0.8em}
\section{Test section}
\subsection{Test section}
\subsubsection{Test section}
\paragraph{Test section\\}
This document is for testing.
\end{document}
{}above the textfield to highlight it as code. – Torbjørn T. Jun 21 '13 at 09:40