I have this kind of homeworks here and I want to get things aligned nicely like "1.2.6 EX. ... a) ... b) ..", "` -- how? I don't like that LaTex inserts immediately the point 8 and points 8.1/8.2 etc.


Minimal working example
\documentclass{article}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{float}
\begin{document}
\tableofcontents
\newpage
\section{Exercise 1.1.1}
\section{Exercise 1.3.4}
\subsection{a) The equation for the affine variety}
\end{document}



\documentclassand ending with\end{document}? This would help a lot in answering you.:)– Claudio Fiandrino Sep 20 '12 at 7:02\sectionfor the exercise? If so you can use\section*{1.2.6 Exercise}instead and\subsection*{a) Drawing}– Guido Sep 20 '12 at 7:06