This commit is contained in:
2025-09-04 23:24:59 +02:00
parent 10ca484707
commit 310deec27b
12 changed files with 5249 additions and 23 deletions

View File

@@ -3,7 +3,9 @@ title: "Template Quarto"
subtitle: "pour mes documents"
type-document:
cours: true
format: cours-pdf
format:
cours-pdf:
toc: false
author: Jeff LANCE
date: last-modified
---
@@ -31,7 +33,7 @@ Ce document est un exemple d'usage de ce template.
\begin{center}
\begin{tblr}{
colspec={Q[red9,l]cccQ[green9,r]},
colspec={Q[red9,l]Q[c,capri,3cm]ccQ[green9,r]},
hlines, vlines
}
cell 1-1 & cell 1-2 & cell 1-3 & cell 1-4 & cell 1-5 \\
@@ -41,7 +43,9 @@ Ce document est un exemple d'usage de ce template.
# Besoin de sauter une page
\lipsum
:::{.center}
Blabla.
:::
# Test des couleurs
@@ -49,10 +53,37 @@ Test : \textcolor{crimsonglory}{Ce texte est en `crimsonglory`}. Ici en normal.
# Test des environnements
\begin{definition}
Ceci est un test
\begin{definition}[sous-titre]
Ceci est une définition.
\end{definition}
\begin{definition}*[\textcolor{amber}{sous-titre}]
Ceci est un définition.
\end{definition}
[En utilisant]{.tanColor} l'extension `latex-environment`.\
:::
:::{.definition options="nouveau"}
Ceci est encore une définition.
:::
\begin{propriete}[sous-titre]
Ceci est une propriété.
\end{propriete}
\begin{propriete}*[\textcolor{brickred}{sous-titre}]
Ceci est un propriété.
\end{propriete}
\begin{theoreme}[sous-titre]
Ceci est une théorème.
\end{theoreme}
\begin{theoreme}*[\textcolor{columbiablue}{\textbf{sous-titre}}]
Ceci est un théorème.
\end{theoreme}
# More Information
You can learn more about controlling the appearance of PDF output here: <https://quarto.org/docs/output-formats/pdf-basics.html>