You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
447 B
21 lines
447 B
% The template bases on beamer
|
|
% http://ftp.fernuni-hagen.de/ftp-dir/pub/mirrors/www.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf
|
|
% notes:
|
|
% default beamer framesize 128mm x 96mm
|
|
|
|
\mode<presentation>
|
|
|
|
% Requirement
|
|
\RequirePackage{tikz}
|
|
|
|
% Settings
|
|
\useinnertheme{pas}
|
|
\useoutertheme{pas}
|
|
\usecolortheme{pas}
|
|
\usefonttheme{pas}
|
|
|
|
\setbeamertemplate{navigation symbols}{}
|
|
\setbeamertemplate{blocks}[rounded][shadow=true]
|
|
|
|
\mode<all>
|