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.

Stefan Kottwitz
Site Admin
Posts: 10348
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