From 175bd7c2885c538463990d20e39986d63a684710 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@hesge.ch>
Date: Sun, 25 Oct 2020 01:25:04 +0200
Subject: [PATCH] updated paths

---
 Makefile                                | 12 ++++++------
 travaux_pratiques/tpEdo/Makefile        |  4 ++--
 travaux_pratiques/tpEdo/tpEquadiffs.md  |  2 +-
 travaux_pratiques/tpIntegrales/Makefile |  4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Makefile b/Makefile
index a3a2b7a..f10bdfb 100644
--- a/Makefile
+++ b/Makefile
@@ -33,13 +33,13 @@ deploy: all
 	cp cours.html mti/index.html
 	cp cours.pdf mti/cours.pdf
 	mkdir -p mti/tpIntegrales
-	make -C tpIntegrales
-	cp tpIntegrales/*.pdf mti/tpIntegrales/
-	cp tpIntegrales/tp_integrales_conv.html mti/tpIntegrales/index.html
+	make -C travaux_pratiques/tpIntegrales
+	cp travaux_pratiques/tpIntegrales/*.pdf mti/tpIntegrales/
+	cp travaux_pratiques/tpIntegrales/tp_integrales_conv.html mti/tpIntegrales/index.html
 	mkdir -p mti/tpEdo
-	make -C tpEdo
-	cp tpEdo/*.pdf mti/tpEdo/
-	cp tpEdo/tpEquadiffs.html mti/tpEdo/index.html
+	make -C travaux_pratiques/tpEdo
+	cp travaux_pratiques/tpEdo/*.pdf mti/tpEdo/
+	cp travaux_pratiques/tpEdo/tpEquadiffs.html mti/tpEdo/index.html
 
 clean:
 	rm -rf *.html *.pdf
diff --git a/travaux_pratiques/tpEdo/Makefile b/travaux_pratiques/tpEdo/Makefile
index 9a261f7..d9bd4f9 100644
--- a/travaux_pratiques/tpEdo/Makefile
+++ b/travaux_pratiques/tpEdo/Makefile
@@ -13,9 +13,9 @@ PDFOPTIONS += --template=./default.latex
 
 
 HTMLOPTIONS += -t html5
-HTMLOPTIONS += -c ../css/styling.css
+HTMLOPTIONS += -c ../../css/styling.css
 HTMLOPTIONS += --self-contained
-HTMLOPTIONS += --mathjax=../MathJax.js
+HTMLOPTIONS += --mathjax=../../MathJax.js
 
 MD=$(wildcard *.md)
 HTML=$(MD:%.md=%.html)
diff --git a/travaux_pratiques/tpEdo/tpEquadiffs.md b/travaux_pratiques/tpEdo/tpEquadiffs.md
index ef63b28..7a9834f 100644
--- a/travaux_pratiques/tpEdo/tpEquadiffs.md
+++ b/travaux_pratiques/tpEdo/tpEquadiffs.md
@@ -103,7 +103,7 @@ où les constantes sont données par $\beta=8/3$, $\sigma=10$, et $\rho=28$.
 
 ![Solution dans le plan $x-z$ de l'équation de Lorenz pour une solution
 initiale donnée (image tirée de
-Wikipedia).](../figs/1024px-Lorenz_system_r28_s10_b2-6666.png){#fig_lorenz
+Wikipedia).](../../figs/1024px-Lorenz_system_r28_s10_b2-6666.png){#fig_lorenz
 width="50%"}
 
 La solution de l'équation de Lorenz est dite *chaotique*. Cela signifie
diff --git a/travaux_pratiques/tpIntegrales/Makefile b/travaux_pratiques/tpIntegrales/Makefile
index 9a261f7..d9bd4f9 100644
--- a/travaux_pratiques/tpIntegrales/Makefile
+++ b/travaux_pratiques/tpIntegrales/Makefile
@@ -13,9 +13,9 @@ PDFOPTIONS += --template=./default.latex
 
 
 HTMLOPTIONS += -t html5
-HTMLOPTIONS += -c ../css/styling.css
+HTMLOPTIONS += -c ../../css/styling.css
 HTMLOPTIONS += --self-contained
-HTMLOPTIONS += --mathjax=../MathJax.js
+HTMLOPTIONS += --mathjax=../../MathJax.js
 
 MD=$(wildcard *.md)
 HTML=$(MD:%.md=%.html)
-- 
GitLab