diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/makedtx/README')
-rw-r--r-- | Master/texmf-dist/doc/support/makedtx/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/makedtx/README b/Master/texmf-dist/doc/support/makedtx/README new file mode 100644 index 00000000000..e4abbba5d90 --- /dev/null +++ b/Master/texmf-dist/doc/support/makedtx/README @@ -0,0 +1,32 @@ +makedtx v0.94b : a Perl script to help create .dtx and .ins files + +Last Modified : 19 August 2007 + +Author : Nicola Talbot + +Files : makedtx.dtx - documented source file + makedtx.ins - installation script + + +The makedtx bundle is provided to help LaTeX2e developers to write the code and +documentation in separate files, and then combine them into a single .dtx +file for distribution. It automatically generates the character table, and also +writes the associated installation (.ins) script. + +To extract the code do: + +latex makedtx.ins + +To extract the documentation do: + +pdflatex makedtx.dtx +pdflatex makedtx.dtx + +Read the documentation for installation instructions. + +This material is subject to the LaTeX Project Public License. +See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for +the details of that license. + +http://theoval.cmp.uea.ac.uk/~nlct/ + |