Displaying 11 results from an estimated 11 matches for "dautorotatepag".
Did you mean:
dautorotatepages
2007 Oct 08
3
embedFonts rotates figure
Dear All,
Consider the following code:
pdf(file="figure.pdf",family="URWPalladio")
curve(dlnorm(x,0,1.5),0,10,xlim=c(0,10),ylim=c(0,0.85),axes=F,xlab="",ylab="f")
segments(exp(-1.5^2),0,exp(-1.5^2),dlnorm(exp(-1.5^2),0,1.5),lty="dashed")
segments(1,0,1,dlnorm(1,0,1.5),lty="dashed")
2010 Sep 11
2
Latex fonts in R graphics
...d.pdf",
fontpaths=c("cm-lgc/fonts/type1/public/cm-lgc", "."))
Error in embedFonts("cm.pdf", outfile = "cmembed.pdf", fontpaths =
c("cm-lgc/fonts/type1/public/cm-lgc", :
status -1 in running command 'gswin32c.exe -dNOPAUSE -dBATCH -q
-dAutoRotatePages=/None -sDEVICE=pdfwrite
-sOutputFile=C:\DOCUME~1\user\LOCALS~1\Temp\RtmpccEtgV\Rembed28163716
-sFONTPATH=cm-lgc/fonts/type1/public/cm-lgc;. cm.pdf'
In addition: Warning message:
In system(cmd) : gswin32c.exe not found
Operating system: Windows XP, SP2.
cm-lgc has been unzipped in the wor...
2008 Nov 03
1
dev2bitmap: extra missing
...paste(" -dTextAlphaBits=", taa, sep = "")
if (!is.na(gaa))
extra <- paste(extra, " -dGraphicsAlphaBits=", gaa, sep = "")
cmd <- paste(shQuote(gsexe), " -dNOPAUSE -dBATCH -q -sDEVICE=",
type, " -r", res, "-dAutoRotatePages=/None", " -g", ceiling(res *
width), "x", ceiling(res * height), extra, " -sOutputFile=",
shQuote(file), " ", tmp, sep = "")
best wishes,
ido
> R.Version()
$platform
[1] "x86_64-redhat-linux-gnu"
$arch
[1]...
2004 Apr 03
2
a fix for rotated PDF graphs
Hi,
I have found references for the following problem in the list
archives, but no nice solution. So I decided to post one I came up
with.
The problem is that graphs output as eps files, for example using
ps.options(onefile=FALSE, paper="special", width=8, height=8,
horizontal=FALSE, pointsize=12)
get rotated when I convert them to pdf using epstopdf. Both ghostview
and
2008 Nov 14
1
Bug#505698: r-base-core: dev2bitmap fails with gsexe related error (PR#13288)
...ste(" -dTextAlphaBits=", taa, sep = "")
if (!is.na(gaa))
extra <- paste(extra, " -dGraphicsAlphaBits=", gaa, sep = "")
cmd <- paste(shQuote(gsexe), " -dNOPAUSE -dBATCH -q -sDEVICE=",
type, " -r", res, "-dAutoRotatePages=/None", " -g", ceiling(res *
width), "x", ceiling(res * height), extra, " -sOutputFile=",
shQuote(file), " ", tmp, sep = "")
system(cmd)
'extra' does get set if and only if taa or gaa are given. Adding a sim...
2004 Apr 07
0
Another solution to eps/latex page rotation problem
...t asking for help with eps figures
that make the whole page rotate in latex (I'm doing a presentation
with the "prosper" class). I know that this has been discussed before
here, but none of the proposed solutions worked for me. Then I found
that giving ps2pdf (or dvipdf) the option:
-dAutoRotatePages=/None
Solves the problem! I hope this is helpful to somebody else, it's been
driving me nuts...
Regards,
Chris
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",
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)
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
2006 May 18
0
R-devel and PGI 6.0 compile error
...OnTheWeb'
CVSEDITOR=vi
CVSROOT=/home/mfa/gilp/cvsroot
CVS_RSH=ssh
CXX=pgCC
CXXFLAGS='-g -O2 -pc 64 -Kieee -fPIC'
DIRSTACK=()
DISPLAY=localhost:11.0
EUID=598
F77=pgf77
F95=pgf95
FCFLAGS='-g -O2 -pc 64 -Kieee -fPIC'
FFLAGS='-g -O2 -pc 64 -Kieee -fPIC'
GROUPS=()
GS_OPTIONS=-dAutoRotatePages=/None
G_BROKEN_FILENAMES=1
HISTFILE=/home/mfa/gilp/.bash_history
HISTFILESIZE=1000
HISTSIZE=1000
HOME=/home/mfa/gilp
HOSTNAME=node01
HOSTTYPE=x86_64
IFS=$' \t\n'
INPUTRC=/etc/inputrc
LANG=en_US.UTF-8
LANGVAR=en_US.UTF-8
LDFLAGS='-L/usr/local/pgi/linux86-64/6.0/libso -L/usr/lib64'...
2009 Sep 11
3
For sending my R package as part of R-project
...e that it
>>> would respect the original BoundingBox. The command generated by
>>> embedFonts(file="test1.eps",format="pswrite",
>>> outfile="test1-EMB.eps")
>>> is:
>>>
>>> gs -dNOPAUSE -dBATCH -q -dAutoRotatePages=/None -sDEVICE=pswrite \
>>> -sOutputFile=/tmp/RtmplPWs8l/Rembed24b931bd -sFONTPATH= test1.eps
>>>
>>> A quick study of the ghostscript documentation revealed the existence
>>> of some "EPS Parameters", of which the only one that seemed relevant
&g...