M Presentations/ERLM/main.fdb_latexmk M Presentations/ERLM/main.fls M Presentations/ERLM/main.log M Presentations/ERLM/main.pdf M Presentations/ERLM/main.synctex.gz M Presentations/ERLM/theme/beamercolorthemedane_native.sty M Presentations/ERLM/theme/beamerthemedane_native.sty
40 lines
956 B
TeX
40 lines
956 B
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% DANE NATIVE BEAMER THEME
|
|
% A clean, modular beamer theme
|
|
%
|
|
% Author: Dane A. Sabo
|
|
% License: MIT
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\mode<presentation>
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% REQUIREMENTS
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\RequirePackage{tikz}
|
|
\RequirePackage[dvipsnames]{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>
|