diff --git a/dossier de projet/build.sh b/dossier de projet/build.sh index 9399ede..cda426a 100755 --- a/dossier de projet/build.sh +++ b/dossier de projet/build.sh @@ -3,11 +3,13 @@ main() { local file="$(readlink --canonicalize-existing "${0}")" local root="$(dirname "${file}")" -local input="${root}/main.md" -local output="${root}/main.pdf" +local name="main" +local input="${root}/${name}.md" +local output="${root}/${name}.pdf" +local style="tango" pandoc \ "${input}" \ ---highlight-style "tango" \ +--highlight-style "${style}" \ --output "${output}" \ --pdf-engine "xelatex" \ \ diff --git a/dossier de projet/images/wcs.png b/dossier de projet/images/wcs.png new file mode 100644 index 0000000..15dcefa Binary files /dev/null and b/dossier de projet/images/wcs.png differ diff --git a/dossier de projet/main.md b/dossier de projet/main.md index 3201269..6b0f349 100644 --- a/dossier de projet/main.md +++ b/dossier de projet/main.md @@ -1,23 +1,71 @@ --- -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 +header-includes: +- \usepackage{geometry} +- \geometry{a4paper,portrait,top=20mm,bottom=20mm,left=20mm,right=20mm} +- \usepackage{relsize} lang: fr -numbersections: true -secnumdepth: 2 -toc: true -toc-depth: 2 --- -\newpage + +\newcommand{\hrq}{ +\rule{.25\textwidth}{1pt} +} + + +\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} + + +\setcounter{secnumdepth}{3} +\setcounter{tocdepth}{3} + + +\setmainfont{DejaVu Sans} +\setmonofont{DejaVu Sans Mono} + + + +\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 + + + +\tableofcontents +\pagebreak + + # Liste des Compétences du référentiel