I would like to write a theorem in the format of a book. So I write
\documentclass[12pt]{book}
but after that I write
\begin{theom}
and it does not compile. Can someone please help me write a theorem in a book?
|
I would like to write a theorem in the format of a book. So I write
but after that I write
and it does not compile. Can someone please help me write a theorem in a book? |
||||
|
As a start, I would suggest reading The Not So Short Introduction to LATEX2ε. It will give some idea of what LaTeX is all about and how to format a regular document. Specific to your question, here is a small sample of what you might be after:
Compiling this twice (to allow for appropriate referencing), you obtain:
If you're interested in numbering your theorem differently (say, having it reset with every
The command breakdown as well as the meaning of the parameters is available from "Help with Specific theorem-formatting packages (like |
|||||||||
|
theorem, you'll get a lot of relevant results. – cmhughes Oct 4 '11 at 14:41