M .task/backlog.data M .task/completed.data M .task/pending.data M .task/undo.data A PLAN_OF_STUDY_111225.pdf R Writing/202510270-Emerson-Pres/SaboOneSlide.pdf -> Presentations/202510270-Emerson-Pres/SaboOneSlide.pdf R Writing/202510270-Emerson-Pres/beamerthemedane.sty -> Presentations/202510270-Emerson-Pres/beamerthemedane.sty R Writing/202510270-Emerson-Pres/beamerthemedane_native.sty -> Presentations/202510270-Emerson-Pres/beamerthemedane_native.sty
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>
|