1
0
mirror of https://github.com/eddelbuettel/binb synced 2024-05-30 16:58:03 +02:00

Default values for all monash options

This commit is contained in:
Rob J Hyndman 2018-10-10 08:04:09 +11:00
parent 6e10275144
commit d726a9fadf
2 changed files with 4 additions and 2 deletions

View File

@ -70,7 +70,7 @@ $if(fonttheme)$
$endif$ $endif$
$if(titlefontsize)$ $if(titlefontsize)$
\setbeamerfont{title}{series=\bfseries,parent=structure,size=\fontsize{$titlefontsize$}{32}} \setbeamerfont{title}{series=\bfseries,parent=structure,size=\fontsize{$titlefontsize$}{32}}
$endif$ $endif$
$if(mainfont)$ $if(mainfont)$

View File

@ -3,6 +3,7 @@
%% Updated by Rob J Hyndman. 8 October 2018 %% Updated by Rob J Hyndman. 8 October 2018
\RequirePackage{beamerthememetropolis} \RequirePackage{beamerthememetropolis}
\usecolortheme{monashblue}
\usefonttheme{monash} \usefonttheme{monash}
\metroset{progressbar=foot} \metroset{progressbar=foot}
@ -54,13 +55,14 @@
\def\placefig#1#2#3#4{\begin{textblock}{.1}(#1,#2)\rlap{\includegraphics[#3]{#4}}\end{textblock}} \def\placefig#1#2#3#4{\begin{textblock}{.1}(#1,#2)\rlap{\includegraphics[#3]{#4}}\end{textblock}}
% Monash title page % Monash title page
\setbeamerfont{title}{series=\bfseries,parent=structure,size=\fontsize{24}{32}}
\setbeamertemplate{title page} \setbeamertemplate{title page}
{\placefig{-0.01}{-0.01}{width=1.01\paperwidth,height=1.01\paperheight}{titlepage} {\placefig{-0.01}{-0.01}{width=1.01\paperwidth,height=1.01\paperheight}{titlepage}
\begin{textblock}{7.5}(1,2.8)\usebeamerfont{title} \begin{textblock}{7.5}(1,2.8)\usebeamerfont{title}
{\color{white}\raggedright\par\inserttitle} {\color{white}\raggedright\par\inserttitle}
\end{textblock} \end{textblock}
\begin{textblock}{7.5}(1,7) \begin{textblock}{7.5}(1,7)
{\color{white}\raggedright{\insertauthor}\\[0.2cm] {\color{white}\raggedright{\insertauthor}\mbox{}\\[0.2cm]
\insertdate} \insertdate}
\end{textblock}} \end{textblock}}