summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/proflycee/tex/proflycee-tools-graphiques.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/proflycee/tex/proflycee-tools-graphiques.tex')
-rw-r--r--macros/latex/contrib/proflycee/tex/proflycee-tools-graphiques.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/latex/contrib/proflycee/tex/proflycee-tools-graphiques.tex b/macros/latex/contrib/proflycee/tex/proflycee-tools-graphiques.tex
index c7208604bf..747e425b58 100644
--- a/macros/latex/contrib/proflycee/tex/proflycee-tools-graphiques.tex
+++ b/macros/latex/contrib/proflycee/tex/proflycee-tools-graphiques.tex
@@ -618,6 +618,18 @@
}
+%courbe via xint
+\NewDocumentCommand\CourbeTikzXint{ O{} m m }{%
+ %1 = options tikz du \draw
+ %2 = formule xint
+ %3 = début...[pas]...fin
+ \draw[#1] plot[smooth] coordinates {%
+ \xintthecoords\xintfloatexpr
+ seq((x,#2),x=#3)
+ \relax
+ };
+}
+
%courbe ?
\newcommand\CourbeTikz[3][]{%
\setsepchar{:}%