Based on https://github.com/Wandmalfarbe/pandoc-latex-template project
#Install dependencies
brew install --cask mactex
brew install pip
pip install pandoc-latex-environment
# update tlmgr and packages
sudo tlmgr update --self
#MD -> .pdf
./build.sh
- Télécharger et installer Pandoc : https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-windows-x86_64.msi
- Télécharger et installer Python : https://www.python.org/
- Télécharger et installer MikTeX : https://miktex.org/download
Puis :
pip install pandoc-latex-environment
Cloner le repo:
git-clone https://github.com/fabienchevalier/maleo-dat.git
Le fichier à modifier ce situe dans src/DAT_Template.md
. En haut du document, il y a des paramètres à modifier (entre les ---
):
# Document informations
title: "Document d'Architecture Technique"
author: [Prénom NOM]
subject: "MISSION"
date: "09-01-2023"
keywords: [DAT, Gouvernance]
#Headers titles
header-center: "Gouvernance"
#Footer titles
footer-center: "Projet Professionnel"
#Add TOC
toc: true
toc-title: "Sommaire"
toc-own-page: true
#Add a title page
titlepage: true,
titlepage-rule-height: 0
titlepage-background: "img/bg/pages_background.pdf"
titlepage-logo: "img/logo_infratech.png"
Pour afficher des petites infobulles dans le document, voir https://github.com/Wandmalfarbe/pandoc-latex-template/raw/master/examples/boxes-with-pandoc-latex-environment-and-awesomebox/document.pdf
MacOS/Linux:
chmod+x build.sh && ./build.sh
Windows:
./build.ps1
Le PDF sera situé dans le dossier output/