Senin, 20 Januari 2025

Circle Theorem Using Latex 5

type this following latex code for drawing a circle theorem 5
% !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


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


Tidak ada komentar:

Posting Komentar

Various Other Posts