In the following document, the section numbers appear as:
0.1
0.2
0.3
how can I change it to appear as:
1
2
3
Code: Select all
\NeedsTeXFormat{LaTeX2e}
\documentclass[11pt]{report}
\usepackage{setspace}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{listings}
\usepackage{titlesec}
\hyphenation{itself}
\renewcommand{\abstractname}{Executive Summary}
\title{An Analytical Framework for Real-Time }
\author{Principal Investigator: //////}
\begin{document}
\singlespace
\maketitle
\tableofcontents
\begin{abstract} % ~350 words max
ABSTRACT
\end{abstract}
\setcounter{secnumdepth}{1}
\titlelabel{\thetitle\quad}
\section{Introduction}
SEC1
\section{Management Requirements}\label{sec:implem}
SEC2
\section{Work Plan}
SEC2
\end{document}