Senin, 20 Januari 2025

Circle Theorem Using Latex 4

type this following latex code for drawing a circle theorem 4
\documentclass[12pt]{article}
\usepackage{tikz}
\usetikzlibrary{calc,intersections}

\usepackage[active,tightpage,pdftex]{preview}
\PreviewEnvironment{tikzpicture}
\setlength\PreviewBorder{0.5pt}

\begin{document}
\begin{tikzpicture}[scale=5]
%% Label for chord line
\coordinate[label=above left:$\mathbf{A}$] (A) at (130:1);
\coordinate[label=below left:$\mathbf{B}$] (B) at (230:1);
\draw node [xshift=-60pt] (0,0) {$\mathbf{Chord}$}; 
\draw node[xshift=-60pt,yshift=-15pt]{$\mathbf{Line}$} (0,0);
%% draw circle
\draw[name path=circ, thick] (0,0) circle (1);
%% draw other lines
\path[name path=AC] (A) -- ($(A)!1.4!30:(B)$);

%% draw chord line
\draw[line join=bevel,ultra thick] (A) -- (B);
\end{tikzpicture}
\end{document}

Save file as chordCircle1.tex.

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