Added title page and table of contents
This commit is contained in:
@ -218,7 +218,7 @@ prefixes-as-symbols=false,
|
||||
|
||||
%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %%
|
||||
|
||||
\title{Document}
|
||||
\title{Report Parallel and Distributed Systems}
|
||||
\author{
|
||||
Elvis Rossi
|
||||
}
|
||||
@ -228,6 +228,58 @@ prefixes-as-symbols=false,
|
||||
|
||||
\begin{document}
|
||||
|
||||
\hypersetup{pageanchor=false}
|
||||
|
||||
\begin{titlepage}
|
||||
\begin{figure}[!htb]
|
||||
\centering
|
||||
\includegraphics[keepaspectratio=true,scale=0.8]{figures/marchio.eps}
|
||||
\end{figure}
|
||||
|
||||
\begin{center}
|
||||
\large{Master Degree in Computer Science} \\
|
||||
\vspace{1cm}
|
||||
\large{Report for Parallel and Distributed Systems: paradigms and models} \\
|
||||
\vspace{1cm}
|
||||
\textbf{\LARGE{``Stencil'' parallel pattern}}
|
||||
\end{center}
|
||||
|
||||
\vspace{7cm}
|
||||
|
||||
\noindent
|
||||
\begin{minipage}[t]{0.55\textwidth}
|
||||
\raggedright%
|
||||
\large{\bf Teachers: \\
|
||||
\ Prof.\ Marco\ Danelutto \\
|
||||
\ Prof.\ Patrizio\ Dazzi \\
|
||||
}
|
||||
\end{minipage}\hfill
|
||||
\noindent
|
||||
\begin{minipage}[t]{0.4\textwidth}
|
||||
\raggedleft%
|
||||
\large{\bf Student: \\
|
||||
Elvis Rossi \\
|
||||
ID:\ 561394 \\
|
||||
}
|
||||
\end{minipage}
|
||||
|
||||
\vspace{25mm}
|
||||
\noindent
|
||||
\centering{
|
||||
\large{Academic year 2022—2023}
|
||||
}
|
||||
|
||||
\end{titlepage}
|
||||
|
||||
\hypersetup{pageanchor=true}
|
||||
|
||||
%% - - - - - - - - - - - - - - - - - %%
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\newpage
|
||||
|
||||
|
||||
\section{Building and Executing the project}
|
||||
|
||||
The project uses \texttt{cmake} to create the native makefiles. The flag \texttt{CMAKE\_BUILD\_TYPE} can be used to specify the type of build; two options are supported: \texttt{Debug} and \texttt{Release}.
|
||||
|
||||
Reference in New Issue
Block a user