première version améliorée

This commit is contained in:
François Pelletier 2017-09-12 01:10:13 -04:00
parent 886afbbb08
commit 2f33ae5ed0
6 changed files with 12 additions and 4 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
journal_de_bord_908144032.pdf

View file

@ -1,12 +1,13 @@
---
title: "GLO-7001 - Conception de systèmes intelligents"
subtitle: "Journal de bord individuel"
author: "François Pelletier"
author: "François Pelletier (908 144 032)"
header-includes:
- \usepackage[T1]{fontenc}
- \usepackage[french]{babel}
- \usepackage{datetime}
---
\begin{center}
Cette version a été produite le \today
Cette version a été produite le {\today} à {\currenttime}
\end{center}

View file

@ -1,4 +1,7 @@
#!/bin/bash
for filename in *.md; do
pandoc -f markdown+yaml_metadata_block+raw_tex --latex-engine=pdflatex -o "pdf/$(basename "$filename" .md)".pdf $filename
pandoc -f markdown+yaml_metadata_block+raw_tex -V documentclass=book --latex-engine=pdflatex -o "./pdf/$(basename "$filename" .md)".pdf $filename
done
pdfjoin ./pdf/README.pdf ./pdf/semaine*.pdf -o journal_de_bord_908144032.pdf

Binary file not shown.

Binary file not shown.

View file

@ -1,6 +1,8 @@
# Semaine 2: Introduction à l'intelligence artificielle
## Extraits du livre Introduction to artificial intelligence de Philip C. Jackson, Jr.
## Première lecture
Extraits du livre Introduction to artificial intelligence de Philip C. Jackson, Jr.
Ce livre a été publié initialement en 1974 et réédité en 1985. C'est la copie que je possède.