A .DS_Store A Presentations/.DS_Store A Presentations/20251215-Emerson-Pres/.DS_Store A Presentations/20251215-Emerson-Pres/ERLM_SABO_DRAFT_PRES.pdf A Presentations/20251215-Emerson-Pres/ERLM_SABO_FINAL_PRES.pdf A Presentations/20251215-Emerson-Pres/actual-presentation-outline.md A Presentations/20251215-Emerson-Pres/bouncing_ball_hybrid.py A Presentations/20251215-Emerson-Pres/images/.DS_Store
37 lines
1.3 KiB
TeX
37 lines
1.3 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% FONT THEME - Using default LaTeX fonts
|
|
% Defines: font families and font assignments
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\mode<presentation>
|
|
|
|
% Just use the default sans-serif family - no fontspec needed!
|
|
% This uses Computer Modern Sans, which is always available
|
|
|
|
% Font family shortcuts for compatibility with original theme
|
|
\newcommand{\RubikBold}{\sffamily\bfseries}
|
|
\newcommand{\RubikRegular}{\sffamily}
|
|
\newcommand{\RubikItalic}{\sffamily\itshape}
|
|
\newcommand{\OpenSansBold}{\sffamily\bfseries}
|
|
\newcommand{\OpenSansRegular}{\sffamily}
|
|
\newcommand{\OpenSansItalic}{\sffamily\itshape}
|
|
|
|
% Define What the Fonts are Used For
|
|
%Title Page
|
|
\setbeamerfont*{title}{family=\sffamily\bfseries, size=\Large}
|
|
\setbeamerfont*{frametitle}{family=\sffamily\bfseries, size=\large}
|
|
|
|
%Outer Stuff
|
|
\setbeamerfont*{section}{family=\OpenSansBold, size=\Large}
|
|
\setbeamerfont*{subsection}{family=\OpenSansBold, size=\large}
|
|
\setbeamerfont*{footline}{family=\OpenSansItalic, size=\tiny}
|
|
|
|
%Block Stuff
|
|
\setbeamerfont*{block title}{family=\OpenSansBold, size=\normalsize}
|
|
|
|
% Caption font
|
|
\setbeamerfont*{caption}{family=\OpenSansRegular, size=\small}
|
|
%\setbeamerfont*{normal text}{family=\OpenSansRegular, size=\small}
|
|
|
|
\mode<all>
|