Index
Go backward to Defining commands and environments
Go up to Carrying on
Go forward to Figures and other floating bodies

Theorems and such

There is no \newtheorem command. But you can define an environment which does approximately the same:
   %% LaTeX definition
   \newtheorem{guess}{Conjecture}

   %% HTML definition
   \begin{ifhtml}
   \newenvironment{guess}{\begin{quotation}\textbf{Conjecture.}
      \begin{it}}{\end{it}\end{quotation}}
   \end{ifhtml}

otfried@postech.vision.ac.kr

Prev Up Next