From 331a20f96fbd261bf90f04bafef91d89dca2e731 Mon Sep 17 00:00:00 2001 From: Lieuwe Leene Date: Sun, 29 Aug 2021 10:01:06 +0200 Subject: [PATCH] insert specific beamer templates --- .gitattributes | 5 +++++ beamer.preamble.cls | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..323a2f1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto +*.md text eol=lf +*.rtf text eol=lf +*.cls text eol=lf +*.tex text eol=lf diff --git a/beamer.preamble.cls b/beamer.preamble.cls index 3346191..dbf7d53 100644 --- a/beamer.preamble.cls +++ b/beamer.preamble.cls @@ -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}