I am trying to write a latex-document with these letters in it "æøå". This is what I have in my .tex:
Code:
\documentclass[12pt, a4paper]{article}
\usepackage[norsk]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
æøå ÆØÅ
\end{document}
I save the file, and then I write
latex <file> . The output of that command, including errors, can be found
here
For extra information:
I have a fresh install of Ubuntu Hoary, and I installed latex with
aptitude install latex.
Any help will be appreciated
