1

I want to move the logo a little higher

% The default title page: title, then logo, then author
\newcommand{\@titlepage}{
    \begin{titlepage}
% Make the logo
\hbox{\hspace{30.0em}\includegraphics[height=1.5in]{\@logo}\par }

% Make the title
\makeatletter
\centering{\LARGE \@title \par} \vspace{0.0cm}

1 Answers1

1

You can hackily move things up a bit using \raisebox. For example,

\raisebox{1cm}[\height]{\includegraphics[height=1.5in]{\@logo}}

But you probably want to adjust the title page margins instead. See this post: Different margins for title page