📝 Code source du fichier LaTeX
📄 21matj2me3-exob.tex
↩ Retour
💾 Fichier tex
📦 Sur la Forge
% !TeX TXS-program:compile = txs:///pdflatex
\documentclass[margin=5mm]{standalone}
\usepackage[nonpgfplots]{tkz-grapheur}
\usepackage{ProfLycee}
\begin{document}
\begin{GraphiqueTikz}[x=1.65cm,y=1.65cm,Xmin=0,Xmax=5,Ymin=-2.25,Ymax=1]
%axes et grilles
\TracerAxesGrilles[Grille=false,Elargir=0mm,Police=\small]{0,1,2,3,4}{-2,-1,0}
%tracés
\TracerCourbe[Couleur=red,Debut=0.1]{(2*ln(x)-1)/(x)}
\end{GraphiqueTikz}
\end{document}