rename texmessage.loadfd to texmessage.loaddef and allow for .def and .fd files
[PyX/mjg.git] / examples / text / font.txt
blob973e4713efd974643220e84a85453147d0162a23
1 There are nice packages to influence fonts in LaTeX. Hence for a simple example
2 we change the mode of the default texrunner instance to `latex` and use the
3 `preamble` method to load the `palatino` package.
5 In general LaTeX is also favourable for using your own Type1 fonts. Still you
6 can also use different fonts in TeX if you are familiar with the topic, but
7 LaTeXs NFSS (new font selection scheme) is preferable by the ordinary user and
8 has great advantages in daily use later on. All you need to do is to integrate
9 the fonts into your LaTeX system. Probably you'll need to create your own LaTeX
10 font adaptation for what the `fontinst` utility is of great help. Try your
11 favorite search engine on that topic to learn more about it and find some step
12 by step guides. As soon as your LaTeX system is configured to use your fonts
13 they will also be available to PyX.