Commit 4ab6310e authored by Martin Ukrop's avatar Martin Ukrop
Browse files

Merge branch 'pandoc_ams' into 'master'

pandoc: Add math packages to template

amsmath, amssymb

See merge request !6
parents edce7165 70417365
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
\documentclass[$if(fontsize)$$fontsize$,$else$12pt,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{fi-thesis-report}

\usepackage{amsmath,amssymb}

% Set types and names
$if(colorprofile)$\setColorProfile{$colorprofile$}$endif$   % 'color' or 'bw'
$if(reporttype)$\setReportType{$reporttype$}$endif$   % 'reader' or 'supervisor'