Search found 2 matches

by helasraizam
Sat Mar 10, 2012 10:10 pm
Forum: Text Formatting
Topic: amsthm | All Text after Theorem italicized
Replies: 2
Views: 5235

Re: amsthm | All Text after Theorem italicized

Thank you very much, that solves it!
by helasraizam
Sat Mar 10, 2012 10:02 am
Forum: Text Formatting
Topic: amsthm | All Text after Theorem italicized
Replies: 2
Views: 5235

amsthm | All Text after Theorem italicized

Hi all,

I have come across a very curious phenomenon in LaTeX; below is a minimal working example. All text after the \theorem{Hello} is still italicized!

\documentclass{article}
\usepackage{amsthm}

\begin{document}

\newtheorem{theorem}{Theorem}[section]

Hello

\theorem{Hello}

hi

\end ...