type this following latex code for drawing a circle:
\documentclass[varwidth, margin=5px]{standalone}
\usepackage{tikz}
\usepackage{fourier}
\begin{document}
\begin{tikzpicture}
% Draw the circle
\draw[ultra thick] (0,0) circle (2cm);
% Node label at the center
\node [very thick,fill=black, circle] at (0,0) {};
% create radius
\draw [very thick](0, 0) -- (2, 0);
% create radius label
\node[above, very thick] at (0.7, 0.05) {$\textbf{radius}$};
\end{tikzpicture}
\end{document}
Output
Circle Theorem Using Latex 1 |
Next Circle Theorem Using Latex 2 ( latex equation ) >
to learn other Latex draw topics, click Study About Draw In Latex >>
Bibliography
https://github.com/
http://stackoverflow.com/
https://www.overleaf.com/
https://www.texample.net/
latex equation, latex geometry, latex euclidean, latex shape, tex math and science document sample, latex math and science document example, learn about latex, latex lesson, mathematics, latex equation, latex draw, drawing in latex, latex graphic
Related Post:
- Bentuk Aljabar 1 Dalam Bentuk Latex ( latex equation )
Tidak ada komentar:
Posting Komentar