1
Fork 0
appliedcryptography/slides/theme/beamerthemecipher.sty

23 lines
584 B
Text
Raw Normal View History

2025-06-26 12:19:00 +02:00
\ProvidesPackage{theme/beamerthemecipher}[2025/05/04 v1.0 Cipher Beamer Theme]
% Load required packages
\RequirePackage{
mathtools,fontspec,unicode-math,
amsmath,amsthm,amssymb,amsfonts,graphicx,setspace,cancel,
etoolbox,hyperref,xstring,fancybox,xspace,titlecaps
}
\RequirePackage{microtype}
% TikZ libraries
\RequirePackage{tikz}
\RequirePackage{pgfplots}
\pgfplotsset{compat=1.18}
% Load dependent themes
\usecolortheme{cipher}
\usefonttheme{cipher}
\useinnertheme{cipher}
\useoutertheme{cipher}
\RequirePackage{../../misc/macros/joc}
\RequirePackage{../../misc/macros/msc5}