I am using TeXnicCenter. For some reason, in the picture environment, the circles are no longer filled, even when written as \circle*{}. I think it happened after I added some additional packages. Please help... and here are all the packages that I have loaded:
Code: Select all
\usepackage{amsmath, amsthm, amssymb}
\usepackage{xy, graphicx, epic}
\usepackage{eepic}
\usepackage{pspicture}
\usepackage{tikz}
\usepackage{pstricks}
\usepackage{multido}
\usepackage{wrapfig,subfigure}
\usepackage[small]{caption}
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{lemma}{Lemma}
\newtheorem{proposition}{Proposition}
\newtheorem{definition}{Definition}
\newtheorem{corollary}{Corollary}
\newtheorem{notation}{Notation}
\theoremstyle{definition}
\newtheorem{example}{Example}[chapter]
\newtheorem{problem}{P}[chapter]
Olga