Added remote repo
This commit is contained in:
parent
f5537de4d4
commit
adb3417590
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*.aux
|
||||
*.log
|
||||
*.gz
|
BIN
build/circle.pdf
Normal file
BIN
build/circle.pdf
Normal file
Binary file not shown.
28
circle.tex
Normal file
28
circle.tex
Normal file
@ -0,0 +1,28 @@
|
||||
\documentclass{standalone}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{amssymb}
|
||||
%\usepackage{lmodern}
|
||||
\usepackage{tikz}
|
||||
\author{Kenneth John Odle}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{tikzpicture}
|
||||
\draw [thin] circle(0.75cm);
|
||||
\filldraw [black] (0,0) circle(1pt);
|
||||
\end{tikzpicture}
|
||||
|
||||
% Minipage environment
|
||||
% See https://www.sascha-frank.com/latex-minipage.html
|
||||
|
||||
\begin{minipage}[t][1cm][b]{3.5cm}
|
||||
\begin{center}
|
||||
\textbf{Circle}
|
||||
\end{center}
|
||||
$ Area = \pi r^2 $ \\
|
||||
$ Circumference = \pi D $
|
||||
\end{minipage}
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user