thesis/tex/chapters/0-abstract_en.tex
2020-04-17 18:07:19 +03:00

41 lines
1.4 KiB
TeX

% Abstract in English
%Most probably, you only need to change the text of the abstract. Everything else comes from chapter/0info.tex
%If you do not have any appendix, you may delete \total{chapter} and replace with 0
\pagestyle{abstract}
\begin{otherlanguage}{english}
{\renewcommand{\arraystretch}{2}%
\begin{tabular}{ | p{4,7cm} | p{10,3cm} |}
\hline
Author(s) \newline
Title \newline\newline
Number of Pages \newline
Date
&
\makeatletter
\@author \newline
\@title \newline\newline %! if very long title over 2 lines, remove one \newline
\pageref*{LastPage} pages + \total{chapter} appendices \newline %! if no appendices, risk to count total of chapter :D
\IfLanguageName {finnish} {\foreignlanguage{english}{\longdate\@date}} {\@date}
\makeatother
\\ \hline
Degree & \metropoliadegree
\\ \hline
Degree Programme & \metropoliadegreeprogramme
\\ \hline
Professional Major & \metropoliaspecialisation
\\ \hline
Instructor(s) & \metropoliainstructors
\\ \hline
\multicolumn{2}{|p{15cm}|}{\vspace{-22pt}
The purpose of this thesis was to evaluate the suitability of the Rust programming language for web programming.\newline
During the thesis, a project was carried out, in which both the frontend and backend was written in Rust.
} \\[14cm] \hline
Keywords & \metropoliakeywords
\\ \hline
\end{tabular}
}
\end{otherlanguage}
\clearpage