Displaying 7 results from an estimated 7 matches for "cmti10".
Did you mean:
cmmi10
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
...ot;CM_boldx_italic_10.afm" "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] "" "" "" &qu...
2005 Nov 10
0
Fonts, Plus
...ully, it will help others 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&...
2004 Sep 16
1
make doc error
...utput 2004.09.16:0716'' -> interface.ps
<tex.pro><alt-rule.pro><texc.pro><f7b6d320.enc><74afc74c.enc><aae443f0.enc>
<bbad153f.enc><09fbbfac.enc><texps.pro><special.pro>. <cmtt10.pfb>
<cmsy10.pfb><cmmi10.pfb><cmti10.pfb><cmr17.pfb><cmsl10.pfb><cmr10.pfb>
<cmbx10.pfb><cmr12.pfb><cmbx12.pfb>[1<eps/xenlogo.eps>] [2] [1] [2] [1] [2]
[3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]
[20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31]...
2007 Jan 10
1
Compiling R-devel under Windows
...R-devel compiles fine but
when it starts to make PDF documentation it generates the following (tail
of the "make distribution" output):
! pdfTeX warning (dest): name{Rfn.survival} has been referenced but does
not ex
ist, replaced by a fixed one
<C:/local/MiKTeX/fonts/type1/bluesky/cm/cmti10.pfb>{8r.enc}<C:/local/MiKTeX/fon
ts/type1/urw/times/utmbi8a.pfb><C:/local/MiKTeX/fonts/type1/bluesky/ams/cmbsy7.
pfb><C:/local/MiKTeX/fonts/type1/bluesky/cm/cmbx10.pfb><C:/local/MiKTeX/fonts/t
ype1/bluesky/cm/cmmib10.pfb><C:/local/MiKTeX/fonts/type1/bluesky/cm/cmr5.pfb...
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
...on. For some reason, pdf 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...
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