mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-12-15 16:09:20 +01:00
Minor cleanup and added new beamer style
This commit is contained in:
@ -37,6 +37,15 @@
|
||||
\@esphack}
|
||||
\makeatother
|
||||
|
||||
%\definecolor{ngniblue}{RGB}{34,57,106}
|
||||
%\definecolor{ngnired}{RGB}{218,30,37}
|
||||
%\definecolor{ngniwhite}{RGB}{240,240,255}
|
||||
%\definecolor{ngniblack}{RGB}{0,0,30}
|
||||
|
||||
%\definecolor{xethrublack}{RGB}{20,0,20}
|
||||
%\definecolor{xethruwhite}{RGB}{255,240,255}
|
||||
%\definecolor{xethrublue}{RGB}{47,26,69}
|
||||
|
||||
% % % % % % % % % % % % % % %
|
||||
% BEAMER - font selection %
|
||||
% % % % % % % % % % % % % % %
|
||||
@ -46,7 +55,7 @@
|
||||
\usepackage{fontspec} % Required for specifying custom fonts in XeLaTeX
|
||||
\providecommand{\fontscale}{1} % load default if not set
|
||||
\setmainfont
|
||||
[Path = ../Fonts/IBM-Plex-Sans/,
|
||||
[Path = ../../Fonts/IBM-Plex-Sans/,
|
||||
Scale=\fontscale,
|
||||
UprightFont = *-Regular,
|
||||
ItalicFont = *-Italic,
|
||||
@ -224,24 +233,4 @@
|
||||
\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}
|
||||
|
||||
Reference in New Issue
Block a user