defined variables
This commit is contained in:
parent
c0a2b9f715
commit
6802ef7b81
1 changed files with 8 additions and 6 deletions
|
@ -1,10 +1,4 @@
|
||||||
---
|
---
|
||||||
author: Julia Spriggs
|
|
||||||
date: 15 Octobre 2024
|
|
||||||
institution: Wild Code School
|
|
||||||
subtitle: Oros
|
|
||||||
title: Dossier de projet
|
|
||||||
|
|
||||||
header-includes:
|
header-includes:
|
||||||
- \usepackage{geometry}
|
- \usepackage{geometry}
|
||||||
- \geometry{a4paper,portrait,top=20mm,bottom=20mm,left=20mm,right=20mm}
|
- \geometry{a4paper,portrait,top=20mm,bottom=20mm,left=20mm,right=20mm}
|
||||||
|
@ -12,6 +6,14 @@ header-includes:
|
||||||
lang: fr
|
lang: fr
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- define variables -->
|
||||||
|
\def\authorshort{SPRIGGS}
|
||||||
|
\def\authorlong{Julia \authorshort}
|
||||||
|
\def\dateshort{2024}
|
||||||
|
\def\datelong{Lundi 04 Novembre \dateshort}
|
||||||
|
\def\titleshort{Oros}
|
||||||
|
\def\titlelong{\titleshort : location de matériel de montagne}
|
||||||
|
|
||||||
<!-- set counters -->
|
<!-- set counters -->
|
||||||
\setcounter{secnumdepth}{3}
|
\setcounter{secnumdepth}{3}
|
||||||
\setcounter{tocdepth}{3}
|
\setcounter{tocdepth}{3}
|
||||||
|
|
Loading…
Reference in a new issue