\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
< Previous Circle Theorem Using Latex 3
Next Circle Theorem Using Latex 5 >
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