Update TitlePage
This commit is contained in:
parent
9adcf962ef
commit
1e6d082995
1 changed files with 15 additions and 1 deletions
|
@ -141,10 +141,24 @@
|
|||
%% \newcommand{\code}[1]{\texttt{#1}}
|
||||
|
||||
% Title page settings
|
||||
% \newcommand{\TitlePage}[1]{
|
||||
% \begin{titlepage}
|
||||
% \centering
|
||||
% \vspace*{1cm}
|
||||
% \includegraphics[width=0.3\textwidth]{#1}\par
|
||||
% \vspace{2cm}
|
||||
% {\huge\bfseries \@title\par}
|
||||
% {\Large \@subtitle\par}
|
||||
% \vspace{2cm}
|
||||
% {\large \@author\par}
|
||||
% \vspace{0.5cm}
|
||||
% {\normalsize \@date\par}
|
||||
% \end{titlepage}
|
||||
% }
|
||||
|
||||
\newcommand{\TitlePage}[1]{
|
||||
\begin{titlepage}
|
||||
\centering
|
||||
\vspace*{1cm}
|
||||
\includegraphics[width=0.3\textwidth]{#1}\par
|
||||
\vspace{2cm}
|
||||
{\huge\bfseries \@title\par}
|
||||
|
|
Loading…
Add table
Reference in a new issue