Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to insert the advisor's name in the title page? #3

Open
erdodo97 opened this issue Jul 19, 2023 · 0 comments
Open

How to insert the advisor's name in the title page? #3

erdodo97 opened this issue Jul 19, 2023 · 0 comments

Comments

@erdodo97
Copy link

I managed to do that by adding the advisor's name in the \usebeamerfont{author} command. It is not very elegant but it worked for me, however it would be nice to have a command for such issue. Many thanks ! Here I attached the code I've used.

`\setbeamertemplate{title page}{%
% Reposition the box in an inelegant way - but it works!
\hspace{-12mm}
\vspace{-10mm}
\begin{beamercolorbox}[wd=0.72\textwidth,sep=10pt,leftskip=2.5mm]{title}%
{\usebeamerfont{title}\inserttitle}

{\usebeamerfont{subtitle}\insertsubtitle}

{\usebeamerfont{subtitle}\@courseLabel}

{\usebeamerfont{author}\usebeamercolor[fg]{author}\textbf{\insertauthor} \ifdefempty{\@IDnumber}{}{(\@IDnumber)}\\
Advisor : Prof. X Y}




{\usebeamerfont{date}\usebeamercolor[fg]{date}\insertdate}

\end{beamercolorbox}
}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant