up
This commit is contained in:
@@ -1,15 +1,17 @@
|
|||||||
title: Cours
|
title: Cours
|
||||||
author: Jeff LANCE
|
author: Jeff LANCE
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
pdf-engine: lualatex
|
|
||||||
quarto-required: ">=1.7.0"
|
quarto-required: ">=1.7.0"
|
||||||
contributes:
|
contributes:
|
||||||
formats:
|
formats:
|
||||||
pdf:
|
pdf:
|
||||||
|
pdf-engine: lualatex
|
||||||
|
documentclass: scrartcl
|
||||||
template-partials:
|
template-partials:
|
||||||
- title.tex
|
- title.tex
|
||||||
include-in-header: header.tex
|
include-in-header: header.tex
|
||||||
include-before-title: before-title.tex
|
include-before-title: before-title.tex
|
||||||
|
include-before-body: before-body.tex
|
||||||
papersize: a4paper
|
papersize: a4paper
|
||||||
geometry:
|
geometry:
|
||||||
- includeheadfoot
|
- includeheadfoot
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
\usepackage{annee-scolaire}
|
\usepackage{annee-scolaire}
|
||||||
\usepackage[dash]{dashundergaps}
|
\usepackage[dash]{dashundergaps}
|
||||||
\usepackage{comment}
|
\usepackage{comment}
|
||||||
\usepackage{minted}
|
% \usepackage{minted}
|
||||||
\usepackage{dashrule}
|
\usepackage{dashrule}
|
||||||
\usepackage{qrcode}
|
\usepackage{qrcode}
|
||||||
\usepackage{verse}
|
\usepackage{verse}
|
||||||
@@ -44,5 +44,6 @@
|
|||||||
\usepackage[]{hyperref}
|
\usepackage[]{hyperref}
|
||||||
\usepackage{chngcntr}
|
\usepackage{chngcntr}
|
||||||
|
|
||||||
|
\usepackage{lipsum}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%% TITLE
|
%% TITLE
|
||||||
|
|
||||||
\usepackage{titling}
|
%\usepackage{titling}
|
||||||
$if(title)$
|
$if(title)$
|
||||||
\title{$title$}
|
\title{$title$}
|
||||||
$endif$
|
$endif$
|
||||||
|
|||||||
BIN
template.pdf
Normal file
BIN
template.pdf
Normal file
Binary file not shown.
18
template.qmd
18
template.qmd
@@ -1,14 +1,26 @@
|
|||||||
---
|
---
|
||||||
title: Untitled
|
title: "Cours avec Quarto"
|
||||||
|
subtitle: "Sous-titre"
|
||||||
format:
|
format:
|
||||||
cours-pdf: default
|
cours-pdf: default
|
||||||
author: Jeff LANCE
|
author: Jeff LANCE
|
||||||
date: last-modified
|
date: last-modified
|
||||||
---
|
---
|
||||||
|
|
||||||
## Introduction
|
# Introduction
|
||||||
|
|
||||||
*TODO* Create an example file that demonstrates the formatting and features of your format.
|
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
|
## More Information
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user