minor edits from 2020

This commit is contained in:
2024-01-02 19:34:48 +01:00
parent 76ec3b8e4d
commit b29014a3eb
3 changed files with 27 additions and 5 deletions

View File

@ -233,4 +233,24 @@
\fi
}
\newcommand{\insertbib}[1]{
\begin{frame}[allowframebreaks]
\frametitle{References}
\footnotesize
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,IEEEbst,#1}
\end{frame}
}
%% Put Author details here
\newcommand{\inserttitlepage}[0]{
\disablefooter
\institute{\Group \\
\Organisation \\
\href{\Website}{\Website}}%
\maketitle
\inserttoc
\enablefooter{\maintitle}
}
\input{default_symbols.cls}