[pstricks] PSTricks conflict with Web

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Jan 9 16:23:32 CET 2009


dwarnold45 at suddenlink.net schrieb:

> I am using Donald Story's Web and Exerquiz package.
> 
> http://www.math.uakron.edu/~dpstory/acrotex/acrotex_pack.zip
> 
> When I compile the attached file two times (2X) with:
> 
> pdflatex --shell-escape story-2.tex
> 
> There is no graph in the output.
> 
> I know the pstricks code is fine, because teh attached file dpstory-1.tex compiles just fine and shows the graph.
> 
> I've also attached my log file for the compile of dpstory-2.tex. There is some sort of conflict going on. Any ideas?


\documentclass[12pt]{article}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage[dvipsnames]{pstricks}
\usepackage{pstricks-add}
\usepackage{auto-pst-pdf}
\usepackage{ifpdf}
\ifpdf
  \usepackage[pdftex]{web}
  \usepackage{exerquiz}
\fi
....

Herbert



More information about the PSTricks mailing list