\documentclass[14pt,a4paper]{article} \usepackage[a4paper,headheight=3\baselineskip]{geometry} \usepackage{pdfpages} \usepackage[danish]{babel} \usepackage[T1]{fontenc} \usepackage[figuresleft]{rotating} \usepackage[hang,small,bf,center]{caption} \usepackage{lmodern} \usepackage{fourier-orns} \usepackage{textcomp} \usepackage[utf8]{inputenc} \usepackage{graphicx} \graphicspath{{./billeder/}} \usepackage{url} \usepackage[style=authortitle-dw,style=verbose-ibid,style=verbose, backend=bibtex8, ]{biblatex} \addbibresource{biblio/biblio.bib} \usepackage[hang,flushmargin]{footmisc} \widowpenalty10000 \clubpenalty10000 \addtolength{\skip\footins}{20pt} \usepackage[sc]{titlesec} \titleformat{\chapter} {\normalfont\huge\bfseries}{\thechapter}{1em}{} \addto\captionsdanish{\renewcommand{\contentsname}{The Stuff in this Report}} \usepackage{setspace} \onehalfspacing \setlength{\parskip}{1em} \makeatletter \renewcommand\@dotsep{140} \makeatother \usepackage{tocloft} \renewcommand\cftsecfont{\normalfont\scshape} \renewcommand\cftsubsecfont{\normalfont\scshape\small} \renewcommand\cftsecpagefont{\normalfont\scshape} \renewcommand\cftsubsecpagefont{\normalfont\scshape} \renewcommand{\cftsecleader}{\cftdotfill{\cftsecdotsep}} \renewcommand\cftsecdotsep{\cftdot} \renewcommand\cftsubsecdotsep{\cftdot} \renewcommand{\cfttoctitlefont}{\normalfont\MakeUppercase} \usepackage{fancyhdr} \fancypagestyle{plain}{ \fancyhf{} \fancyfoot{} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt}} \usepackage[babel=true]{csquotes} \usepackage{hyperref} \hypersetup{ bookmarks=true, % show bookmarks bar? unicode=false, % non-Latin characters in Acrobat’s bookmarks pdftoolbar=true, % show Acrobat’s toolbar? pdfmenubar=true, % show Acrobat’s menu? pdffitwindow=false, % window fit to page when opened pdfstartview={FitH}, % fits the width of the page to the window pdftitle={Skabelon}, % title pdfauthor={Author}, % author pdfsubject={Subject}, % subject of the document pdfcreator={Creator}, % creator of the document pdfproducer={Producer}, % producer of the document pdfkeywords={keyword1} {key2} {key3}, % list of keywords pdfnewwindow=true, % links in new window colorlinks=true, % false: boxed links; true: colored links linkcolor=black, % color of internal links (change box color with linkbordercolor) citecolor=black, % color of links to bibliography filecolor=black, % color of file links urlcolor=black % color of external links } \begin{document} \lhead{\small{Name of University\\Name of Course\\Name of Exam}} \chead{\textsc{Name of Assignment\\}} \rhead{\small{Name of Student\\No. of Student\\Deadline}} \thispagestyle{empty} \tableofcontents \clearpage \pagestyle{fancy} \input{blah} \input{blah2} \clearpage \nocite{*} \renewcommand{\refname}{Books} \printbibliography{} \addcontentsline{toc}{section}{Books} \end{document}