📝 Code source du fichier LaTeX

📄 21matj1an1-exob.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.2cm,y=1.2cm,Xmin=0,Xmax=9,Xgrilles=0.2,Ymin=-1,Ymax=5,Ygrilles=0.2]
	%axes et grille
	\TracerAxesGrilles[Elargir=0mm,Police=\small]{1,2,...,8}{-1,0,...,4}
	%tracés
	\TracerCourbe[Couleur=blue]{4}
	\TracerCourbe[Couleur=red,Debut=0.1]{(4+4*ln(x))/x}
	%textes
	\PlacerTexte[Couleur=blue,Police=\large,Position=above right]{(8,4)}{$\mathcal{T}$}
	\PlacerTexte[Couleur=red,Police=\large,Position=below right]{(0.35,-0.25)}{$\mathcal{C}_f$}
	\PlacerTexte[Police=\large,Position=above]{(1,4)}{$A$}
\end{GraphiqueTikz}

\end{document}