Displaying 6 results from an estimated 6 matches for "urwtim".
Did you mean:
runtim
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
..."URWGothic"
[13] "URWBookman" "NimbusMon" "NimbusSan"
[16] "URWHelvetica" "NimbusSanCond" "CenturySch"
[19] "URWPalladio" "NimbusRom" "URWTimes"
[22] "ComputerModern" "ComputerModernItalic" "Japan1"
[25] "Japan1HeiMin" "Japan1GothicBBB" "Japan1Ryumin"
[28] "Korea1" "Korea1deb" "CNS1"
[31] "GB1&qu...
2007 Nov 18
1
Exporting a plot with the LaTeX font lmodern
Dear All,
I would like to export, as a pdf file, a plot with the LaTeX font
lmodern as the font of my graph. Could somebody please help me?
Thanks in advance,
Paul
2005 Feb 10
2
Writing output to a file in a loop
...ppend = TRUE)
summary(fit)
logLik(fit)
sink()
cv <- predict(fit, genuine=TRUE)
fcv <- c(fcv,cv[length(cv)/2,1])
postscript("garch21.ps",encoding="ISOLatin2",
title = paste("Day: ",wig20$DTYYYYMMDD[m]),
paper = "a4",
family = "URWTimes",
append = TRUE)
plot(fit, ask=FALSE)
dev.off()
}
sink("forecasts.txt")
fcv
sink()
###################################################
The most wondering thing for me is that, plots are stored in the ps
file, but only the ones from last iteration. In manual...
2007 Feb 25
0
dev.print and postscript device problem
...quot;
[13] "URWGothic" "URWBookman" "NimbusMon"
[16] "NimbusSan" "URWHelvetica" "NimbusSanCond"
[19] "CenturySch" "URWPalladio" "NimbusRom"
[22] "URWTimes" "ComputerModern" "ComputerModernItalic"
[25] "Japan1" "Japan1HeiMin" "Japan1GothicBBB"
[28] "Japan1Ryumin" "Korea1" "Korea1deb"
[31] "CNS1"...
2009 Apr 09
1
pdftex treats R pdf figures incorrectly
Hello!
I use R 2.8.1 under Debian GNU/Linux. I've run into a problem
including R pdf figures into LaTeX document. To reproduce:
1) Execute the following minimal R script:
pdf('fig.pdf', family = 'URWTimes', width = 5, height = 5)
plot(rnorm(10), main = '????', xlab = '????????', ylab = '????????')
dev.off()
embedFonts('fig.pdf')
2) Open fig.pdf and make sure the cyrillic characters are present in
the plot title and at the axes. Also make sure the used font subs...
2003 Dec 12
0
proofreading corrections (cvs) (PR#5730)
...using URW fonts, you will obtain access to more
- characters and more approriate metrics by using these names. To make
+ characters and more appropriate metrics by using these names. To make
these easier to remember, \code{"URWHelvetica" == "NimbusSan"} and
\code{"URWTimes" == "NimbusRom"} are also supported.
Index: src/library/graphics/man/stars.Rd
===================================================================
RCS file: /cvs/R/src/library/graphics/man/stars.Rd,v
retrieving revision 1.1
diff -u -r1.1 stars.Rd
--- src/library/graphics/man/stars...