blob: add787cc5667f1464270a8eec1fd7b1e3f72c125 (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
+-------------------------------------+
| MFTINC: |
| Include pretty-printed |
| Metafont listings in LaTeX |
| |
| By Scott Pakin, scott+mft@pakin.org |
+-------------------------------------+
Description
-----------
The mft program pretty-prints Metafont source code into a TeX file.
The mftinc package facilitates incorporating such files into a LaTeX 2e
document. In addition, mftinc provides routines for improved comment
formatting and for typesetting font tables.
Installation
------------
There's nothing special about building mftinc:
latex mftinc.ins <== Generate mftinc.sty
latex mftinc.dtx <== Produce the documentation (mftinc.dvi)
makeindex -s gind.ist mftinc <== Generate an index
latex mftinc.dtx <== Incorporate the index into the document
If you're new to this, see
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages for more
information on installing packages.
Copyright and license
---------------------
Copyright (C) 2005 Scott Pakin, scott+mft@pakin.org
This package may be distributed and/or modified under the conditions
of the LaTeX Project Public License, either version 1.2 of this
license or (at your option) any later version. The latest version of
this license is in:
http://www.latex-project.org/lppl.txt
and version 1.2 or later is part of all distributions of LaTeX version
1999/12/01 or later.
|