Here is the error message I get:
! Missing \endcsname inserted.
<to be read again>
\OT1\ae
l.10 \newlabel{lin\IeC {\ae }rlinje}{{1}{1}}
If i posted this in the wrong forum, i am sorry.
I have googled the error-message, but the only solution I get is to remove eventual "\" signs that don't belong in equations.
Earlier today everything worked like a charm. But when I renamed a label in an equation, to a name including some norwegian special characters, I got this error message. Then I removed all special characters, but the error message stays the same.
And now I have tried to remove every part of my Latex article, until there was absolutely nothing left between \begin{document} and \end{document}. Still got the same error.
I don't know if it's of any help, but here is what's written before \begin{document}:
\documentclass[11pt, norsk, fullpage]{article}
\usepackage[hmargin=2cm,vmargin=3cm]{geometry}
\geometry{letterpaper}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{babel}
\usepackage{epstopdf}
\usepackage[utf8]{inputenc}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1.tif`.png}
\usepackage{float}
\title{Labrapport 1}
\author{xx}
\date{23.09.2010} %Dato for når eksperimentet vart utført
Thank you in advance for your help
