insert specific beamer templates

This commit is contained in:
Lieuwe Leene 2021-08-29 10:01:06 +02:00
parent 15caab74de
commit 331a20f96f
2 changed files with 25 additions and 0 deletions

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
* text=auto
*.md text eol=lf
*.rtf text eol=lf
*.cls text eol=lf
*.tex text eol=lf

View File

@ -172,4 +172,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}