von Schimmelpilz » Mo 2. Mär 2015, 18:10
Sorry.
\documentclass{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{amsmath, amssymb, amsfonts, amsthm}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,snakes,automata,backgrounds,matrix,decorations.pathmorphing}
\begin{document}
\begin{tikzpicture}
\draw[fill=gray](0,0) -- (0,2)-- (2,2)--(2,0)--(0,0);
\node[below,circle,inner sep=-.5pt,fill=white]at (1,1){$\oplus$};
\end{tikzpicture}
\end{document}
Sorry.
[code]
\documentclass{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{amsmath, amssymb, amsfonts, amsthm}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,snakes,automata,backgrounds,matrix,decorations.pathmorphing}
\begin{document}
\begin{tikzpicture}
\draw[fill=gray](0,0) -- (0,2)-- (2,2)--(2,0)--(0,0);
\node[below,circle,inner sep=-.5pt,fill=white]at (1,1){$\oplus$};
\end{tikzpicture}
\end{document}
[/code]