% !TEX TS-program=pdflatex
% !TEX encoding=UTF-8 Unicode
%
% File name: sectorSegmentCirclePriv1.tex
% Description:
% Draw Major Segment and Minor Segment of Circle
%
% Co-Author: private course and tutor course
\documentclass[tikz,border=2mm]{standalone}
\usepackage{lmodern}
\usepackage{tikz}
\usetikzlibrary{patterns}
\begin{document}
\begin{tikzpicture}[draw=black,thick]
\filldraw[fill=blue!40,pattern=north west lines] circle (2.5cm);
\filldraw[fill=white,font=\bfseries]
(320:2.5cm) node[right] {\textbf{Q}}
-- (220:2.5cm) node[left] {P}
arc[start angle=220, end angle=320, radius=2.5cm]
-- cycle;
\node[fill=white] {\textbf{Major Segment}};
\node[font=\bfseries] at (-90:2) {Minor Segment};
\end{tikzpicture}
\end{document}
Save file as sectorSegmentCirclePrv1.tex
Build, Typeset or Compile this document.
Output
< Previous Circle Theorem Using Latex 4
to learn other Latex draw topics, click Study About Draw In Latex >>
the circle parts, the circle elements, the circle properties, the parts of a circle, the elements of a circle, the properties of a circle
Related Post
- Circle Theorem Using Latex 1 ( latex equation )
- Circle Element
- Draw Rectangle In Latex 1 ( latex equation )
- Bentuk Aljabar 1 Dalam Bentuk Latex ( latex equation )
- Post about latex equation
- Post about latex
- Bidang Datar 1
- Simbol Matematika
- Math Symbol 1
Tidak ada komentar:
Posting Komentar