I am using the structure
\chapter{aa}
\section{bb}
\subsection{cc}
So, it compiles it as:
Chapter 1
aa
1.1 bb
1.1.1 cc
But I would like to get:
1 aa
1.1 bb
1.1.1 cc
Although it is a simple thing, I have not been able to figure out what is the code for this. Any idea?
\documentclassare you using? And what about packages for sectioning liketocloftortitlesecorsectstyor... – Werner Jun 01 '13 at 20:17\usepackage{amsmath} \usepackage{graphicx} \usepackage{mdframed} \usepackage{lipsum} \usepackage{breqn} \usepackage{anysize} – Mencia Jun 01 '13 at 20:18