mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-01-22 18:32:22 +01:00
insert specific beamer templates
This commit is contained in:
parent
15caab74de
commit
331a20f96f
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
* text=auto
|
||||||
|
*.md text eol=lf
|
||||||
|
*.rtf text eol=lf
|
||||||
|
*.cls text eol=lf
|
||||||
|
*.tex text eol=lf
|
@ -172,4 +172,24 @@
|
|||||||
\fi
|
\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}
|
\input{default_symbols.cls}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user