Everytime I press Typeset, I get a notification of
Runaway argument.
l.30\begin{document}
I read that I would solve it by deleting the aux.file of the document.
Any idea what to do?
I have tried to find the error by deleting parts of the code, without any result. Even though the document does not contain any actual text, still it reads error. Thus I am left with the prospect that something is wrong in the preamble, which is why I am posting it below:
\documentclass[a4paper, titlepage]{report}
\usepackage[T1]{fontenc}
\usepackage[swedish]{babel}
\usepackage{yfonts}
\usepackage{amsthm}
\usepackage{amssymb,amsmath}
\usepackage{bussproofs}
\usepackage{framed}
\usepackage{enumerate}
\newtheorem{thm}{Sats}[section]
\newtheorem{prop}[thm]{Proposition}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{cor}[thm]{Följdsats}
\newtheorem{ex}[thm]{Övning}
\theoremstyle{definition}
\newtheorem{definition}[thm]{Definition}
\newtheorem{example}[thm]{Exempel}
\theoremstyle{remark}
\newtheorem*{rem}{Anmärkning}
\newtheorem{note}{Kommentar}
\numberwithin{equation}{subsection}
\title{Analys 1 (Övningar)}
\author{-}
\date{\today}
\begin{document}
\end{document}
inputenc, which is quite wrong. Can you tell what file encoding you're using? – egreg Nov 11 '13 at 08:59