Displaying 7 results from an estimated 7 matches for "documentmedia".
2002 Dec 11
1
Adding a title to a postscript file
I create lots of postscript files which I view with ghostview. The
beginning of the files all begin something like
%!PS-Adobe-3.0
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%+ font Helvetica-Oblique
%%+ font Helvetica-BoldOblique
%%+ font Symbol
%%DocumentMedia: a4 595 841 0 () ()
%%Title: R Graphics Output
%%Creator: R Software
The consequence is that in ghostview, they are all titled
'R Graphics Output'.
Is it possible to add a title at the time the file is created (say,
defaulting to the name of the file) so that it's visible from withi...
2010 Mar 10
1
pie EPS BB
...-1,1,1,-1,-1),c(-1,-1,1,1,-1))
I can see that the chart exactly fits inside a box with
side 2 and centre (0,0). So far so good. But this box is
not centred in the X-window device (somewhat up, and
somewhat to the right, from centre).
The result from the above postscript() command is a file
with
%%DocumentMedia: special 216 216 0 () ()
%%BoundingBox: 0 0 216 216
(where of course "216" means 3*72 points = 3 inches), and
when this is displayed (using 'gv') I see the pie-chart
distinctly offset from the centre of the BoundingBox,
with its leftmost point at approx X=84 points from the left...
2003 Sep 10
6
insert eps into microsft word
it seems that word can not read encapsupalted postscripts generated by R
I used this command
postscript("output.eps",horizontal=F,onefile=TRUE)
since onefile=TRUE produces an encapsualted postscript
actually what I'm trying to do is to insert the postsript file into a
word document
since other formats like jpeg and bmp do not reproduce the same quality
like postscript
formats
any
2000 Nov 16
1
postscript error
...month August
day 15
language R
>
and I have attached the postscript file at the end. (It is small)
Thank you
Ross Darnell
%!PS-Adobe-3.0
%%DocumentFonts: Helvetica Helvetica-Bold Helvetica-Oblique
%%+ Helvetica-BoldOblique Symbol
%%DocumentMedia: a4 595 841 0 ()
%%Title: R Graphics Output
%%Creator: R Software
%%Pages: (atend)
%%Orientation: Landscape
%%BoundingBox: 18 18 577 824
%%EndComments
%%BeginProlog
/gs { gsave } def
/gr { grestore } def
/bp { gs 595.00 0 translate 90 rotate} def
/ep { showpage gr } def
/m { moveto } def
/l...
2001 May 31
1
paper size in postscript driver
I have a non-PS printer setup to print under linux using ghostscript as a
filter. This printer has two paper trays, one has letter paper, the other
tabloid size paper. If I print from a program that uses a PPD file to
configure the printer, like StarOffice or The Gimp, I can select the paper
size from a nifty list. If I select letter size, the printer print with
paper from the letter tray. If
1999 Mar 03
4
xfig device
Hi, I am VERY interested in getting the xfig driver so that I can edit
graphical output from R. Searching through the mail archives and reading
documentation isn't helping. Is there or isn't there a working driver for
this purpose. How can I get it? I tried looking at the development version
of the tarballs, but I didn't find anything that looked promising in there.
Also, does
2002 Mar 25
2
Extreme value distributions (Long.)
...crazy!
cheers,
Rolf Turner
rolf at math.unb.ca
===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
%!PS-Adobe-3.0
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%+ font Helvetica-Oblique
%%+ font Helvetica-BoldOblique
%%+ font Symbol
%%DocumentMedia: a4 595 841 0 () ()
%%Title: R Graphics Output
%%Creator: R Software
%%Pages: (atend)
%%Orientation: Portrait
%%BoundingBox: 18 61 577 781
%%EndComments
%%BeginProlog
/bp { gs gs } def
% begin .ps.prolog
/gs { gsave } def
/gr { grestore } def
/ep { showpage gr gr } def
/m { moveto } def
/l...