Le thème Celestia

20/07/2025 — v1.0.4 — Razik Ikhlef

Fichier sty : beamerthemeCelestia.sty

Documentation au format PDF : Celestia.pdf

Source LaTeX : Celestia.tex

Sommaire

Langue

\usetheme[
    language=french
]{Celestia}

Polices

\usetheme[
    mainface=EB Garamond,
    mainfaceoptions={Scale=1.1},
    sansface=Montserrat,
    monoface=Fira Code,
    allserif
]{Celestia}

Couleurs

\usetheme[
    maincolor=045549,
    accentcolor=E63946,
    backgroundcolor=FAFAFA,
    codebackgroundcolor=F5F5F5
]{Celestia}

Mise en page

\usetheme[
    margin=1.5em,
    frametitle=centered,
    decorative,
    centeredtitle
]{Celestia}

En-têtes

\usetheme[
    headstyle=sffamily,
    headshape=sc,
    headweight=bfseries
]{Celestia}

Code

\usetheme[
    nocodebox, 
    nocodeframe
]{Celestia}

Pied de page

\usetheme[
    quartercirclefooter
]{Celestia}

Table des matières

\usetheme[
    compacttoc,
    twocolumntoc
]{Celestia}

Blocs

Style des blocs

\usetheme[
    soberblock  % Titre coloré sur fond document
]{Celestia}

% ou

\usetheme[
    softblock   % Titre coloré sur fond 10%
]{Celestia}

Pages d’emphase

\begin{frame}[standout]
    Message clé 
    à faire ressortir
\end{frame}