diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/docmfp/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/docmfp/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/docmfp/README b/Master/texmf-dist/doc/latex/docmfp/README new file mode 100644 index 00000000000..fcb0a8ea2d4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/docmfp/README @@ -0,0 +1,27 @@ + The docmfp package extends the doc package to cater for documenting +non-LaTeX code, such as Metafont and Metapost, or even C code. + + The distribution consists of the following files: +README (this file) +docmfp.ins +docmfp.dtx + + The distribution is provided under the terms of the LaTeX +Project Public License (LPPL). + +Changes in version 1.1 +---------------------- +o Added a general \Describe macro +o Added a general Code environment + + To install the package: +o run: latex docmfp.ins (which will generate docmfp.sty) +o run: latex docmfp.dtx +o run: makeindex -s gind.ist docmfp +o run: latex docmfp.dtx +o Print docmfp.dvi for a hardcopy of the package manual +o Move docmfp.sty to a location where LaTeX will find it. + +2000/10/28 +Peter Wilson +peter.r.wilson@boeing.com |