summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/profcollege/latex/PfCNotionFonction.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/profcollege/latex/PfCNotionFonction.tex')
-rw-r--r--macros/latex/contrib/profcollege/latex/PfCNotionFonction.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/latex/contrib/profcollege/latex/PfCNotionFonction.tex b/macros/latex/contrib/profcollege/latex/PfCNotionFonction.tex
index 9b6c46725a..0941c913ee 100644
--- a/macros/latex/contrib/profcollege/latex/PfCNotionFonction.tex
+++ b/macros/latex/contrib/profcollege/latex/PfCNotionFonction.tex
@@ -288,7 +288,7 @@
nbspline=0;
%
nbpoints=50;
- %
+ %
vardef SplineCubique(expr xzero,yzero,xuno,yuno,dzero,duno)=
nbspline:=nbspline+1;
a[nbspline]*(xzero**3)+b[nbspline]*(xzero**2)+c[nbspline]*xzero+d[nbspline]=yzero;
@@ -737,7 +737,7 @@
dotlabel.lft(TEX("\num{"&decimal(k)&"}"),Origine*cm+(0,k*yu));
endfor;
fi;
-%
+%
drawoptions(withpen pencircle scaled(1));
drawarrow (u*(0,ymin-grilley)--u*(0,ymax+grilley)) shifted (u*(xpart(Origine),0));
drawarrow (u*(xmin-grillex,0)--u*(xmax+grillex,0)) shifted (u*(0,ypart(Origine)));
@@ -798,7 +798,7 @@
dotlabel.lft(LATEX("\num{"&decimal(k)&"}"),(xpart(Origine*cm),k*yu+ypart(Origine*cm)));
endfor;
fi;
-%
+%
drawoptions(withpen pencircle scaled(1));
drawarrow (u*(0,ymin)--u*(0,ymax)) shifted (u*(xpart(Origine),0));
drawarrow (u*(xmin,0)--u*(xmax,0)) shifted (u*(0,ypart(Origine)));