61 lines
1.4 KiB
TeX
61 lines
1.4 KiB
TeX
% vim: tw=0 wrap
|
|
\documentclass[12pt,a4paper]{article}
|
|
\usepackage{geometry}
|
|
\geometry{
|
|
a4paper,
|
|
top=18mm,
|
|
bottom=19mm,
|
|
}
|
|
% \usepackage{lmodern}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
% \usepackage[slovak]{babel}
|
|
\usepackage[english]{babel}
|
|
\usepackage{pdfpages}
|
|
\usepackage[fleqn]{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{amsfonts}
|
|
% \usepackage{fontspec}
|
|
% \usefonttheme[onlymath]{serif}
|
|
% \usepackage{lstfiracode}
|
|
% \setmonofont{Fira Code Retina}
|
|
% \setmonofont{Fira Code Retina}[
|
|
% Contextuals=Alternate % Activate the calt feature
|
|
% ]
|
|
\usepackage{bookmark}
|
|
\usepackage{multirow}
|
|
\usepackage{graphicx}
|
|
\usepackage{textcomp}
|
|
\usepackage{hyperref}
|
|
\usepackage{etoolbox}
|
|
\usepackage{longtable}
|
|
\usepackage{enumitem}
|
|
\usepackage{meta}
|
|
\usepackage[affil-it]{authblk}
|
|
|
|
\date{\today}
|
|
\title{\subject{}}
|
|
\author[1]{\authorname{} (\href{https://git.dotya.ml/wanderer}{wanderer})}
|
|
|
|
\begin{document}
|
|
\affil{\shortfaculty{} TBU in Zlín}
|
|
|
|
\maketitle
|
|
% \pagebreak
|
|
|
|
|
|
\newpage
|
|
\tableofcontents
|
|
\listoftables
|
|
\listoffigures
|
|
\pagebreak
|
|
|
|
\section*{Notes}
|
|
The original version of this report is available at: \url{https://dotya.ml/files/m/mOoe0bhRjdbXTYXU-report1.pdf}.\\
|
|
Compared to the original, this version adds the supervisor's statement (section~\ref{sec:supstatement}).\\
|
|
Source code of this report is available at: \url{https://git.dotya.ml/mirre-mt/progresscheck-report1}.
|
|
|
|
\input{solution}
|
|
|
|
\end{document}
|