Compare commits
No commits in common. "3db2370ee78d9eac0b11a88f214da295158f6f02" and "bc6be314e5724ee2843ccab9d6f1e5ff84f3151c" have entirely different histories.
3db2370ee7
...
bc6be314e5
3 changed files with 19 additions and 69 deletions
|
@ -3,13 +3,11 @@
|
|||
main() {
|
||||
local file="$(readlink --canonicalize-existing "${0}")"
|
||||
local root="$(dirname "${file}")"
|
||||
local name="main"
|
||||
local input="${root}/${name}.md"
|
||||
local output="${root}/${name}.pdf"
|
||||
local style="tango"
|
||||
local input="${root}/main.md"
|
||||
local output="${root}/main.pdf"
|
||||
pandoc \
|
||||
"${input}" \
|
||||
--highlight-style "${style}" \
|
||||
--highlight-style "tango" \
|
||||
--output "${output}" \
|
||||
--pdf-engine "xelatex" \
|
||||
\
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB |
|
@ -1,71 +1,23 @@
|
|||
---
|
||||
header-includes:
|
||||
- \usepackage{geometry}
|
||||
- \geometry{a4paper,portrait,top=20mm,bottom=20mm,left=20mm,right=20mm}
|
||||
- \usepackage{relsize}
|
||||
author: Julia Spriggs
|
||||
date: 15 Octobre 2024
|
||||
institution: Wild Code School
|
||||
subtitle: Oros
|
||||
title: Dossier de projet
|
||||
|
||||
geometry:
|
||||
- top=2cm
|
||||
- bottom=2cm
|
||||
- left=2cm
|
||||
- right=2cm
|
||||
lang: fr
|
||||
numbersections: true
|
||||
secnumdepth: 2
|
||||
toc: true
|
||||
toc-depth: 2
|
||||
---
|
||||
|
||||
<!-- define commands -->
|
||||
\newcommand{\hrq}{
|
||||
\rule{.25\textwidth}{1pt}
|
||||
}
|
||||
|
||||
<!-- 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 -->
|
||||
\setcounter{secnumdepth}{3}
|
||||
\setcounter{tocdepth}{3}
|
||||
|
||||
<!-- set fonts -->
|
||||
\setmainfont{DejaVu Sans}
|
||||
\setmonofont{DejaVu Sans Mono}
|
||||
|
||||
<!-- front page -->
|
||||
|
||||
\begin{center}
|
||||
\includegraphics[height=1in]{images/wcs}
|
||||
{\bfseries
|
||||
\begin{large}
|
||||
|
||||
{\larger[2] W}ILD {\larger[2] C}ODE {\larger[2] S}CHOOL
|
||||
\hrq
|
||||
Bordeaux
|
||||
|
||||
\vfill
|
||||
|
||||
\titlelong
|
||||
\hrq
|
||||
\authorlong
|
||||
|
||||
\vfill
|
||||
|
||||
Dossier de projet\\
|
||||
présenté en vue d’obtenir le titre :
|
||||
|
||||
« Concepteur développeur d’applications web »
|
||||
\hrq
|
||||
Soutenu le :
|
||||
|
||||
\datelong
|
||||
|
||||
\end{large}
|
||||
}
|
||||
\end{center}
|
||||
\pagebreak
|
||||
|
||||
<!-- table of contents -->
|
||||
|
||||
\tableofcontents
|
||||
\pagebreak
|
||||
|
||||
<!-- body -->
|
||||
\newpage
|
||||
|
||||
# Liste des Compétences du référentiel
|
||||
|
||||
|
|
Loading…
Reference in a new issue