Math & Science ⇒ newtheoremstyle
Re: newtheoremstyle
but how can i write in Times stile?!?! or in Courier?!?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
newtheoremstyle
You could use mathptmx for a Times font:
or the courier package for Courier:
Stefan
Code: Select all
\usepackage{mathptmx}
Code: Select all
\usepackage{courier}
LaTeX.org admin