Code: Select all
%Preamble
\documentclass[11pt,a4paper,openany]{book}
\usepackage{amssymb,amsmath,amsthm}
\usepackage[dutch]{babel}
\usepackage{mdframed}
\usepackage{lipsum}
\renewcommand{\qedsymbol}{$\blacksquare$}
\pagestyle{plain}
\setlength{\parindent}{0cm}
\setlength{\parskip}{0cm}
\theoremstyle{definition}
\newmdtheoremenv[linewidth=1.0pt,linecolor=red]{Definition}{Definitie}
\newmdtheoremenv[linewidth=1.0pt,linecolor=black]{Theorem}{Theorema}
\newtheorem{corollary}{Corollarium}
\begin{document}
\begin{titlepage}
\begin{proof}
...
\end{proof}
And the 'proof' comes up in Italics. However, I wish it to be in capital letters + underlined, so that it becomes clearer for the reader. Is there any way to do this, so that it automatically comes up?
Any help would be appreciated, thanks in advance.