I'm new to this Community and LaTeX but maybe someone could help me. I already did some hours research on what the problem could be but somehow I just don't get it.
Every time I try to implement the \frontmatter and others I get the "Undefined control sequence " error on it.\documentclass[12pt, a4paper ]{scrreprt}
\usepackage{geometry}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage[applemac]{inputenc}
\usepackage[ngerman]{babel}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\author{nitroge28, ----}
\title{B......\\ \bigskip
{\.... }}
\date{Jänner 2009}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\mainmatter
\chapter{...}
\chapter{...}
\section{..}
\subsection{...}
\subsection{....}
\section{...}
\chapter{..}
\backmatter
\end{document}
Can you help?