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_fi.tex
Normal file
41
tex/chapters/0-abstract_fi.tex
Normal file
|
@ -0,0 +1,41 @@
|
|||
% Abstract in Finnish
|
||||
%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
|
||||
|
||||
\thispagestyle{tiivis}
|
||||
\begin{otherlanguage}{finnish}
|
||||
{\renewcommand{\arraystretch}{2}%
|
||||
\begin{tabular}{ | p{4,7cm} | p{10,3cm} |}
|
||||
\hline
|
||||
Tekijä(t) \newline
|
||||
Otsikko \newline\newline
|
||||
Sivumäärä \newline
|
||||
Aika
|
||||
&
|
||||
\makeatletter
|
||||
\@author \newline
|
||||
\otsikko \newline\newline %! if very long title over 2 lines, remove one \newline
|
||||
\makeatother
|
||||
\pageref*{LastPage} sivua + \total{chapter} liitettä \newline %! if no appendices, risk to count total of chapter :D
|
||||
\pvm
|
||||
\\ \hline
|
||||
Tutkinto & \tutkinto
|
||||
\\ \hline
|
||||
Tutkinto-ohjelma & \kohjelma
|
||||
\\ \hline
|
||||
Ammatillinen pääaine & \suuntautumis
|
||||
\\ \hline
|
||||
Ohjaaja(t) & \ohjaajat
|
||||
\\ \hline
|
||||
\multicolumn{2}{|p{15cm}|}{\vspace{-22pt}
|
||||
Tämän opinnäytetyön tavoitteena on selvittää Rust-ohjelmointikielen soveltuvuutta web-ohjelmointiin.\newline
|
||||
|
||||
Opinnäytetyön yhteydessä tehtiin projekti, missä palvelin- ja asiakaspuoli toteutettiin molemmat Rustilla. Tämän pohjalta arvioitiin kielen soveltuvuutta web-ojelmointiin.
|
||||
} \\[14cm] \hline
|
||||
Avainsanat & \avainsanat
|
||||
\\ \hline
|
||||
\end{tabular}
|
||||
}
|
||||
\end{otherlanguage}
|
||||
\clearpage
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue