{ps} is an abbreviation for PostScript and concerns raw PostScript code.

learn more… | top users | synonyms

0
votes
0answers
14 views

Including spotcolors in dvi file

Is there any easy way to add spotcolor in a dvi file. Using pdflatex this is possible, but I am searching for one which can achieve this using dvips driver.
15
votes
0answers
81 views

Given a PS interpreter, can pstricks be converted to pgf?

When producing pdf directly, PostScript code cannot be used, which means that pstricks macros do not work. Now, it is still possible to include pstricks code using external tools (running LaTeX on ...
1
vote
0answers
88 views

Font problems with pslatex

I am not really familiar with pslatex, I usually prefer pdflatex. I prepared a document, compiled with pdflatex many times and everything works perfectly. Now I have to recompile it with pslatex. I ...
3
votes
0answers
126 views

Convert PDF figures to PS figures without pixelation [closed]

I have a tex document (called foo.tex) that includes several PDF figures. I need to generate a PostScript version as well as a PDF version of the final document. Running pdflatex foo.tex works just ...
0
votes
0answers
60 views

pdf pages in ps output file and eps figures in pdf output file

I am facing the following issue: I have got several graphs in eps format and several pdf pages to insert into one ps document. Now, the eps figures are correctly included in my ps file, but the pdf ...
0
votes
0answers
63 views

TeXShop gives “(null) does not exist” error when compiling postscript 2

I have a problem very much like TeXShop gives "(null) does not exist" error when compiling postscript Mac: 10.8.2 TeXShop version: 3.11 When I try to compile .tex into a Post Script file, ...
0
votes
1answer
482 views

how to compile to ps with texstudio?

i'm a beginner in LaTeX, I'm using texstudio, but I don't know how to compile to ps. I have some .eps files and use psfrag command.
4
votes
0answers
150 views

OCG using latex->dvips

I want to generate a ps file with layers. Ocg.sty does not support ps, so I want to write a simple example by myself to see if its possible. I took a pdf version from here and tried to change the ...
2
votes
1answer
294 views

How to compile ACM sig-alternative template successfully?

I am new to texlive. After I downloaded the files from ACM website: Alternate ACM LaTeX2e Style File V2.5 (MAY 2012 CLS) Alternate ACM LaTeX2e Sample File V2.0 (MAY 2012 LaTeX) ACM LaTeX2e Sample BIB ...
5
votes
2answers
290 views

Explanations about functions in postscript

I try to create some symbols from bc-logo with pgf. These symbols are defined in .mps file. I have some difficulties with 0 0.19284 dtransform truncate idtransform setlinewidth pop [] 0 ...
0
votes
1answer
417 views

GSView Open file's Error: /invalidfileaccess in /findfont

I use GSview to open a .ps file and got errors as: GSview 5.0 2012-01-17 GPL Ghostscript 9.05 (2012-02-08) Copyright (C) 2010 Artifex Software, Inc. All rights reserved. This software comes with NO ...
0
votes
0answers
291 views

eps figure precision loss in .ps, but not .pdf [closed]

I'm submitting a paper to a journal, which requires postscript (.ps) format. Some eps figures are not every intelligible in .ps, but they all look clearly in the .pdf. I tried pdf2ps and pdftops to ...
3
votes
1answer
438 views

PS to PDF conversion quality [closed]

On the (annoying) occasion that I have to download a paper in PS format, whenever I convert it to PDF (say some PS2PDF website utility), the resulting output is quite hard to read on the screen (the ...
0
votes
1answer
376 views

LaTeX to HTML conversion with Kile

I am using Kile to convert a .tex file to HTML (LaTeX to web) but when I look at the HTML page it does not show me the images. I tried including them in PostScript and PNG but still the HTML page does ...
3
votes
2answers
6k views

LaTeX Error: Unknown graphics extension: .ps

When I try to compile this file http://danjer.doudouke.org/_media/tech/dokutexit/playground.zip this error occurs: ! LaTeX Error: Unknown graphics extension: .ps. I'm using TeXworks Version 0.4.3 ...
2
votes
3answers
447 views

How can I generate a PS and a PDF file from a single .tex file?

I am submitting a paper for a conference and it requires me to send the .tex source along with the PS and PDF files. I have no problem generating the PDF file; I simply use the pdflatex. However, ...
2
votes
1answer
121 views

Including figures; how to determine compiler

I need to prepare a PDF and PS file from the same latex source but got stuck on including figures. When using pdflatex I can insert a png file like: \includegraphics[scale=0.6]{figure.png} However, ...
2
votes
2answers
4k views

How to fix EPS with incorrect bounding box?

I want to get a standalone EPS graphic from DVI. This process can be done using the batch file as follows latex %1 dvips -E %1 -o %1.eps And the test file is as follows \documentclass{minimal} ...
1
vote
0answers
649 views

Beamer compilation error, ps error [closed]

I have a presentation in beamer and I've used the trick with overlays, the one I asked about here. And in other presentation everything worked. I compiled the document, first to dvi, and then to ps, ...
1
vote
2answers
129 views

How to better combine several PDF files with DVI and PS available?

I got 5 pdf files with their original dvi and ps, but i don't have the tex files which created them. Now I would like to combine them to a single pdf. I know I can easily do it using Adobe acrobat. ...
1
vote
1answer
254 views

How to make a PS file form a TeX document with graphics ?

Could someone explain me how to generate a PS file from a TeX file. I have included some graphics in my TeX file. I used graphicx package. I am using TeXLive Thank you.
2
votes
2answers
110 views

Adding raster images to a document increases the output size unproportionally

I have a document which under normal conditions compiles into a reasonably-sized output - 1 MB PDF and 2 MB PS. I need to add two raster images, also reasonably-sized - About 150 KB JPG each. I ...
0
votes
1answer
495 views

How to produce EPS instead of PS using latex.exe followed by dvips?

How to produce EPS instead of PS using latex.exe followed by dvips?