Displaying 6 results from an estimated 6 matches for "ps2pdf14".
Did you mean:
ps2pdf13
2008 May 18
3
R 2.70 + ps2pdf14
...xlim=c(0,26), ylim=c(-1,4.5), type="n" );
text(10, -0.5, "line 1 is plain, line 2 should be the same, except
blue\nline 3 should be 1.5 times the size of line 1, but otherwise the
same\nline 4 should be like line 4 except blue.\n\nthis gets weird
symbol sizes at certain spots after ps2pdf14 is applied\n --- R output
or ps2pdf error?", cex=0.5);
points(1:25,rep(1,25), pch=1:25);
points(1:25,rep(2,25), pch=1:25, col="blue");
points(1:25,rep(3,25), pch=1:25, cex=1.5);
points(1:25,rep(4,25), pch=1:25, col="blue", cex=1.5);
text(1, 0.2, "1 != 2", srt=9...
2009 Jan 19
1
R bug or ghostscript bug or my bug?
...1:10; y1= x; y2= y1/2;
plot.one = function( x, y ) {
lines( x, y, col="blue");
points( x, y, col="blue", pch=21, cex=1);
}
pdf(file = "try.PDF")
plot(0, type="n", xlim=c(1,10), ylim=c(1,10))
plot.one( x, y1 )
plot.one( x, y2)
dev.off()
system("ps2pdf14 try.PDF try.pdf") # distillation.
-----------------------------
Obviously, the error can be in ghostscript, not in R. Or it can be
that R produces a pdf file that has some slight problems that do not
usually show up, except when distilled.
Before I get too badly flamed, feel free to ign...
2006 Oct 10
3
eps embedded fonts again
Dear friends,
I am sorry, I again rise that boring question about font embedding in
EPS figure.
I found some discussions on this topic but there were no strait solution.
The publisher (AIP) demands submission of separate EPS file
for each figure with all fonts embedded in it (even the standard
14 Adobe fonts).
As I understand the R does not do this embedding. It inserts only
comments what font
2007 Apr 13
1
Embedding Fonts in eps Files - Required by Publisher
...res 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 -eps bland-alman_v2.pdf bland-altman_v2_embed.eps
but the box size is wrong and I don't know how to correct it - if I
correct the bounding box in bland-altman_v2_embed.eps, the size is
correct but not all of the figure sho...
2011 Sep 14
0
pdf font example
...quot;.afm", sep=""))
? pdf(file = paste(pdfbasename,".PDF", sep=""), family=berasans, ...)
}
pdf.end <- function(verbose =1) {
? dev.off()
? embedfonts( options("pdf.current") )
}
embedfonts <- function( fname ) {
? commandline <- paste( "ps2pdf14 -DPDFSETTINGS=/prepress
-sFONTPATH=", absolute.path.to.font.files, sep="")
? stopifnot(system( paste(commandline, paste(fname, ".PDF", sep=""),
paste(fname, ".pdf", sep="") ) ) ==0 )
? options( pdf.current= NULL )
}
# and a test
pdf.start(&qu...
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine.
I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15
Everything I have read says use the installer to load windows programs.
Where is the installer?
Thanks,
--
Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA
http://www.plansandprojects.com My hobby pages are here: