Skip to content
Snippets Groups Projects
Commit 56233b45 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

index et makefile crees

parent f805a5e6
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
STYLES := ../css/tufte-css/tufte.css \
../css/pandoc.css \
../css/pandoc-solarized.css \
../css/tufte-extra.css
all: index.html
index.html: index.md Makefile
pandoc -o $@ $< -t html5 -c ../css/styling.css
deploy: all
mkdir -p site
cp index.html site/
cp -r css site/
clean:
rm -rf index.html
index.md 0 → 100644
---
author:
- Orestis Malaspinas
title: Quelques cours de la filière ITI de hepia
autoSectionLabels: true
autoEqnLabels: true
eqnPrefix:
- "éq."
- "éqs."
chapters: true
numberSections: true
chaptersDepth: 1
sectionsDepth: 3
lang: fr
documentclass: book
papersize: A4
cref: false
pandoc-numbering:
- category: exercice
listing: Liste des exercices
urlcolor: blue
corrige: false
---
# Cours de première année
## [Programmation séquentielle](prog_seq/index.html)
# Cours de deuxième année
## [Mathmématique en technologie de l'information](mti/index.html)
## [Sciences en orientation logicielle](sol/index.html)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment