cnam.marc/cnam/travaux/thesis/presentation/settings.tex

46 lines
1 KiB
TeX
Raw Normal View History

2020-10-19 12:25:26 +02:00
% set pdf and title page metadata
2020-10-19 10:39:33 +02:00
\author[\authorshort]{\authorlong}
2020-10-18 00:39:25 +02:00
\title[\titleshort]{\titlelong}
\subtitle{\titlesub}
2020-10-19 10:39:33 +02:00
% set title page metadata
\logo{\includegraphics[height=7.5em]{../../cnam}}
2020-10-18 01:33:33 +02:00
\institute[\instituteshort]{\institutelong}
2020-10-18 00:39:25 +02:00
\date[\typeshort \dateshort]{\typelong\\\datelong}
2020-10-19 12:25:26 +02:00
% pdf
\hypersetup{
pdfinfo={
Creator={XeLaTeX / beamer},
},
}
% set theme
2020-10-12 22:49:15 +02:00
\usetheme{Berkeley}
2020-10-19 12:25:26 +02:00
% set theme color
2020-10-12 22:49:15 +02:00
\usecolortheme{seahorse}
2020-10-19 12:25:26 +02:00
% set background image
2020-10-12 22:54:19 +02:00
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../paper}}
2020-10-12 16:42:21 +02:00
2020-10-19 12:25:26 +02:00
% remove navigation symbols
2020-10-12 16:42:21 +02:00
\beamertemplatenavigationsymbolsempty
2020-10-12 16:52:55 +02:00
2020-10-19 12:25:26 +02:00
% set page numbering
2020-10-12 16:52:55 +02:00
\addtobeamertemplate{navigation symbols}{}{
\color{black}\normalsize\textbf\insertframenumber}
2020-10-20 23:17:22 +02:00
2020-10-21 09:49:11 +02:00
% handle multiple columns
2020-10-20 23:17:22 +02:00
\usepackage{multicol}
2020-10-21 09:49:11 +02:00
% set environments
% set frame with automatic title
\newenvironment{frm}{\begin{frame}\frametitle{%
\insertsectionhead\\
\ifx\insertsubsection\empty\else
\insertsubsectionhead
\ifx\insertsubsubsection\empty\else
\ / \insertsubsubsectionhead
\fi\fi
}}{\end{frame}}