Browse Source

Add preamble file for latex documents.

master
Wouter Horlings 5 years ago
parent
commit
f42c431c82
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      misc/preamble.tex

+ 15
- 0
misc/preamble.tex View File

@@ -0,0 +1,15 @@
\usepackage[style,image=11,imagebannerwidth,imageoffset=20mm]{utwentetitle}
\usepackage[style=authoryear,natbib=true,uniquename=false,maxnames=3]{biblatex}
\bibliography{references.bib}
\usepackage{graphicx}
\usepackage{siunitx}
\usepackage{bondgraphs}
\usepackage{subfiles}
\usepackage{acronym}
\usepackage{tikz}

\makeatletter
\def\input@path{{content/}}
\makeatother

\graphicspath{{graphics}}

Loading…
Cancel
Save