math-optim/report/report_base.tmpl
leo 68b14f9960
All checks were successful
continuous-integration/drone/push Build is passing
chore: add all updates, sort out later
2022-12-24 11:30:22 +01:00

71 lines
1.6 KiB
Go HTML Template

\documentclass[12pt,a4paper]{article}
\usepackage{geometry}
\geometry{
a4paper,
top=18mm,
bottom=19mm,
left=12mm,
right=12mm,
}
% \usepackage{lmodern}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[fleqn]{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
% \usepackage{fontspec}
% \usefonttheme[onlymath]{serif}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{hyperref}
\usepackage[list=true]{subcaption} % for subfigures
\setcounter{lofdepth}{2} % we want subfigures in the list of figures
\usepackage{sansmath}
\sansmath
\usepackage[off]{svg-extract}
% inkscapelatex=false is important to not have jumbled plot labels as a result of latex trying to render plot/axis labels with the default latex fonts.
\svgsetup{inkscapelatex=false,clean=true,inkscapepath=svgsubdir}
\pdfsuppresswarningpagegroup=1 % pdflatex complains svg-turned-pdf files
\pdfinclusioncopyfonts=1
\usepackage{meta}
\usepackage[affil-it]{authblk}
\date{\today}
\title{\subject{} \\ \\ \small{\coursecode{}}}
\author[1]{\authorname{} (\href{https://git.dotya.ml/wanderer}{wanderer})}
\begin{document}
\affil{\faculty{}, \uni{}}
\maketitle
\pagebreak
\vspace*{\fill}
\begin{center}
\Large
The template of this file was generated by robots at\\
\texttt{ {{- .Timestamp -}} }\\
source: \href{https://git.dotya.ml/wanderer/math-optim/}{\texttt{math-optim} project page}
\end{center}
\vspace*{\fill}
\newpage
\tableofcontents
\pagebreak
\input{out/tex/allpics}
\newpage
\input{out/tex/alltables}
\newpage
\listoffigures
\listoftables
\end{document}
% vim: tw=0 wrap sw=2 ts=2 bs=2 expandtab