I have created my personal style .sty, where I inserted all the declarations of my LaTeX document. In particular, I redefined \chapter, \section, \subsection, ..., so they appear as in the picture below )

My problem is as follows. I'd like a left indentation inside the chapter's content. Ad you can see in the picture (word processor), the title has a 0 indentation (margin set with the geometry package). I wish to have an indentation in all the paragraphs, section title, subsection, ..., inside the chapter, but mantaining the correct margin in the footer (see picture below).

I have obtained these one....the problem is the absence of indentation :(


\documentclass{...}and ending with\end{document}. Also, there was no picture in the post. You can upload the picture and remove the!before the[]. Somebody with enough reputation can then put the!back later. – hpesoj626 Dec 18 '12 at 8:07\usepackage{indentfirst}should do. Have a look at the "Breve guida" – egreg Dec 18 '12 at 11:56