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
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>
|