Tagged Questions
1
vote
1answer
115 views
PSTricks LaTeX to Readable LaTeX Code Conversion
I have opened the Editable PDF file in Inkscape, Version: 0.48 and saved as LaTeX with PSTricks macros. Now i have the LaTeX file with PSTRICKS code. I am not familer with pstricks package and how to ...
3
votes
1answer
124 views
Convert pstricks animation to SVG(+SMIL)
Inspired by these questions—
How to convert pstricks animation to GIF file?
PSTricks to SVG
—how can one convert a PSTricks animation to an animated SVG image?
SVG animation would be nicer than ...
15
votes
2answers
632 views
How to convert pstricks animation to GIF file?
As an example, let's take this animation. How can I convert it to GIF file?
5
votes
1answer
462 views
Different graphic formats in a document
I have a large LaTeX document with figures in .eps, .pdf, .png, .tif(f), .jpg formats as well as pstricks code and psfrag fragment. One approach to compile this document is to use an external program ...
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
2answers
562 views
How can I create PDF & EPS exactly as big as my PSTricks picture but without using pdfcrop?
This question is made to accompany the existing question: How can I create a pdf document exactly as big as my tikz picture?.
Constraints:
It is not allowed to use pdfcrop by any means whatsoever. ...
2
votes
1answer
321 views
How to improve accuracy when working with PSTricks?
I have tried this with TikZ that produces the same issue, you can try Leo's solution here. In other words, this issue is NOT specific to PSTricks.
The hidden idea is to avoid cropping with pdfcrop ...

