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}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
|
||||||
\ProvidesPackage{projektor}[2023/04/29 Class who happen to use beamer]
|
\ProvidesPackage{projektor}[2023/04/29 Beamer template]
|
||||||
|
|
||||||
% Options
|
% Options
|
||||||
\newif\ifoption@code
|
\newif\ifoption@code
|
||||||
|
@ -24,7 +24,8 @@
|
||||||
% Metropolis + barre de progression + numéro de page
|
% Metropolis + barre de progression + numéro de page
|
||||||
\usetheme[
|
\usetheme[
|
||||||
progressbar=frametitle,
|
progressbar=frametitle,
|
||||||
numbering=fraction
|
numbering=fraction,
|
||||||
|
block=fill
|
||||||
]{metropolis}
|
]{metropolis}
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,9 +52,7 @@
|
||||||
\setbeamertemplate{section in toc}[sections numbered]
|
\setbeamertemplate{section in toc}[sections numbered]
|
||||||
|
|
||||||
% Police
|
% Police
|
||||||
\RequirePackage[T1]{fontenc}
|
|
||||||
\RequirePackage{lmodern}
|
\RequirePackage{lmodern}
|
||||||
\renewcommand{\familydefault}{\sfdefault}
|
|
||||||
|
|
||||||
% Inverse titre court/titre long dans le plan
|
% Inverse titre court/titre long dans le plan
|
||||||
\RequirePackage{etoolbox}
|
\RequirePackage{etoolbox}
|
||||||
|
|
Loading…
Reference in a new issue