Displaying 19 results from an estimated 19 matches for "showpag".
Did you mean:
showpage
2003 Apr 02
2
Two questions
Hi all
Two questions:
1. I note that help for the postscript device claims "The
postscript produced by R is EPS (Encapsulated PostScript)
compatible...". It does not say it is EPS *compliant*.
Indeed, the EPS produced by R includes a \showpage command
which I believe (not that I'm an expert!) non-standard EPS.
My question: Is there any reason why it is EPS compatible,
but not compliant? (I ask because the \showpage caused me
a minor trouble once.)
2. R and S-Plus restrict the available combinations of
link functions and respo...
2007 Oct 11
3
Printing in Corel Draw through CUPS
...garbage.
The consultant found a way to make a couple changes to WINE files and
force CUPS to pass it through and it prints beautifully on a color printer.
Here are his changes:
> in ps.c
>
> Changed
>
> static const char psendpage[] =
> "pgsave restore\n"
> "showpage\n";
>
> to
>
> static const char psendpage[] =
> "showpage\n";
>
> (deleting pgsave restore\n)
>
>
> at the begining of PSDRV_WriteNewPage
> added return 1; to essentially bypass the code.
>
> INT PSDRV_WriteNewPage( PSDRV_PDEVICE *physDev )
&g...
2002 Jul 01
0
Re: LPRng: Putting a stamp on all printed sheet
...%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 4 4 608 407
%%Title: (YourTitle)
%%CreationDate: (10/17/89) (5:04 PM)
%%EndComments
/b4_Inc_state save def% Save state for cleanup
/dict_count countdictstack def
/op_count count 1 sub def % Count objects on op stack
userdict begin % Make userdict current dict
/showpage { } def % Redefine showpage to be null
/Courier findfont 12 scalefont setfont
60 60 moveto
(This is my message) show <----This is the line to change for user/date/printer
showpage
%%EOF
%%EndDocument
count op_count sub {pop} repeat
% Clean up dict stack
countdictstack dict_count sub {end} repe...
2007 Feb 28
1
On PostScript
...ure
} stopped cleartomark
%%EndPageSetup
gsave
[0.24 0 0 -0.24 0 792] concat
gsave
237 278 moveto
0 setgray
(Courier-iso1252) cvn findfont 50 -50 matrix scale makefont setfont
<585858582D746F2D6661782D6E756D626572>
[30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 0]
xshow
grestore grestore
showpage
%%PageTrailer
%%Trailer
%%BoundingBox: 0 0 612 792
%%Pages: 1
<---
What this tells me is that the string that I wish to use is bounded by the
<> characters and are present as a set of array indices. So 58 (hex) maps
to the 98 entry of the array and this gives the letter /X. 2D likewise...
2001 Dec 03
1
Joel@HammersHome.com
Hello Joel,
Thank you very much for your reply.
I tried use the same print command under UNIX as I
have in sam.conf, it works well.
Do you have any futher ideas? BTW, could you tell me
where I find docs about print using Samba2.2.2 and
W2K?
Thanks a lot,
Grace
What happens when you print a postscript file from the
samba server directly
using the same print command as you have in smb.conf?
2002 Oct 30
4
PDF printer using ps2pdf ?
Hi,
Is it possible to set up a printer in samba
that will use ps2pdf converter to create pdf documents when printing on it ?
Best Regards
Steph
2009 Sep 07
2
Command line tool to display number of pages in a PostScript document?
Hi,
I'm looking for a way to get the number of pages contained in a
PostScript document, so I can use it in a script.
Any suggestions?
Niki
2008 Jun 14
0
Martin LightJockey
...artin lightjockey. I installed it under wine and it works. I couldn't check that the hardware works (don't got it at home) but the problem is that the OfflineVizualation doesn't works.
It not a seperated program. You can download lightjockey for free here (http://www.martin.com/service/showpage.asp?id=4340&tit=LightJockey%202).
1998 Oct 13
0
2.0.0-prealpha*: Only 8.3 filenames with NT 3.51?
...ert.
--
%!PS Robbert Heederik, heederik@wins.uva.nl, University of Amsterdam
/Helvetica findfont 36 scalefont setfont 40 360 translate 1 -.05 -.05 {dup
.05 le { pop 1 } if setgray 0 0 moveto (gsso9..vvv-vhmr-tu`-mk.}gddcdqhj.)
{ 1 add ( ) dup 0 4 3 roll put show} forall -1 .5 translate } for showpage
2003 Oct 08
4
Unpredictable EPS->PDF rotation (PR#4460)
Dear r-bugs,
When I create EPS files, they sometimes appear rotated in my LaTeX PDF
document and sometimes they don't. Two examples:
## x1.eps is not rotated in LaTeX
x <- seq(-1, 1, length=100)
postscript("c:/x1.eps", height=3, width=4,
horizontal=FALSE, onefile=FALSE, paper="special")
plot(x, dnorm(x), type="l")
dev.off()
## x2.eps is not
2007 Mar 08
10
bad URI(is not URI?): c:\boot.ini
Please note this message is not related to my previous one from
yesterday, this is on a different server (textdrive server).
I have only one mongrel application running but ''randomly'' it will go
down, the mongrel.log file shows:
ERROR: undefined method ''request_uri'' for #<URI::Generic:0x5383948 URL:*>
ERROR: bad URI(is not URI?): c:\boot.ini
[FATAL]
2000 Nov 16
1
postscript error
...lvetica-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 { lineto } def
/np { newpath } def
/cp { closepath } def
/f { fill } def
/o { stroke } def
/c { newpath 0 360 arc } def
/r { 3 index 3 index moveto 1 index 4 -1 roll
lineto exch 1 index lineto lineto closepath } def
/p1 { stroke } def
/p2 { bg setrgbc...
2004 May 26
6
Saving Trellis Graphics in R 1.9.0. (PR#6915)
Full_Name: Zdenek Valenta
Version: 1.9.0.
OS: Windows XP
Submission from: (NULL) (147.231.7.250)
I could not copy/save (Trelis) graphics using R version 1.9.0. The graphics
displayed normally, but copying/saving it only produced an empty file.
Everything works o.k. with R rel. 1.8.1.
Best regards,
Zdenek Valenta
2000 Aug 04
2
pattern on bars?
Colors are real nice, but the publication I'm preparing these barplots for
permits only black and white. The Splus plot options ``dbangle'' (or plain
``angle'') and ``density'' (as on p. 65 of MASS 1st ed.) don't seem to be
available in R. Is there another way to do this?
I'm running R 1.1.0 on Linux (intel). Thanks.
2009 Sep 04
3
eps file with embedded font
Dear list,
I am trying to make eps file with embedded font.
I use:
postscript("ranking-exp-all.eps", horizontal=TRUE, onefile=FALSE,
paper="special", height=8, width=12, family="Helvetica")
# plot stuff
dev.off()
since R does not embed font, I then use:
embedFonts(file="indegdistr.eps", outfile="indegdistrEMB.eps",
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.)
...ca-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 { lineto } def
/np { newpath } def
/cp { closepath } def
/f { fill } def
/o { stroke } def
/c { newpath 0 360 arc } def
/r { 3 index 3 index moveto 1 index 4 -1 roll
lineto exch 1 index lineto lineto closepath } def
/p1 { stroke } def
/p2 { g...
2004 Sep 10
2
Re: beta 10 candidate checked in
...s been generated from
+.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
+...\"
+...\" transcript compatibility for postscript use.
+...\"
+...\" synopsis: .P! <file.ps>
+...\"
+.de P!
+\\&.
+.fl \" force out current output buffer
+\\!%PB
+\\!/showpage{}def
+...\" the following is from Ken Flowers -- it prevents dictionary overflows
+\\!/tempdict 200 dict def tempdict begin
+.fl \" prolog
+.sy cat \\$1\" bring in postscript file
+...\" the following line matches the tempdict above
+\\!end % tempdict %
+\\!PE
+\\!.
+.sp \\$2...
2004 Sep 10
2
Re: beta 10 candidate checked in
--- Christian Weisgerber <naddy@mips.inka.de> wrote:
> Josh Coalson <xflac@yahoo.com> wrote:
>
> > I have checked in all the latest into CVS and am going to start the
> > test suite again. if all goes well I will probably release this as
> > beta 10.
>
> What's the sequence of steps required to turn this into a buildable
> distribution?
>