Displaying 5 results from an estimated 5 matches for "cmbxti10".
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
...uot; "CM_symbol_10.afm"
$encoding
[1] "TeXtext.enc"
attr(,"class")
[1] "Type1Font"
$ComputerModernItalic
$family
[1] "ComputerModernItalic"
$metrics
[1] "CM_regular_10.afm" "CM_boldx_10.afm" "cmti10.afm"
[4] "cmbxti10.afm" "CM_symbol_10.afm"
$encoding
[1] "TeXtext.enc"
attr(,"class")
[1] "Type1Font"
$Japan1
$family
[1] "HeiseiKakuGo-W5"
$metrics
[1] "" "" "" "" "Sym...
2005 Nov 10
0
Fonts, Plus
...s in the future.
I am using R 2.2.0 Patched (2005-11-07 r36217).
[a]
# copy from the postscriptFont documentation
CMitalic <- postscriptFont("ComputerModern",
c("CM_regular_10.afm", "CM_boldx_10.afm",
"cmti10.afm", "cmbxti10.afm",
"CM_symbol_10.afm"))
postscriptFonts(CMitalic=CMitalic)
# trying this one out. I copied the syntax that worked for lucida
pdf(file="test.pdf", fonts="CMitalic", version="1.4");
par(family="CMitalic");
plot( c(0,1),c(0,1...
2005 May 24
1
How to use fixed-width fonts such as courier in R
Hi,
I am trying to use Arial bold for labelling (font.lab =2), and use
the fixed-width Courier bold for axis. I will export the plot to .ps
format. I have been trying to use font.axis = 11, but that doesn't work
when I exported the plot to a .ps file.
I have been trying hard to read the help page of "postscript" these few
days, but didn't get the courier font yet. Can you
2013 Jul 20
0
problem with minus signs when using postscript/pdf functions with ComputerModernItalic family
...f does not like `family = "ComputerModernItalic"', so I needed to do the following.
> CMitalic <- Type1Font("ComputerModern2",
+ c("CM_regular_10.afm", "CM_boldx_10.afm",
+ "cmti10.afm", "cmbxti10.afm",
+ "CM_symbol_10.afm"),
+ encoding = "TeXtext.enc")
> pdf("test-pdf.pdf", family = CMitalic)
> plot(seq(-5,5,1),seq(-5,5,1))
> dev.off()
The attached test-pdf.pdf file shows the minus signs are no longer...
2001 Jun 29
3
Fail to build R (PR#1005)
Full_Name: Ziying Sherwin
Version: 1.3.0
OS: Solaris 2.8
Submission from: (NULL) (130.14.31.32)
We tried to install R on our Sun Solaris 2.8 machine using gcc 3.0. During the
compilation,
we got error messages like:
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -g -O2 -c sockconn.c -o sockconn.o
gcc -shared -o internet.so Rsock.o internet.o