⚡ Compilation LaTeX (Bac)

Fichier tex utilisé : 📄 graphiques/26matj1an1-exo4.tex

↩ Retour 💾 Télécharger le fichier original 📦 Sur la Forge

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

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

\begin{document}

\begin{GraphiqueTikz}[x=1cm,y=1cm,Xmin=-6,Xmax=7,Xgrille=1,Xgrilles=1,Ymin=-3,Ymax=6,Ygrille=1,Ygrilles=1]
  \tikzset{pflgrillep/.style={thin,gray,densely dotted}}
  \tikzset{pflgrilles/.style={thin,gray,densely dotted}}
  \TracerAxesGrilles[Police=\small,Elargir=2.5mm]{auto}{auto}
  \TracerCourbe[Couleur=red]{5*ln(x^2+1) - 3*x}
  \TracerCourbe[Couleur=blue]{2*x + 5*ln(2) - 5}
  \PlacerTexte[Couleur=red,Police=\large]{(-1,3)}{$\mathcal{C}_f$}
  \MarquerPts[Style=x]{(1,{2+5*ln(2)-5})/$A$/right} %croix
\end{GraphiqueTikz}

\end{document}