Displaying 5 results from an estimated 5 matches for "cm_regular_10".
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
...metrics
[1] "n021003l.afm" "n021004l.afm" "n021023l.afm" "n021024l.afm" "s050000l.afm"
$encoding
[1] "default"
attr(,"class")
[1] "Type1Font"
$ComputerModern
$family
[1] "ComputerModern"
$metrics
[1] "CM_regular_10.afm" "CM_boldx_10.afm" "CM_italic_10.afm"
[4] "CM_boldx_italic_10.afm" "CM_symbol_10.afm"
$encoding
[1] "TeXtext.enc"
attr(,"class")
[1] "Type1Font"
$ComputerModernItalic
$family
[1] "ComputerModernItalic...
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
...out my R session). I have also attempted to create the same plot using the pdf function. 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(se...
2004 Mar 15
1
Correct Computer Modern font in postscript(..) output
Hi,
I'm trying to get the correct font used when generating italic text in an R
grahic. I have a set of labels that print correctly except it seems the
italic text is justr a slanted version of the TeX computer modern normal
font... I'm using R v1.8.1 on Windows XP, and I get the same result if I
build the pdf using Adobe Acrobat or using MikTeX
The labels:
2005 Nov 10
0
Fonts, Plus
Dear R Wizards:
sorry, I need more help. hopefully, 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=&quo...