Discussion:
amsthm-package
alex.kunkel
2006-10-27 10:39:46 UTC
Permalink
Hi,

I want to use the amsthm-package to be able to use the
"proof"-enviroment. However, I don't like the theoremstyles provided.
I would prefer to use the standard LaTeX theoremstyle as before. How
can I get both the amsthm-package as well as the standard theoremstyle
together?

Thanks, Alex





Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Kristof Möller
2006-10-27 12:36:59 UTC
Permalink
Hi Alex,

can You give a small example, please?
AMSTHM is very adjustable, so without
the definitions of Your theoremstyles,
one can only guess what's going wrong...

...for example \theoremstyle{plain} for the theorem-environment and
\theoremstyle{remark}for the lemma-environment:

\documentclass{article}
\usepackage{amsthm}
%=====================================
\theoremstyle{plain} % reproduce 'normal' LaTeX-style
\newtheorem{theorem}{Theorem}[section]
%=====================================
\theoremstyle{remark} % different style provided by amsthm
\newtheorem{lemma}{Lemma}[section]
%=====================================
\begin{document}

\begin{theorem}
theorem text
\end{theorem}

\begin{lemma}
theorem text
\end{lemma}

\end{document}

Greetings,
Kris
Post by alex.kunkel
Hi,
I want to use the amsthm-package to be able to use the
"proof"-enviroment. However, I don't like the theoremstyles provided.
I would prefer to use the standard LaTeX theoremstyle as before. How
can I get both the amsthm-package as well as the standard theoremstyle
together?
Thanks, Alex
alex.kunkel
2006-10-27 13:02:58 UTC
Permalink
Well, basically I use the font \sffamily . But amsthm use another
font, what doesn't really fit into the rest of my document. So,
\theoremstyle{definition} is fine except the font.
Post by Kristof Möller
Hi Alex,
can You give a small example, please?
AMSTHM is very adjustable, so without
the definitions of Your theoremstyles,
one can only guess what's going wrong...
...for example \theoremstyle{plain} for the theorem-environment and
\documentclass{article}
\usepackage{amsthm}
%=====================================
\theoremstyle{plain} % reproduce 'normal' LaTeX-style
\newtheorem{theorem}{Theorem}[section]
%=====================================
\theoremstyle{remark} % different style provided by amsthm
\newtheorem{lemma}{Lemma}[section]
%=====================================
\begin{document}
\begin{theorem}
theorem text
\end{theorem}
\begin{lemma}
theorem text
\end{lemma}
\end{document}
Greetings,
Kris
Post by alex.kunkel
Hi,
I want to use the amsthm-package to be able to use the
"proof"-enviroment. However, I don't like the theoremstyles provided.
I would prefer to use the standard LaTeX theoremstyle as before. How
can I get both the amsthm-package as well as the standard theoremstyle
together?
Thanks, Alex
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Loading...