Document Classes ⇒ Report document class?
-
- Posts: 1
- Joined: Tue Mar 22, 2011 2:02 am
Report document class?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Report document class?
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