Senin, 05 Agustus 2024

Scale Diagram In Triangle Shape

Type this following latex code for drawing a Scale Diagram In Triangle Geometry

\documentclass[border=5mm, preview]{standalone}
\usepackage{tikz}
\usetikzlibrary{angles, arrows.meta, quotes}
\usepackage{amsmath}
\usepackage{caption}
\usepackage{fourier}

\begin{document}
\begin{figure}[ht!]
\centering
\begin{tikzpicture}[>= {Straight Barb}, arr/.style= {-Stealth, semithick}] % == configure the arrow

% == draw three nodes
\coordinate (A) at (4, -4);
\coordinate (B) at (0, -4);
\coordinate (C) at (0, -1);

% == drawing a path line
\draw [ultra thick] (0, 0) -- (0, -4) node[anchor=east]{$B$} -- (4, -4) node[anchor=west]{$A$} -- (0, -1) node[anchor=east]{$C$};

% == draw an angle
\draw (B) +(.25,0) |- +(0,.25);
\pic[draw, <-, angle radius=17mm, "$37^{\circ}$"] {angle = C--A--B};

% == draw a measurement annotation
\draw[|<->|, yshift=-5pt,semithick] (0,-4) -- node[below]{5.5 cm} (4,-4);
\end{tikzpicture}
\caption{Scale Diagram In Triangle Shape}
\end{figure}
\end{document}

Output:

Scale Diagram In Triangle Shape

Bibliography

https://latex.org/forum/index.php
https://latexref.xyz/
https://texdoc.org/
https://www.overleaf.com/
https://www.ox.ac.uk/ ( university )
Pearson mathematics book

tex math and science document sample, latex math and science document example, learn about latex, latex lesson, mathematics, latex equation, latex draw, drawing in latex, latex graphic

Related Post

Tidak ada komentar:

Posting Komentar

Various Other Posts