64 lines
1.2 KiB
Go HTML Template
64 lines
1.2 KiB
Go HTML Template
\documentclass[12pt,a4paper]{article}
|
|
\usepackage{geometry}
|
|
\geometry{
|
|
a4paper,
|
|
top=18mm,
|
|
bottom=19mm,
|
|
left=12mm,
|
|
right=12mm,
|
|
}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[fleqn]{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{amsfonts}
|
|
\usepackage{multirow}
|
|
\usepackage{graphicx}
|
|
\usepackage{textcomp}
|
|
\usepackage{hyperref}
|
|
\usepackage{subcaption} % for subcaption
|
|
\usepackage{sansmath}
|
|
\sansmath
|
|
\usepackage{svg}
|
|
\svgsetup{inkscapelatex=false} % this is important to not have jumbled plot labels
|
|
\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
|