⚡ Compilation LaTeX (Bac)

Fichier tex utilisé : 📄 graphiques/22matj1nc1-exo3.tex

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

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

\documentclass[margin=5mm]{standalone}
\usepackage{ProfLycee}
\usepackage{esvect}

\begin{document}

\begin{tikzpicture}[line join=bevel]
	\draw[semithick] (0.4,3.4)--(0.4,1.5)--(1.9,0.4)--(1.9,2.3)--cycle;%HDAE
	\draw[semithick] (1.9,0.4)--(7.9,0.8)--(7.9,2.7)--(1.9,2.3);%ABFE
	\draw[semithick,dashed] (0.4,1.5)--(6.4,1.9)--(6.4,3.8)--(0.4,3.4);%DCGH
	\draw[semithick,dashed] (7.9,0.8)--(6.4,1.9);%BC
	\draw[semithick] (7.9,2.7)--(6.4,3.8)--(3.4,5.5)--(4.9,4.4)--cycle;%FGJI
	\draw[semithick] (4.9,4.4)--(1.9,2.3);%IE
	\draw[semithick] (3.4,5.5)--(0.4,3.4);%JH
	\draw[very thick,->,>=latex] (1.9,0.4)--(3.9,0.533);
	\draw[very thick,->,>=latex] (1.9,0.4)--(1.15,0.95);
	\draw[very thick,->,>=latex] (1.9,0.4)--(1.9,2.3);
	\draw[semithick] (11.6,0.3)--(7.9,1.2);
	\draw[semithick,dashed] (7.9,1.2)--(7.15,1.35);
	%points
	\draw (1.9,0.4) node[below] {A} ;
	\draw (7.9,0.8) node[below right] {B} ;
	\draw (6.4,2.1) node[right] {C} ;
	\draw (0.4,1.5) node[left] {D} ;
	\draw (1.9,2.3) node[above] {E} ;
	\draw (7.9,2.7) node[right] {F} ;
	\draw (6.4,3.8) node[above right] {G} ;
	\draw (0.4,3.4) node[above left] {H} ;
	\draw (4.9,4.4) node[below] {I} ;
	\draw (3.4,5.5) node[above] {J} ;
	\filldraw (11.6,0.3) circle[radius=2pt] node[right] {R} ;
	\draw (1.7,0.6) node[below left] {$\vv{\jmath}$} ;
	\draw (2.9,0.45) node[below right] {$\vv{\imath}$} ;
	\draw (1.9,1.35) node[right] {$\vv{k}$} ;
\end{tikzpicture}

\end{document}