Obsidian/Presentations/ERLM/theme/beamerthemedane_native.sty
Dane Sabo ed59b30dd0 Auto sync: 2025-12-07 20:55:06 (25 files changed)
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
2025-12-07 20:55:06 -05:00

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>