Document Classes ⇒ Report document class?
-
- Posts: 1
- Joined: Tue Mar 22, 2011 2:02 am
Report document class?
I'm writing my undergraduate thesis, and while I have some experience writing in LaTex, I have very little clue how to establish a document class. As a result, I found one online, and it seems to be a simple 'report'. The problem is, that I cant use proofs. I tried \usepackage{amsmath} but it didn't really work out at all. Any suggestions?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Report document class?
Hi,
I would choose the document class scrreprt. It belongs to KOMA-Script and can be regarded as an extension of the standard report class.
For proofs, you could use amsthm:
ntheorem would be another possibility.
Stefan
I would choose the document class scrreprt. It belongs to KOMA-Script and can be regarded as an extension of the standard report class.
For proofs, you could use amsthm:
Code: Select all
\usepackage{amsthm}
Stefan
LaTeX.org admin