Skip to content
Snippets Groups Projects
Unverified Commit 175bd7c2 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated paths

parent 1eb2da29
No related branches found
No related tags found
No related merge requests found
Pipeline #12445 passed
......@@ -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
......@@ -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)
......
......@@ -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
......
......@@ -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)
......
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