rename texmessage.loadfd to texmessage.loaddef and allow for .def and .fd files
[PyX/mjg.git] / examples / text / README
blob36ec1bf98b3be55afe14bec681f4583cc8fb2100
1 One of the major features of PyX is to use the TeX typesetting engine to
2 create text. PyX will start a single TeX or LaTeX instance as soon as
3 text needs to be typeset. It passes the texts to this instance and directly
4 reads the typeset information (dvi file) as created by the TeX interpreter.
5 By this seemless and as far as we know unique integration all the advanced
6 features of the TeX typesetting system like its high quality paragraph
7 builder or the highly advanced math mode become available to PyX users.