\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:
Notes To see the more clear picture, click on the picture.
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
- Triangle In Latex ( latex equation )
- Number Line In Latex ( latex equation )
- Circle Theorem Using Latex 1 ( latex equation )
- Circle Theorem With Picture 1 ( mathematics lesson )
- Circle Element ( mathematics lesson )
- Latex Vertical Addition ( latex equation )
- Vertical Addition ( math equation )
- Bentuk Aljabar 1 Dalam Bentuk Latex ( latex equation )
- Bentuk Aljabar 1 ( math equation )
- Rumus Logaritma 1 ( math equation )
- Latex Text Mode Symbol
- Latex Template 1
- Latex Line Symbol 1
- Post about latex equation
- Post about Latex
- Two Dimensional Shape
- Post about geometry
- Post about math
Tidak ada komentar:
Posting Komentar