I have a problem with LaTeX on my mac. This is my code:
\documentclass[a4paper, 12pt, norsk]{article}
\usepackage[norsk]{babel}
\usepackage[utf8]{inputenc}
\title{Syrehydrolyse av polysakkarider og bestemmelse av reduserende ender}
\author{\bf{Jenny Nesje, Maja Knudsen og Mats Jønland}}
\date{\today}
\begin{document}
\maketitle
Hei
\end{document}
When I press 'Typeset' in TeXShop, I get this:
Can anyone help me? I thought \usepackage[utf8]{inputenc} should help me with special characters as æ, ø and å?



pdflatex(via TexMaker) for me. Have you tried running LaTeX via command line? – ebosi Oct 09 '15 at 08:34\bfis not a macro like\emph{...}, it is a switch and thus needs to be used like{\bf foo}, not like\bf{foo}. But you should probably use\textbf{...}anyway. See http://tex.stackexchange.com/q/41681/35864, http://tex.stackexchange.com/q/516/35864, – moewe Oct 09 '15 at 08:47