summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/pgf-periodictable/pgfPT_radio_symbol.tex
blob: d569b3e59a294520eb6f4dc9d21fcce0c5287956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass[a4paper,10pt,oneside,openany,fleqno]{article}
\usepackage{tikz}
\usepackage[active,tightpage]{preview}
\PreviewEnvironment{tikzpicture}
\setlength\PreviewBorder{0pt}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{tikzpicture}
\begin{scope}[transparency group]
\draw[fill=yellow,draw=black,line width=.2mm] (0,0) circle(.2cm);
\draw[fill=black,draw=black,line width=0.08pt] (0,0) -- (.16,0) arc(0:60:1.6mm);
\draw[fill=black,draw=black,line width=0.08pt] (0,0) -- (-.16,0) arc(180:120:1.6mm);
\draw[fill=black,draw=black,line width=0.08pt] (0,0) -- (0,-.16) arc(270:240:1.6mm);
\draw[fill=black,draw=black,line width=0.08pt] (0,0) -- (0,-.16) arc(270:300:1.6mm);
\draw[fill=black,draw=yellow,line width=.2mm] (0,0) circle(0.3mm);
\end{scope}
\end{tikzpicture}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%