Explorar el Código

Add preamble file for latex documents.

master
Wouter Horlings hace 5 años
padre
commit
f42c431c82
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. +15
    -0
      misc/preamble.tex

+ 15
- 0
misc/preamble.tex Ver fichero

@@ -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}}

Cargando…
Cancelar
Guardar