Tagged Questions
6
votes
1answer
247 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
92 views
want pdf picture to be smaller than one page [duplicate]
Possible Duplicate:
How can I crop included PDF documents?
I created a pdf file using PSTricks. It appears to occupy an entire page. When I included it in my LaTeX file using ...
1
vote
1answer
1k views
When converting PDF to EPS, how to prevent pdftops from rasterizing fonts and transparent regions?
Compiling the following code
% Circle.tex
\documentclass[cmyk]{minimal}
\usepackage{pstricks}
\pagestyle{empty}
\topmargin=-72.27pt
\oddsidemargin=-72.27pt
\topskip=0pt
\parindent=0pt
...
1
vote
1answer
248 views
Automation of generating pstricks graphics with texclipse before pdf generation
When using eclipse with pdflatex I want it to create the pstricks Images automatically. The classical way (without eclipse or texlipse) would be:
latex test.tex
dvips -o test-pics.ps test.dvi
ps2pdf ...
12
votes
4answers
697 views
getting the arXiv to produce a pdf with embedded fonts
I've produced a .tex file using the pstricks package for figures and the Times font (via the mathptmx package). When the arXiv compiles this to a .pdf file it doesn't seem to have the necessary fonts ...