Jumat, 15 November 2024

Draw Acute Angle In Latex

  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}

    \begin{tikzpicture}[thick]

    \draw (3,0) coordinate (a) node[right] {\textbf{a}}

    -- (0,0) coordinate (b) node[left] {\textbf{b}}

    -- (2,2) coordinate (c) node[above right] {\textbf{c}}

    pic["$\beta$",draw=blue,<->,angle eccentricity=1.3,angle radius=1cm] {angle=a--b--c};

    \end{tikzpicture}


    \end{document}

  2. Save file as acuteAngle1a.tex
  3. Then build or typeset the Latex code.

Output




Related Post

Tidak ada komentar:

Posting Komentar

Various Other Posts