blob: fc415ab14edadad5221f9715d52e19eda8bc1232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
With this script you can install a LaTeX font family
(Postscript Type1, Truetype, Opentype). It supports
font series from light to ultra bold + (faked) small caps
+ faked slanted, but no expert fonts. The script will
rename the fonts automatically (optinal) or will otherwise
expect *.afm files and the font files (in Postscript
Type1 format!) named in the Karl Berry scheme
(e.g. 5nar8a.pfb). After running the script, you should
have a working font installation in your local TeX tree.
License: LPPL
New in v1.5:
- added new switches:
* -m, --mapfilename file name of the map file
* -O. --origfontname use original font names
instead of Karl Berry names
- added support for more font series. The script now
installs:
* light, light italic
* regular/medium, regular/medium italic
* small caps (regular + bold)
* semi bold, semi bold italic
* demi, demi italic
* bold, bold italic
* extra bold, extra bold italic
* ultra bold/heavy, ultra bold/heavy italic
|