I've been trying to figure out how to fix my dissertation titlepage but it's driving me nuts!! I need to produce an output exactly like this (sorry for dividing the whole pic):
In the first black box a university logo should appear and in the second the university name. Then below where it says "candidato" there's going to be my name and my student number, where it says "relatore" my teacher's name. I'm working in report-ambient.. any help would be great!!
\begin{titlepage}
\begin{center}
\includegraphics[width=0.42 \textwidth] {logo}\\
\vspace{7 em}
{ \text{University}}\\
\vspace{1 em}
{ \text{Faculty}}\\
{ \text{type of degree}}\\
\vspace{4em}
{\text{Thesis type}}\\
\vspace{4em}
{\huge \textbf{title}}\\
\vspace{4 em}
{\text{Candidate:}}\\
{\large\textbf{Myname}}\\
{\text{mynumber}}\\ \vspace{4 em}
{\text{teachername:}}\\
{\large\textbf{\textit{Prof.} name}}\\
\vspace{4em}
{\text{year}}\\
{\text{date}}\\
\end{center}
Which is nothing like the one above. It has to be exactly like that one: with the two lines and same architecture. I'd rather keep the report ambient to avoid other issues with the rest. Also I tried the frontespizio package but it's not working.



report-ambient, we'd need a link if you're stuck. – cfr Aug 28 '15 at 16:21reportorarticleor whatever and include the titlepage usingpdfpages. I find that to be much more simple than fixing margin stuff with geometry. There are strange things out there. – Johannes_B Aug 28 '15 at 16:24geometryin the code for creating the title page. As you say, it need not matter what the main.texfile uses. But it does matter what e.g.my-titlepage.texuses. – cfr Aug 28 '15 at 16:28frontespiziopackage: it has a default layout similar to your needs, but it can be customized. – Pier Paolo Aug 28 '15 at 16:40frontespiziopackage. The documentation is in Italian. – egreg Aug 28 '15 at 22:01frontespiziomight be able to answer. Can you give him a short ping? – Johannes_B Dec 20 '15 at 15:15