Continuing writing report
This commit is contained in:
parent
bbaf01dafe
commit
95e8347efc
19 changed files with 175 additions and 222 deletions
41
tex/chapters/0-abstract_en.tex
Normal file
41
tex/chapters/0-abstract_en.tex
Normal file
|
@ -0,0 +1,41 @@
|
|||
% 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue