Hi
I was just creating a new work and I used an old premable and copied the sty files and such as well but I get the icelandic letters scrambled as can been seen in the pdf!
What am I doing wrong?
\documentclass[12pt,a4paper]{book}
\usepackage[fit]{truncate}
\usepackage{color,wrapfig,boxedminipage,caption,graphicx,tipa,mathpazo,fancyhdr,marvosym,stmaryrd,float}
\usepackage{amssymb,achicago,textcomp,pxfonts,setspace,units,array}
\usepackage[T1]{fontenc}
\usepackage[english,icelandic]{babel}
\usepackage{color}
\usepackage[colorlinks=true, linkcolor=black, citecolor=black, urlcolor=blue, plainpages=false,]{hyperref}
\DeclareCaptionType{vers}
\usepackage{makeidx}
\makeindex
%var upphaflega \setlength{\headheight}{15pt}, ég setti það í 16.
\setlength{\headheight}{16pt}
\begin{document}
\selectlanguage{icelandic}
\author {Jón Torfason}
\title {Saga skákiðkunnar á Íslandi}
\renewcommand{\thepage}{\roman{page}}
\maketitle
\renewcommand{\thepage}{\arabic{page}}
\pagestyle{empty}
%\newpage
%\mbox{}
%\newpage
%\include{Formali}
\newpage
\tableofcontents
\newpage
\listoffigures
\pagestyle{fancy}
\fancyhf{} % --- clear all fields, sjá bls 233 - var LO
\fancyhead[R]{\truncate {.95\headwidth}{\leftmark}}
\fancyfoot[C]{\thepage}
%Document and page organisation
\newpage
\include{Skakin-JTMBL}
\newpage
\bibliographystyle{achicago}
\bibliography{C:/MinarSkjalaskrar/LatecVerk/MA-TVA}
\end{document}
best wishes
Tómas