search for: cm_symbol_10

Displaying 6 results from an estimated 6 matches for "cm_symbol_10".

2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
...$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" $metrics [1] "CM_regular_10.afm" "CM_boldx_10.afm" "cmti10.afm" [4] "cmbxti10.afm"...
2004 Mar 16
1
Changing ComputerModern in postscript(...): A first attempt at contributing....
...dding the following Latin Modern afm font files to the R afm fonts folder: lmr10.afm lmbx10.afm lmri10.afm lmbxi10.afm These fonts are available in the Latin Modern Fonts package. To find out about Latin Modern see http://www.tex.ac.uk/cgi-bin/texfaq2html?label=uselmfonts Note, I had to leave the CM_symbol_10 file since I'm not sure that there is a Latin Modern replacement? Unfortunately I wasn't able to build R using Cygwin (configure works OK but make fails), so I have not been able to test the changes. I'll keep looking into getting R to build, but in the mean time I thought someone may...
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
..."', 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 replaced by capital gammas, but are now blanked out....
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
...d (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) ); myeq <- bquote((w[I]==.(1/7))); text( 0...