% Skabelon af DTU's LaTeX support gruppe % http://www.student.dtu.dk/~latex/rapogskab.php \documentclass[14pt,a4paper]{article} %\usepackage[a4paper,headheight=3\baselineskip,margin=3cm]{geometry} \usepackage[a4paper,headheight=3\baselineskip]{geometry} \usepackage{pdfpages} \usepackage[danish]{babel} %\usepackage{savetrees} %\usepackage{pdflscape} \usepackage[T1]{fontenc} \usepackage[figuresleft]{rotating} %\usepackage[font=small]{caption} \usepackage[hang,small,bf,center]{caption} %\setlength{\captionmargin}{20pt} \usepackage{lmodern} \usepackage{fourier-orns} \usepackage{textcomp} \usepackage[utf8]{inputenc} \usepackage{graphicx} % indsættelse af billeder \graphicspath{{./billeder/}} % stivej til bibliotek med figurer \usepackage{url} \usepackage[style=authortitle-dw,style=verbose-ibid,style=verbose, backend=bibtex8, ]{biblatex} % indstillinger til biblatex %style=nopublisher=false - klippet fra biblatex-indstillinger \addbibresource{biblio/biblio.bib} % sti til bibliografi \usepackage[hang,flushmargin]{footmisc} % pænere fodnoter \widowpenalty10000 %undgå enkeltstående linier \clubpenalty10000 %undgå enkeltstående linier \addtolength{\skip\footins}{20pt} %pænere afstand til fodnoter \usepackage[sc]{titlesec} % small caps i sections \titleformat{\chapter} {\normalfont\huge\bfseries}{\thechapter}{1em}{} \addto\captionsdanish{\renewcommand{\contentsname}{Indholdsfortegnelse}} % giv indholdsfortegnelsen dansk navn %afstand til fodnoter %\setlength{\skip\footins}{2cm} %linieafstand \usepackage{setspace} \onehalfspacing \setlength{\parskip}{1em} %ingen stiplede linier i indholdsfortegnelse \makeatletter \renewcommand\@dotsep{140} % default value 4.5 %\renewcommand\@dotsep{0} % default value 4.5 \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} %\pagestyle{fancy} %\setlength{\headheight}{15pt} \fancypagestyle{plain}{% \fancyhf{} % clear all header and footer fields \fancyfoot{} % except the center \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt}} \usepackage[babel=true]{csquotes} %\usepackage[isbn,issn,url]{dk-bib} \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{My University\\My course\\Skriftlig Eksamen}} \chead{\textsc{Mennesket i Kunsten\\}} \rhead{\small{My Name\\Studienr. My Number\\Aflevering 11/1 2013}} \includepdf{bachelor} \includepdf{ps1forside} %\include{forside} %\include{resume} %\include{forord} \thispagestyle{empty} \tableofcontents \clearpage %\include{forord} \pagestyle{fancy} \input{indledning} \clearpage %\chapter{Analyse af de to værker} \input{ramose} \input{eyck} \clearpage \input{afslutning} \include{billeder} %\include{summary} \nocite{*} \renewcommand{\refname}{Litteraturliste} \printbibliography{} \addcontentsline{toc}{section}{Litteraturliste} %\clearpage %\renewcommand\listfigurename{Billedliste} %\listoffigures %\addcontentsline{toc}{section}{Billedliste} %\include{bilag} \end{document}