Les fichiers présents dans ce dépôt permettent la création d'un rapport pdf en utilisant un fichier source rst ou md en utilisant pandoc et latex. Un template et un fichier de configuration disponibles dans le dossier tools sont utilisés.
Le pdf créé à partir de ce readme se trouve dans le dépôt à titre d'exemple.
- Créer le fichier rest ou markdown contenant juste le contenu du rapport (comme ce readme).
- Renseigner les champs nécessaires présents dans le fichier tools/project_infos.yaml.
- Ouvrir un terminal au niveau du Makefile et lancer la commande make. L'aide s'affiche.
- En utilisant make all sans paramètres, le script cherche les fichiers rst ou md et génère les pdf correspondants.
Peu importe où se place la figure Fig. (@fig:img/samiral.png), elle sera référencée dans le lien.
The files in this repository allow to create a pdf report using a md or rst source file using pandoc and latex. A template and a configuration file available in the tools directory are used to build the file correctly.
The pdf file created from this readme can be found in the repository as an example
- Create a rest or markdown file containing only the content of the report (just like the file you are reading right now).
- Fill the fields in the file tools/project_infos.yaml.
- Open a terminal at the makefile level and run make. The help should appear.
- When using make all without parameters, the script will look for rest or markdown files and generate the corresponding pdf.
It doesn't matter where the figure Fig. (@fig:img/samiral.png) will go. It will always be linked.