I'm creating a thesis using the Tufte style template. Obviously I have to change the cover that I would like to look like this:
How can I do?
EDIT
I tried this code:
\documentclass{scrreprt}
\usepackage{graphicx}
\begin{document}
\begin{titlepage}
\begin{addmargin}[3cm]{0cm}
\begin{flushright}
Università degli Studi di Torino \\ Scuola di Scienze della Natura \\ Corso di Laurea Magistrale in Informatica
\hfill\includegraphics[width=4cm]{Unito-logo.png}\par
\vspace{3\baselineskip}
{\Huge Lorem ipsum dolor sit amet \\ consectetur adipiscing elit\par}
\vspace{6\baselineskip}
\textit{laureando}: \Large{Name Lastname}\\
\textit{relatore}: \Large{Name Lastname}\\
\textit{correlatrice}: \Large{Name Lastname}
\vspace*{\fill}
\par{2017--2018}
\end{flushright}
\end{addmargin}
\end{titlepage}
\end{document}
I'm quite satisfied but there are two problems:
- the text
laureandais smaller than the others - I would like the block of text (
Università degli Studi di Torino \\ Scuola di Scienze della Natura \\ Corso di Laurea Magistrale in Informatica) to be placed near the logo - The text
2017--2018placed at the bottom of the page.


frontespizioseems to be a good start, though i have to say: Without the basic knowledge that gets you a title page (reading an introduction), LaTeX won't be of much help to you. You will get frustrated. – Johannes_B May 04 '18 at 19:14