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}