search for: lmbx10

Displaying 2 results from an estimated 2 matches for "lmbx10".

Did you mean: cmbx10
2004 Mar 16
1
Changing ComputerModern in postscript(...): A first attempt at contributing....
...roject that they prefer patches generated from "diff -u4". I couldn't see explicit instructions on the R web site so I've attached a "diff -u4" file. Adopting this patch would require adding 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? Unfortu...
2008 Sep 18
1
PDF fonts problem
...ally made for Eastern European languages (among many other). The example is (I hope it is fully reproducible): Sys.setlocale(category="LC_CTYPE", locale="hungarian") LM <- Type1Font("LM", paste("lm/fonts/afm/public/lm/", c("lmb10.afm", "lmbx10.afm", "lmbo10.afm", "lmbxo10.afm"), sep="")) pdfFonts(LM=LM) postscriptFonts(LM=LM) CMS <- Type1Font("CMS", paste("cm-super/afm/", c("sfrm1000.afm", "sfrb1000.afm", "sfti1000.afm", "sfsl1000.afm"), s...