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
Pipeline #
......@@ -28,7 +28,7 @@ PDF=$(MD:%.md=%.pdf)
all: $(PNG) $(HTML) $(PDF)
figs/%.png: figs/%.svg figs/%.pdf
figs/%.png: figs/%.svg
convert \-flatten $< $@
%.pdf: %.md Makefile
......@@ -37,5 +37,9 @@ figs/%.png: figs/%.svg figs/%.pdf
%.html: %.md Makefile
pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $<
deploy: all
mkdir -p mti
cp cours.html mti/index.html
clean:
rm -rf *.html *.pdf
......@@ -18,6 +18,15 @@ cref: false
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
## Fonctions
......
......@@ -233,15 +233,6 @@ $if(institute)$
$endif$
\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}
$if(title)$
\maketitle
......
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