update projektor
This commit is contained in:
parent
43c8d7dea2
commit
4616f3b48d
1 changed files with 5 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
|
||||
\ifoption@dark
|
||||
% Dark theme
|
||||
% Thème sombre
|
||||
\setbeamercolor{normal text}{fg=white,bg=black!90}
|
||||
\setbeamercolor{alerted text}{fg=orange!65!white}
|
||||
\setbeamercolor{progress bar}{bg=alerted text.fg!20!black!90}
|
||||
|
@ -41,6 +41,9 @@
|
|||
\setlength{\metropolis@progressinheadfoot@linewidth}{0.8pt}
|
||||
\fi
|
||||
|
||||
% Point au lieu de carré dans les listes
|
||||
\setbeamertemplate{itemize items}[circle]
|
||||
|
||||
% Métadonnées
|
||||
\hypersetup{
|
||||
pdfsubject={Présentation},
|
||||
|
@ -48,7 +51,7 @@
|
|||
pdfcreator={LaTeX with Beamer class and projektor template}
|
||||
}
|
||||
|
||||
% Resolve issue with overfull vbox
|
||||
% Plus de "overfull vbox"
|
||||
\def\titlepage{\usebeamertemplate{title page}}
|
||||
|
||||
% Bas de page
|
||||
|
|
Reference in a new issue