fix font, fill blocks and change desc
This commit is contained in:
parent
b257b67de0
commit
ba0ba474cf
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
\NeedsTeXFormat{LaTeX2e}
|
||||
|
||||
\ProvidesPackage{projektor}[2023/04/29 Class who happen to use beamer]
|
||||
\ProvidesPackage{projektor}[2023/04/29 Beamer template]
|
||||
|
||||
% Options
|
||||
\newif\ifoption@code
|
||||
|
@ -24,7 +24,8 @@
|
|||
% Metropolis + barre de progression + numéro de page
|
||||
\usetheme[
|
||||
progressbar=frametitle,
|
||||
numbering=fraction
|
||||
numbering=fraction,
|
||||
block=fill
|
||||
]{metropolis}
|
||||
|
||||
|
||||
|
@ -51,9 +52,7 @@
|
|||
\setbeamertemplate{section in toc}[sections numbered]
|
||||
|
||||
% Police
|
||||
\RequirePackage[T1]{fontenc}
|
||||
\RequirePackage{lmodern}
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
|
||||
% Inverse titre court/titre long dans le plan
|
||||
\RequirePackage{etoolbox}
|
||||
|
|
Loading…
Reference in a new issue