Advertisement
Guest User

Untitled

a guest
Jan 12th, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 3.05 KB | None | 0 0
  1. \documentclass[14pt,a4paper]{article}
  2. \usepackage[a4paper,headheight=3\baselineskip]{geometry}
  3. \usepackage{pdfpages}
  4. \usepackage[danish]{babel}
  5. \usepackage[T1]{fontenc}
  6. \usepackage[figuresleft]{rotating}
  7. \usepackage[hang,small,bf,center]{caption}
  8. \usepackage{lmodern}
  9. \usepackage{fourier-orns}
  10. \usepackage{textcomp}
  11. \usepackage[utf8]{inputenc}
  12. \usepackage{graphicx}
  13. \graphicspath{{./billeder/}}
  14. \usepackage{url}
  15. \usepackage[style=authortitle-dw,style=verbose-ibid,style=verbose,
  16. backend=bibtex8,
  17. ]{biblatex}
  18. \addbibresource{biblio/biblio.bib}
  19. \usepackage[hang,flushmargin]{footmisc}
  20. \widowpenalty10000
  21. \clubpenalty10000
  22. \addtolength{\skip\footins}{20pt}
  23. \usepackage[sc]{titlesec}
  24. \titleformat{\chapter}
  25.  {\normalfont\huge\bfseries}{\thechapter}{1em}{}
  26. \addto\captionsdanish{\renewcommand{\contentsname}{The Stuff in this Report}}
  27. \usepackage{setspace}
  28. \onehalfspacing
  29. \setlength{\parskip}{1em}
  30. \makeatletter
  31. \renewcommand\@dotsep{140}
  32. \makeatother
  33. \usepackage{tocloft}
  34. \renewcommand\cftsecfont{\normalfont\scshape}
  35. \renewcommand\cftsubsecfont{\normalfont\scshape\small}
  36. \renewcommand\cftsecpagefont{\normalfont\scshape}
  37. \renewcommand\cftsubsecpagefont{\normalfont\scshape}
  38. \renewcommand{\cftsecleader}{\cftdotfill{\cftsecdotsep}}
  39. \renewcommand\cftsecdotsep{\cftdot}
  40. \renewcommand\cftsubsecdotsep{\cftdot}
  41. \renewcommand{\cfttoctitlefont}{\normalfont\MakeUppercase}
  42. \usepackage{fancyhdr}
  43. \fancypagestyle{plain}{
  44.     \fancyhf{}
  45.     \fancyfoot{}
  46.     \renewcommand{\headrulewidth}{0pt}
  47.     \renewcommand{\footrulewidth}{0pt}}
  48. \usepackage[babel=true]{csquotes}
  49. \usepackage{hyperref}
  50. \hypersetup{
  51.     bookmarks=true,         % show bookmarks bar?
  52.     unicode=false,          % non-Latin characters in Acrobat’s bookmarks
  53.     pdftoolbar=true,        % show Acrobat’s toolbar?
  54.     pdfmenubar=true,        % show Acrobat’s menu?
  55.     pdffitwindow=false,     % window fit to page when opened
  56.     pdfstartview={FitH},    % fits the width of the page to the window
  57.     pdftitle={Skabelon},    % title
  58.     pdfauthor={Author},     % author
  59.     pdfsubject={Subject},   % subject of the document
  60.     pdfcreator={Creator},   % creator of the document
  61.     pdfproducer={Producer}, % producer of the document
  62.     pdfkeywords={keyword1} {key2} {key3}, % list of keywords
  63.     pdfnewwindow=true,      % links in new window
  64.     colorlinks=true,        % false: boxed links; true: colored links
  65.     linkcolor=black,        % color of internal links (change box color with linkbordercolor)
  66.     citecolor=black,        % color of links to bibliography
  67.     filecolor=black,        % color of file links
  68.     urlcolor=black          % color of external links
  69. }
  70.  
  71.  
  72. \begin{document}
  73. \lhead{\small{Name of University\\Name of Course\\Name of Exam}}
  74. \chead{\textsc{Name of Assignment\\}}
  75. \rhead{\small{Name of Student\\No. of Student\\Deadline}}
  76. \thispagestyle{empty}
  77. \tableofcontents
  78. \clearpage
  79. \pagestyle{fancy}
  80. \input{blah}
  81. \input{blah2}
  82. \clearpage
  83. \nocite{*}
  84. \renewcommand{\refname}{Books}
  85. \printbibliography{}
  86. \addcontentsline{toc}{section}{Books}
  87. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement