Up
This commit is contained in:
@@ -13,6 +13,8 @@ contributes:
|
||||
- after-header-includes.latex
|
||||
include-in-header: header.tex
|
||||
include-before-body: before-body.tex
|
||||
format-resources:
|
||||
- packages/couleurs.sty
|
||||
papersize: a4paper
|
||||
geometry:
|
||||
- includeheadfoot
|
||||
|
||||
@@ -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$
|
||||
@@ -55,5 +55,5 @@
|
||||
|
||||
\usepackage{lipsum}
|
||||
|
||||
|
||||
\usepackage{couleurs} % Custom colors package
|
||||
|
||||
|
||||
1604
_extensions/cours/packages/couleurs.sty
Normal file
1604
_extensions/cours/packages/couleurs.sty
Normal file
File diff suppressed because it is too large
Load Diff
1604
couleurs.sty
Normal file
1604
couleurs.sty
Normal file
File diff suppressed because it is too large
Load Diff
BIN
template.pdf
BIN
template.pdf
Binary file not shown.
@@ -43,6 +43,10 @@ Ce document est un exemple d'usage de ce template.
|
||||
|
||||
\lipsum
|
||||
|
||||
# Test des couleurs
|
||||
|
||||
Test : \textcolor{crimsonglory}{Ce texte est en `crimsonglory`}. Ici en normal.
|
||||
|
||||
# More Information
|
||||
|
||||
You can learn more about controlling the appearance of PDF output here: <https://quarto.org/docs/output-formats/pdf-basics.html>
|
||||
|
||||
Reference in New Issue
Block a user