📝 Code source du fichier LaTeX

📄 21matj2po3-exoa.tex

↩ Retour 💾 Fichier tex 📦 Sur la Forge

% !TeX TXS-program:compile = txs:///pdflatex

\documentclass[margin=5mm]{standalone}
\usepackage[nonpgfplots]{tkz-grapheur}

\begin{document}

\begin{GraphiqueTikz}[x=1.25cm,y=1.25cm,Xmin=-3,Xmax=4,Ymin=-1,Ymax=4]
	%axes et grilles
	\TracerAxesGrilles[Elargir=0mm,Police=\small,Origine]{-3,-2,-1,1,2,3}{-1,1,2,3}
	%tracés
	\TracerCourbe[Couleur=red]{(x+2)*exp(-x)}
	\TracerCourbe[Couleur=blue,StyleTrace=dotted,Debut=-1.5,Fin=2.5]{-x+2}
	%textes
	\PlacerTexte[Couleur=red,Position=above right]{(-2,2)}{$\mathcal{C}$}
	\MarquerPts{(0,2)/$A$/above right,(2,0)/$B$/above right}
\end{GraphiqueTikz}

\end{document}