This commit is contained in:
2025-08-31 23:51:00 +02:00
parent d2b4d24c18
commit 739f7cac1c
7 changed files with 3215 additions and 12 deletions

View File

@@ -13,6 +13,8 @@ contributes:
- after-header-includes.latex - after-header-includes.latex
include-in-header: header.tex include-in-header: header.tex
include-before-body: before-body.tex include-before-body: before-body.tex
format-resources:
- packages/couleurs.sty
papersize: a4paper papersize: a4paper
geometry: geometry:
- includeheadfoot - includeheadfoot

View File

@@ -1,11 +0,0 @@
%% DYNAMIC TITLE
$if(type.cours)$
\lohead*{Cours - \@subtitle}
$elseif(type.exercice)$
\lohead*{Exercices - $subtitle$}
$elseif(type.activite)$
\lohead*{Activité - $subtitle$}
$else$
\lohead*{$subtitle$}
$endif$

View File

@@ -55,5 +55,5 @@
\usepackage{lipsum} \usepackage{lipsum}
\usepackage{couleurs} % Custom colors package

File diff suppressed because it is too large Load Diff

1604
couleurs.sty Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -43,6 +43,10 @@ Ce document est un exemple d'usage de ce template.
\lipsum \lipsum
# Test des couleurs
Test : \textcolor{crimsonglory}{Ce texte est en `crimsonglory`}. Ici en normal.
# More Information # More Information
You can learn more about controlling the appearance of PDF output here: <https://quarto.org/docs/output-formats/pdf-basics.html> You can learn more about controlling the appearance of PDF output here: <https://quarto.org/docs/output-formats/pdf-basics.html>