Sabtu, 08 Juni 2024

Circle Theorem Using Latex 1

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
Circle Theorem Using Latex 1


Next Circle Theorem Using Latex 2 ( latex equation ) >

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:

Tidak ada komentar:

Posting Komentar

Various Other Posts