summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/docmfp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/docmfp
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/docmfp')
-rw-r--r--Master/texmf-dist/doc/latex/docmfp/README27
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