29 lines
537 B
Plaintext
29 lines
537 B
Plaintext
---
|
|
title: "Cours avec Quarto"
|
|
subtitle: "Sous-titre"
|
|
format:
|
|
cours-pdf: default
|
|
author: Jeff LANCE
|
|
date: last-modified
|
|
---
|
|
|
|
# Introduction
|
|
|
|
Cette extension est un template pour mes documents de cours.\
|
|
Elle est basée sur ma classe $\LaTeX$ ``latex-homework/jl-cours``.
|
|
|
|
Ce document est un exemple d'usage de ce template.
|
|
|
|
# Une section
|
|
|
|
\lipsum[1]
|
|
|
|
## Une sous-section
|
|
|
|
\lipsum[1]
|
|
|
|
## More Information
|
|
|
|
You can learn more about controlling the appearance of PDF output here: <https://quarto.org/docs/output-formats/pdf-basics.html>
|
|
|