|
From: Dragan B. <bl...@tu...> - 2009-04-21 11:23:52
|
Dear all
I encountered another problem with hyperref.
It changes proclaim heading font (including indentation).
Compile the example below with and without hyperref
and compare the results.
Any idea for a solution?
Dragan Blagojevic
\documentclass[a4paper]{amsproc}
\usepackage{amssymb}
\usepackage[T1]{fontenc} \usepackage{lmodern}
\usepackage[resetfonts]{cmap}
\usepackage{hyperref}
\theoremstyle{plain}
\newtheorem{thm}{Theorem}
\begin{document}
\begin{thm}
Theorem text. Theorem text. Theorem text. Theorem text. Theorem text.
\end{thm}
\end{document}
|