Ich benutze folgende Umgebung:
\documentclass{article} \newcommand{\changefont}[3]{ \fontfamily{#1} \fontseries{#2} \fontshape{#3} \selectfont} \DeclareMathAlphabet{\mathbfit}{OML}{cmm} {bx}{it} \usepackage{amsthm} \usepackage{etoolbox} \makeatletter \newtheoremstyle{specialnote} {3cm}% (Space above) {3cm}% (Space below) {}% (Body font) {}% (Indent amount) {\bfseries}% (Theorem head font) {:}% (Punctuation after theorem head) {3cm}% (Space after theorem head) {% \the\thm@headfont #1 \ifx\relax#2\relax\else \ #2 \fi \ifx\relax#3\relax\else \ ( % ein Leerzeichen \begingroup #3 \endgroup ) \fi } \makeatother \theoremstyle{specialnote} \newtheorem{Bew}{Beweis} \newtheorem{Lemm}{Lemma} \AfterEndEnvironment{Bew}{\noindent} \begin{document} \begin{Bew}[Testtitel] www123 \end{Bew} Das hier sollte nicht einrücken, sondern auf derselben Höhe wie "Beweis..." stehen \end{document}
Ich kann ja schlecht alle Packages, etc. hier reinhauen.
LG,
Dimitri