Displaying 20 results from an estimated 800 matches similar to: "pdf page limit?"
2005 Aug 22
1
Example in pdf() help file (PR#8083)
The example in the help file for pdf() plots the characters outside
the plotting area in this for loop:
for(i in c(32:255)) {
x <- i
y <- i
points(x, y, pch=i)
}
The following loop seems to be working as intended
for(i in c(32:255)) {
x <- (i-31)%%16
y <- (i-31)%/%16
points(x, y, pch=i)
}
As an extra
2006 Apr 29
1
Error in ghostscript ?
Just tried to run a perl script to do some ripping and converting of a
postscript file, and ghostscript bombed out with the error message
below. Can someone tell me is this really a ghostscript error, or is
there more to it than this? If need be, I can attach the perl script
that caused the error, but I think it is OK. Don't have another machine
to test it on. Oh yeah, FWIW, this is an
2006 Oct 03
2
pdf/ convert/ font problem
Background:
OS: Linux Ubuntu Dapper
R : Version 2.3.1 (2006-06-01)
Emacs 21.4.1
ESS
Colleagues
This is neither a bug report, nor a complaint, so I think this is the
appropriate list.
I am getting an odd font problem with a pdf generated using
pdf(file =
"../figures/PCNM.models.larvae.fluor.zoo.stability.2001.and.2002.pdf",
title="", family="serif",
2002 Jun 05
6
mixing different modes of lty line type specification in legend() ?
Hi List,
is sth. like the following possible:
legend(x,y,c("A","B","C"), lty=list(1,"42","11")) ?
Or: is there a possibility to define a solid line using the "string" mode for lty?
Thanks
Marcus
--
+-------- ><> -------------------------------------------
| E-Mail: eger.m at gmx.de (NEW)
| marcus.eger at
2001 Feb 19
1
ghostscript errors
gday R friends,
Since I had random errors with ghostscript 6.01 I thought I'd upgrade.
After upgrading to gs6.5 I've had problems. Originally, gs failed
complaining about lack of "__sysconf" in glibc2.2 so I upgraded glibc. Now I
get this. Note that it used to work with gs6.01.
I realise this is probably a ghostscript problem but you never know...
thanks,
John Strumila
>
2003 Apr 24
1
Invalid font in bitmap()
Dear all,
A few weeks ago I asked about X11() availability using CGI-perl. The
general advice was to use bitmap which requires ghostscript (Xvnc and
Xvbf were the other alternatives). My system administrator got around to
installing Aladin Ghostscript 6.0 and the setting the R_GSCMD
environment variable. Other system specification is given below.
But now I have a new problem that says that font
2006 May 10
0
Making pdf with HTMLDOC
Hello,
I''m having a problem with HTMLdoc and rails.
I''ve set it up as per
http://wiki.rubyonrails.com/rails/pages/HowtoGeneratePDFs and I''m using
windows and version 1.8.24.
I can make ps files without a problem and I can make pdfs using the
stand alone app, however I can''t get the pdf created in RoR to work.
Loading it into gsviewer I get the error
2005 Jan 24
1
R 'postscript' plot - not a valid postscript (PR#7559)
Full_Name: Mr. Daniel Murray Bolser
Version: R 2.0.0 (2004-10-04)
OS: Linux beagle 2.4.20-31.9 #1 Tue Apr 13 17:38:16 EDT 2004 i686 athlon i386 GNU/Linux
Submission from: (NULL) (193.60.81.207)
Trying to execute the following code produces a 'not a valid postscript' error
from various postscript readers (gv, ggv, ghostscript). A very similar code
works fine.
<CODE>
postscript()
2007 Sep 20
1
Sweave vignettes and bitmap on windows
During vignette generation on Windows, Sweave seems to clean up before
all graphics files are completely processed. For instance, if tmp.Rnw
is:
\documentclass[12pt]{article}
\begin{document}
<<>>=
bitmap("afile.png")
plot(1:100)
dev.off()
@
\end{document}
Then:
C:\R\tmp>R CMD Sweave tmp.Rnw
Writing to file tmp.tex
Processing code chunks ...
1 : echo term verbatim
2001 May 07
2
postscript problem
hello all,
when trying to produce a plot with the following code
postscript("g6-5000-0705-b.ps")
par(mfrow=c(4,1))
for (i in 1:4) {
somc<-cumsum(betaC[,i])/c(1:N)
plot(somc,ylim=c(min(somc),max(somc)));
}
dev.off()
I get a postscript file g6-5000-0705-b.ps, but if I try to open it
with ghostscript, or to convert it to pdf, I get the following error :
Error: /invalidfont in
2010 Feb 22
2
(Somewhat) broken EPS files produced
Hello.
I'm writing some simple text using sweave, and faced a strange problem
with eps files produced for my plots (one example attached).
Individual eps files are interpreted by ghostscript just fine, and
show up without errors. But once I try to include them into main
LaTeX/Sweave document (using regular \includegraphics, produced by
Sweave),
ghostscript gives me this error on those files:
1999 Sep 08
1
PostScript output error
Hello,
I'm currently using R-0.65.0 with --gnome option in
configure on IRIX64 and Debian GNU/Linux.
I found a problem in generated postscript file which
has following sequence:
x <- 1:30
postscript("output.ps")
par(mfg=c(1,1,2,2))
plot(x,sin(x))
plot(x,sin(x))
plot(x,sin(x))
plot(x,sin(x))
dev.off()
The generated postscript file "output.ps" can't
2005 Oct 11
1
MiKTeX/yap/Ghostcript issues with R-generated postscript
Hello,
I wonder if anybody has encountered this problem?
While MiKTeX/yap/Ghostscript seems to work fine on most TeX files that I
have
tested (including a great deal of postscript graphics), there is one
file where the
graphics works ok for all postscript files except one, the only one that
is generated
by R. I get an error "Some postscript specials could not be rendered",
and the
2012 Feb 07
1
pdfmerge and ghostscript-8.70-6.el5_7.6.x86_64
Everyone,
It looks like pdfmerge is broken after the recent upgrade of gs to
ghostscript-8.70-6.el5_7.6.x86_64. Has anyone else had this problem. I
have just started trying to debug it. If any of you already have
solutions please let me know.
Thanks,
Greg Ennis
2018 Apr 12
2
Windows PC PostScript printer driver -> CUPS data import fails
Hi all,
For some years now I have been using a simple system I found online which
allows me to easily import data from Windows Programs.
Hopefully others out there are using the system and already have found the
answer to my problem.
I have installed on my Centos server a virtual CUPS printer which receives a
PS file, and then runs 'ps2pdf' and 'pdftotext -layout' to end up
2005 Jun 08
1
Linux apps from inside Wine (was:Re: Problems with Lotus Notes R5.0.12 under Wine 20050524)
Hi Shadi,
I'm also using notes 5.0.12 and I've posted at May,05-2005 a
message just talking about how to start Linux apps from a Windows app
over/under Wine. The only problem is that I'm not using wine-20050524 ...
8-(. Instead I'm using 20040813.
Follows the message. Feel free to ask me more questions and if you
want I can send to you another types of scripts.
2005 May 05
1
Starting Linux apps from Windows app (was: Re: wine & mime types)
Hi Rainer,
> i have running lotus notes under wine on my redhat 9 system.
So am I, since year 2001 ;)
> what i want is, to define which application should be started for
> which attachment type. so for microsoft attachments i want to start
> my linux version of open office and for pdf files i want also to start
> my linux version of acrobat reader or xpdf!
>
> so, where
2005 Jun 09
1
Linux apps from inside Wine (was:Re: Problems with Lotus Notes R5.0.12 under Wine 20050524)
Hi Andreas,
I saw someone (Mike or Joachim, I think) at the list saying you
have to shutdown the wineserver. It will overwrite the system.reg as soon
it goes down. So before you make the changes be sure there is none wine*
process running.
Hope this helps. If not, write us again and we'll help you
(sometime ago I run into the same problem but I can't remember the
2012 Jan 06
2
gluster permissions problem
Hi,
I'm running a very simple gluster server, as a NFSv4 replacement. I
documented this here:
http://www.mail-archive.com/users at lists.fedoraproject.org/msg40298.html
User home folders are served over this file server.
This worked fine in Fedora 15, but I am experiencing some odd
permissions problems with Adobe Acrobat after upgrading the server to
Fedora 16. I've seen it with some
2017 Aug 08
2
Acroread9 crash in CentOS7
Hello,
I'm getting a crash with acroread on my CentOS7 (AdobeReader_enu-9.5.5-1.i486).
I install the official rpms from ftp://ftp.adobe.com/pub/adobe/reader/unix/,
tried 9.5.5, and former v9, v8, v7.
/usr/bin/acroread loads well, but when you click a menu, bang. Same if
you start acroread w/ a .pdf filename in parameter, the window opens up
then crashes.
I modified the acroread script to