Sengottuvelavan t.p. schrieb:

    I am preparing project report ...i want to number abstract and
acknowledgment, acronyms, etc... in roman and normal numbers (arabic) for
chapters ...How to do that

From other threads i came to know abt   \frontmatter \mainmatter \backmatter
.. but i am not using koma-script..normal "report" document class

Then you have to redefine the page numbering using the command
\pagenumbering{type}
in TeX code at the beginning of your acknowledgment..

So when you want to have the page numbers in big Roman numbers, then use
\pagenumbering{Roman}
The other types are
roman
Alph
alph
arabic

regards Uwe

Reply via email to