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.
3. Then build or typeset the Latex code.
Output
Acute Angle In Latex 1b |
<< go to Types Of Angles
< Previous Draw Acute Angle In Latex
<< go to Two Dimensional Shape 2
Tidak ada komentar:
Posting Komentar