I am writing my thesis using LaTeX, and I need some help.
I have to conform to this order : Title Page > X > Table of contents > Introduction > ... > Conclusion > Bibliography>Abstract where X can be what I want (for instance : Thanks, Appendix, etc.). I must put the number of each page from the Introduction to the Conclusion.
So there must be no page numbering before and after.
I put each part of the thesis in different .tex files, using several \input{part_file_name} in my main .tex file.
I tried to use \thispagestyle{empty} inside the .tex files of the parts I don't want the page numbering, but as the content doesn't fit in one single page, it works only for the first one and all the following pages still have the number at the bottom.
using \pagestyle{empty} works but deletes headers and footers...
Any idea to fix the problem?
Thanks for your help!
