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

modif makefile

parent 8bf20822
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ PDF=$(MD:%.md=%.pdf) ...@@ -28,7 +28,7 @@ PDF=$(MD:%.md=%.pdf)
all: $(PNG) $(HTML) $(PDF) all: $(PNG) $(HTML) $(PDF)
figs/%.png: figs/%.svg figs/%.pdf figs/%.png: figs/%.svg
convert \-flatten $< $@ convert \-flatten $< $@
%.pdf: %.md Makefile %.pdf: %.md Makefile
...@@ -37,5 +37,9 @@ figs/%.png: figs/%.svg figs/%.pdf ...@@ -37,5 +37,9 @@ figs/%.png: figs/%.svg figs/%.pdf
%.html: %.md Makefile %.html: %.md Makefile
pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $< pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $<
deploy: all
mkdir -p mti
cp cours.html mti/index.html
clean: clean:
rm -rf *.html *.pdf rm -rf *.html *.pdf
...@@ -18,6 +18,15 @@ cref: false ...@@ -18,6 +18,15 @@ cref: false
urlcolor: blue urlcolor: blue
--- ---
\newcommand{\dd}{\mathrm{d}}
\newcommand{\real}{\mathbb{R}}
\newcommand{\integer}{\mathbb{Z}}
\newcommand{\definition}{\textbf{Definition }}
\newcommand{\exemples}{\textbf{Exemples }}
\newcommand{\remarque}{\textbf{Remarque }}
\newcommand{\proprietes}{\textbf{Propriétés }}
\newcommand{\propriete}{\textbf{Propriété }}
# Rappel # Rappel
## Fonctions ## Fonctions
......
...@@ -233,15 +233,6 @@ $if(institute)$ ...@@ -233,15 +233,6 @@ $if(institute)$
$endif$ $endif$
\date{$date$} \date{$date$}
\newcommand{\dd}{\mathrm{d}}
\newcommand{\real}{\mathbb{R}}
\newcommand{\integer}{\mathbb{Z}}
\newcommand{\definition}{\textbf{Definition }}
\newcommand{\exemples}{\textbf{Exemples }}
\newcommand{\remarque}{\textbf{Remarque }}
\newcommand{\proprietes}{\textbf{Propriétés }}
\newcommand{\propriete}{\textbf{Propriété }}
\begin{document} \begin{document}
$if(title)$ $if(title)$
\maketitle \maketitle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment