- 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}
- Save file as acuteAngle1a.tex
- Then build or typeset the Latex code.
Output
<< back to Two Dimensional Shape 2
next Angle In Latex >
Tidak ada komentar:
Posting Komentar