Code: Select all
%Preamble
\documentclass[11pt,a4paper]{article}
\usepackage{amssymb,amsmath,amsthm}
\usepackage[dutch]{babel}
\setlength{\parindent}{0cm}
\setlength{\parskip}{0cm}
\theoremstyle{definition}
\newtheorem{def}{Definitie}
\begin{document}
\begin{titlepage}
I'm kind of new to LaTeX, and every time I command LaTeX to create automatical definitions for me, I get the error:
"! LaTeX Error: Command \def already defined.
or name \end... illegal, see p. 192 of the manual."
I don't know what I'm doing wrong, I use the commands:
\begin{def}
...
\end{def}
I've tried to remove amssymb and amsmath from the packages (and only keeping amsthm) but that doesn't fix it either.
Any help would be appreciated, thanks in advance.