Displaying 2 results from an estimated 2 matches for "computermodern2".
Did you mean:
computermodern
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
...cs
[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> ## This duplicates "Comp...
2013 Jul 20
0
problem with minus signs when using postscript/pdf functions with ComputerModernItalic family
...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 = "TeXtext.enc")
> pdf(&quo...