9
votes
2answers
98 views

monochrome and pstricks

I am creating a file type images for presentation / written, I have been interested in the monochrome package xcolor, but by using it I have not obtained the expected results, check the documentation ...
1
vote
3answers
201 views

PSTricks will not compile

\documentclass[12pt]{article} \usepackage[paperheight=9in,paperwidth=13.24in,margin=0in]{geometry} \usepackage{pstricks} \usepackage{graphicx} \begin{document} \thispagestyle{empty} \psset{unit=1in} ...
7
votes
1answer
176 views

Transparency with psSurface in pst-solides 3D

I'm trying to draw a graph with pst-solides3D with the option psSurface : The problem is as follows : I want to draw z = +/- (y^2-y^2), which should give a saddle-point graph with the lines x=y and ...
6
votes
1answer
248 views

How to use CMYK-Colors in the whole document

I found out, that my color laser printer prints graphics with gray color in RGB-Representation instead of using black (they are more red then gray). So it seems, that PDFLaTeX is creating ...
1
vote
0answers
308 views

Book cover with pstricks [closed]

Why I get error with the color of the maroon box? (line 26) \documentclass[12pt]{article} % load the necessary packages \usepackage[paperheight=9in,paperwidth=13.24in,margin=0in]{geometry} ...
2
votes
1answer
124 views

unknown colors using fcol (pst-solides3d)

I am using the pst-solides3d package to draw polytopes in the following way: \begin{pspicture}[showgrid=false](-2,-0.5)(1.5,2.7) \psset{viewpoint=26 10 5,Decran=60} \psSolid[object=new, ...
1
vote
0answers
228 views

Matching raster graphics and PS colors [closed]

I have a need to match colors in the originaly raster EPS graphics and background color. Relevant parts of the code: \usepackage[dvipsnames,prologue,table]{pstricks} \usepackage{pst-text} ...
5
votes
3answers
351 views

Force auto-pst-pdf or pst-pdf to work with xetex

Is it possible to force auto-pst-pdf or pst-pdf to create PDF images and include them if I’m using xelatex? Background I have to typset a Book that needs OpenType fonts so I choose xelatex. The ...
3
votes
2answers
440 views

pstricks and beamer - problem maybe with xcolor?

While creating beamer slides in our comporate design (which forced me using own colors) I got the following problem: Having a PS-Tricks image within a frame seems to collide with my own color setted ...