D Presentations/ERLM/bouncing_ball_hybrid.png A Presentations/ERLM/images/4_research_approach/phase_portrait_sg1.png A Presentations/ERLM/images/4_research_approach/two_loop.png A Presentations/ERLM/images/7_broader_impacts/billion.jpg M Presentations/ERLM/main.aux M Presentations/ERLM/main.fdb_latexmk M Presentations/ERLM/main.fls M Presentations/ERLM/main.log
40 lines
944 B
TeX
40 lines
944 B
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% DANE NATIVE BEAMER THEME
|
|
% A clean, modular beamer theme
|
|
%
|
|
% Author: Dane A. Sabo
|
|
% License: MIT
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\mode<presentation>
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% REQUIREMENTS
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\RequirePackage{tikz}
|
|
\RequirePackage{xcolor}
|
|
\RequirePackage{graphicx}
|
|
\RequirePackage{pgfplots}
|
|
\RequirePackage{geometry}
|
|
|
|
% Configure pgfplots
|
|
\pgfplotsset{compat=1.18}
|
|
|
|
% Load TikZ libraries
|
|
\usetikzlibrary{positioning}
|
|
\usetikzlibrary{calc}
|
|
\usetikzlibrary{arrows,chains,decorations.markings,shadows,shapes.arrows,arrows.meta}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% LOAD THEME COMPONENTS
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Load in order: color, font, inner, outer
|
|
% This ensures proper dependency resolution
|
|
|
|
\usecolortheme{dane_native}
|
|
\usefonttheme{dane_native}
|
|
\useinnertheme{dane_native}
|
|
\useoutertheme{dane_native}
|
|
|
|
\mode<all>
|