arma-thesis

Simulation modelling of irregular waves for marine object dynamics programmes
git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

preamble.tex (441B)


      1 \usepackage{graphicx}
      2 \usepackage{booktabs}
      3 \usepackage{hyperref}
      4 \usepackage{tikz}
      5 \usepackage{cite}
      6 \usepackage{url}
      7 
      8 \include{fonts}
      9 
     10 \usepackage{latexsym} % \Box macro
     11 \usepackage{mathtools} % fancy dots in matrices
     12 
     13 \raggedbottom
     14 \clubpenalty=10000
     15 \widowpenalty=10000
     16 
     17 % automatically find figures from build directory
     18 \graphicspath{{build/}}
     19 
     20 % multiple bibliographies
     21 \usepackage[resetlabels]{multibib}
     22 
     23 \include{math}
     24 \include{org}