-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
26 lines (26 loc) · 976 Bytes
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\documentclass[minted, en]{protocol}
% Required
\title{How can WebAssembly improve performance in web-based applications?}
\author{Kacper Urbaniec}
% Optional
\mysubtitle{}
\mysubject{State of the Art}
\mycourse{5AHIT 2019/20}
% Version
\myteacher{C. Roschger\newline \quad M. Borko}
\myversion{0.2}
\mybegin{29. October 2019}
\myfinish{05. November 2019}
% \setcode{frame=single} % Add a frame to codes (single, lines)
% \setcode{bgcolor=MyLightGray} % Add a background to codes (minted only)
% \usemintedstyle{rainbow_dash} % autumn, rainbow_dash, tango (default), trac
% ---
% My custom packages
\usepackage{pgfplots}
\begin{document}
% \thispagestyle{fancy} % Makes the first page fancy too
% \begin{abstract}\end{abstract} % Add a short overview
\include{_task} % Information about the purpose of this project
\include{_solution} % Solution for the given tasks and their documentation
% \glsaddall % Add all glossary entries to printglossaries
\end{document}