Document ClassesReport document class?

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
DJcalfmaster11
Posts: 1
Joined: Tue Mar 22, 2011 2:02 am

Report document class?

Post by DJcalfmaster11 »

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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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?

Post by Stefan Kottwitz »

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:

Code: Select all

\usepackage{amsthm}
ntheorem would be another possibility.

Stefan
LaTeX.org admin
Post Reply