Displaying 3 results from an estimated 3 matches for "cmitalic".
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....
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
...ngEG-Light-GB"
$metrics
[1] "" "" "" "" "Symbol.afm"
$cmap
[1] "GBK-EUC-H"
$cmapEncoding
[1] "GBK"
$pdfresource
[1] ""
attr(,"class")
[1] "CIDFont"
$CMitalic
$family
[1] "ComputerModern2"
$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"
pstscF...
2013 Jul 20
0
problem with minus signs when using postscript/pdf functions with ComputerModernItalic family
...the .eps file using the Preview application on a MacBook Pro (see below for details about 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 =...