我想把徽标移高一点
% 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
您可以使用 \raisebox 稍微向上移动一些。例如,
\raisebox{1cm}[\height]{\includegraphics[height=1.5in]{\@logo}}
但你可能想调整标题页边距。请参阅此帖子:标题页的边距不同