Displaying 6 results from an estimated 6 matches for "ps2ep".
Did you mean:
ps2eps
2007 Apr 13
1
Embedding Fonts in eps Files - Required by Publisher
The publisher requires embedded fonts and the eps files that R produces
don't pass its tests. How can I force the fonts (just default fonts) to
be embedded. embedFonts seems to only embed unusual fonts, not the
default ones that are used in a simple eps generated by using
"postscript".
I've tried:
ps2pdf14 -dPDFSETTINGS=/prepress bland-altman_v2.eps bland-altman_v2.pdf
pdftops
2011 May 31
2
the tag Obsoletes: in spec files
...e package, and (of course) that just don't
work, despite tetex is listed among the Obsoleted packages :
$ rpm -qp --obsoletes texlive-20110312-0phn.x86_64.rpm
dvi2tty <= 5.3.1
jadetex
kpathsea <= 20100722
kpathsea-devel <= 20100722
kpathsea-static-devel <= 20100722
pdfjam <= 1.21
ps2eps <= 1.64
tetex
tetex-context
tetex-devel
tetex-dvipdfm
tetex-dvips
tetex-dvilj
tetex-latex
tetex-mfwin
tetex-texi2html
tetex-usrlocal
tetex-xdvi
etc...
(tetex is the CentOS one : tetex-3.0-33.8.el5_5.6)
Can someone explain me why this fails, and eventually an other way to
solve this problem ?...
1998 May 01
0
R-beta: ps-graph in R and S confirmation
...is for reason
explained in earlier messages 10 times larger in R than in S.
best regards to everyone who helped me with this
Helgi Tomasson
>
> Sorry to get into this late - I have been off at a conference.
>
> The Aladdin distribution of ghostscript contains a script called
> ps2epsi that re-calculates and inserts a tighter bounding box. It
> does this essentially by rendering the postscript code on a raster
> then determining a minimal bounding box for the raster.
>
> A disadvantage of using ps2epsi is that it also includes the raster
> image in the file s...
2002 Jul 01
0
Re: LPRng: Putting a stamp on all printed sheet
...al
> , and inside of this (page 44) I see :
> PS fixer (psmoreutils2.tar.gz)
> merges pages of two documents, good for putting a background on a
> document.
>
>
> But I seems me that I has not made a test with an EPS document. I try
> it.
> 1 - convert some files with ps2eps
> 2 - try to use psmerge command for adding my stamp
>
> Thanks.
>
> Roger.
>
> Joel Hammer wrote:
> >
> > I am no expert on either lpng or postscript.
> > I don't know of an easy solution, but one may exist.
> > However, this sounds like a post...
1998 Apr 25
1
R-beta: postscript in R and R
I am creating postscript-graphics in R. When I import them into
a LATEX document it is impossible to get the caption close
to the figure. I run the same program in Splus, and no problem
of getting the caption just below the figure. Another thing,
the ps file that S created is only 10% of the size of the file
that R created. What is wrong? Are there some parameters to
be set?
Helgi
2005 Mar 02
3
orientation of eps files
hello,
i have a problem with the orientation of eps files produced with the postscript() command. i have generated some eps files with R using:
postscript(file = filename, horizontal = FALSE, paper = "special", onefile = F
ALSE, height = height, width = width, pointsize = pointsize)
now, when i include these eps files into a standard paper document (ie. a4 paper, portrait orientation)