General ⇒ Bulding definitions, propositions, theorems, etc.
-
- Posts: 2
- Joined: Mon Jun 30, 2008 6:25 am
Bulding definitions, propositions, theorems, etc.
This is my first post and I am very new to TeX. I am glad I found this forum. I am having a lot of difficulty building the code that will lead to a "definition, proposition,theorem" format. For instance I would want to a.) Build a stand alone definition followed by a discussion b.) build a definition followed immediately by proposition and theorems.
For the stand alone definition I attempted:
\documentclass[12pt]{article}
\usepackage{amssymb,amsmath}
\begin{document}
\theoremstyle{Definition}
The definition
\end{document}
This code actually ran, but the result was really bad. What am I doing wrong, and how can I go about fixing it?
Thank you
anthony
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Bulding definitions, propositions, theorems, etc.
-
- Posts: 2
- Joined: Mon Jun 30, 2008 6:25 am
Re: Bulding definitions, propositions, theorems, etc.
Anthony
Bulding definitions, propositions, theorems, etc.
B.A.