Newsgroups: comp.text.tex
Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!sarah!leah.albany.edu!ms361
From: ms361@leah.albany.edu (Mark Steinberger)
Subject: Re: Latex questions regarding theorems, \newtheorem
Message-ID: <1991Jun14.164016.6852@sarah.albany.edu>
Sender: news@sarah.albany.edu (News Administrator)
Organization: State University of New York at Albany
References: <gordon.676703279@ningaui>
Date: Fri, 14 Jun 91 16:40:16 GMT
Lines: 11

In article <gordon.676703279@ningaui> gordon@cs.uwa.oz.au (Gordon Royle) writes:
>I would like to change the "theorem-like environment" so that the theorems
>are typeset in slanted type.

Note the \sl below.

\newtheorem{theorem}{Theorem}[section]
\newenvironment{Thm}{\begin{theorem}\sl}{\end{theorem}}


--Mark
