Graphics, Figures & Tablesfilled circles

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
omccny
Posts: 4
Joined: Wed Jun 17, 2009 8:04 pm

filled circles

Post by omccny »

Hi.
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]
Thanks,
Olga

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

filled circles

Post by localghost »

A minimal working example (MWE) would have been much better. Think about using packages like pgf/tikZ or pstricks(-add).


Best regards
Thorsten
Post Reply