Search found 2 matches

by john99
Mon Jul 28, 2008 3:56 am
Forum: Document Classes
Topic: Compatibility between "pstricks" and "color" packages
Replies: 4
Views: 3943

Re: Compatibility between "pstricks" and "color" packages

Hi Thorsten,

Thnaks for your reply. Yes, you're right. I noticed the error message that the color package clashes with the PSTricks package. Now I use

\usepackage{pstcol}
\usepackage{pstricks-add}

to replace

\usepackage{pstricks}
\usepackage{color}

and it seems that the compatibility issue is ...
by john99
Fri Jul 25, 2008 6:43 am
Forum: Document Classes
Topic: Compatibility between "pstricks" and "color" packages
Replies: 4
Views: 3943

Compatibility between "pstricks" and "color" packages

Dear All,

Recently I upgrated to MikTek 2.7 version, but have found that I now cannot use package "pstricks" and package "color" simutaneously. My LaTeX file is as follows:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{article}
\usepackage{epsfig}
\usepackage{pstricks ...