Selasa, 03 Desember 2024

Draw Acute Angle In Latex 1b

1. Type this following latex code in the latex editor:
% !TEX TS-program=pdflatex
% !TEX encoding=UTF-8 Unicode

\documentclass[tikz]{standalone}
\usepackage{tgbonum}
\usepackage{arevmath}
\usepackage{tikz}
\usetikzlibrary{quotes,angles}
\begin{document}
% draw acute angle 1b
%-----------------------------
\begin{tikzpicture}[thick]
  \draw
  (3,-1) coordinate (a) node[right] {a}
  -- (0,0) coordinate (b) node[left] {b}
  -- (2,2) coordinate (c) node[above right] {c}
  pic["$\alpha$",draw=orange,<->,angle eccentricity=1.2,angle radius=1cm] {angle=a--b--c};
\end{tikzpicture}
\end{document}
2. Save file as acuteAngle1b.tex
3. Then build or typeset the Latex code.

Output

Acute Angle In Latex 1b
Acute Angle In Latex 1b



<< go to Types Of Angles



Tidak ada komentar:

Posting Komentar

Various Other Posts