Re: Classicthesis: immagine nella pagina-titolo parte

#51713
Up
0
Down
::


e tra l’altro, il comando funziona perfettamente sulla pagina di titolo

`\begin{titlepage}
% if you want the titlepage to be centered, uncomment and fine-tune the line below (KOMA classes environment)
\begin{addmargin}[-1cm]{-3cm}
\begin{center}
\large

\hfill

\vfill

\begingroup
\color{Maroon}\spacedallcaps{\myTitle} \\ \medskip
\spacedallcaps{\mySubTitle} \\

\bigskip
\endgroup

\spacedlowsmallcaps{\myName}

\vfill

\includegraphics[width=6cm]{Immagini/Buch.jpg} \\ \medskip

\myDegree \\ \medskip
\myDepartment \\
\myFaculty \\
\myUni \\ \bigskip

\myTime

\vfill

\end{center}
\end{addmargin}
\end{titlepage} `

Go to top