Ich habe, da ich folgendes "Beweis: (hier kann noch was beliebiges stehen)" in fetter Schrift haben wollte, folgendes gemacht:
\documentclass{article} \usepackage{amsthm} \renewcommand{\qed}{\qedsymbol} \newtheorem*{oBew}{Beweis} \newtheorem{Bew}{Beweis} \newcommand{\changefont}[3]{ \fontfamily{#1} \fontseries{#2} \fontshape{#3} \selectfont} \DeclareMathAlphabet{\mathbfit}{OML}{cmm} {bx}{it} \makeatletter \renewenvironment{Bew}[1][\relax]{% \par\pushQED{~~~~~\qed}% \normalfont \topsep 6pt plus 1pt\relax \trivlist \item[\hskip\labelsep % \textbf{Beweis} % \ifx\relax#1\relax\unskip\else % \textbf{(#1)}\fi % \textbf{:}~~~~~]% % \changefont{cmr}{m}{it} \ignorespaces }{% \popQED\endtrivlist\@endpefalse } \makeatother \makeatletter \renewenvironment{oBew}[1][\relax]{% \par\pushQED{~~~~~\qed}% \normalfont \topsep 6pt plus 1pt\relax \trivlist \item[\hskip\labelsep % \textbf{Beweis} % \ifx\relax#1\relax\unskip\else % \textbf{(#1)}\fi % \textbf{:}~~~~~]% % \changefont{cmr}{m}{it} \ignorespaces }{% \popQED\endtrivlist\@endpefalse } \makeatother \begin{document} \begin{Bew} leider nummeriert er nicht \end{Bew} \end{document}
Ich habe schon länger gesucht, aber nicht gefunden, was ich falsch gemacht habe, bzw. wie ich das ändern kann... -.-
Kann Mir da jemand helfen???
Grüße