and I'm facing the following problem. The actual abstract page number is (iv), but in the table of content it shows (i). How do I get the correct number for the abstract page in the table of contents?
2. How do change the default settings for the title "Abstract", like, to change font, and place it where I want...?
And a question on how to hide page numbers
3. Let's say my report has a title page ->abstract -> table of contents -> Chapter 1.... I would like to hide the page numbers of the first 3 pages. How can I do that?
1. try \cleardoublepage directly before \addcontentsline,
2. just don't use the abstract environment, use \chapter*{Abstract} and the corresponding text or similar,
3. try \pagestyle{empty}, or \thispagestyle{empty} on every page, or use features of fancyhdr or scrpage2.