I want to type in latex the character ø without writing \o in order to get
the correct formatting. How can I do this?
My attempt is in the following code. What is wrong?
Please enlighten me

Thanks in advance
Code: Select all
\documentclass[11pt,a4paper,onecolumn]{report}
\usepackage[francais,german,danish,english]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\title{LaTeX}
\author{Johnny Cash}
\date{February}
\begin{document}
\maketitle
\chapter{Example}
\section{Special characters}
\selectlanguage{danish}
I want to print this character ø without writing \o
\end{document}