My University doesn't offer a template for thesis in laTeX, so I'm writing code in LaTeX to create my own.
I've used a template by another guy, based on book.cls, and modified it according to my University rules. But I run into two problems:
1. The rules specify that the equations should be centered and the equation number will come immediately at the end of equation (so, would be centered with the equation). I'm using the amsmath package, which only offers the options of putting the equation number on the right or on the left of the page, is there any hack I can make at my class to make my template according to the rules, or another package similar to amsmath that has that option?
2. The rules say that text has to be 10pt, but tables should be 9pt. I've tried to hack the class file to accomplish this, but wasn't successful (it worked fine for the font of the chapters and sections), can you provide me another solution which is not place in each table \footnotesize after the begin tag, which would be necessary to place in each table?
Second problem is not important, but the first one is.
Thanks for the help
