diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/dtxtut/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/dtxtut/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/dtxtut/README b/Master/texmf-dist/doc/latex/dtxtut/README new file mode 100644 index 00000000000..9cb11d2d01a --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtxtut/README @@ -0,0 +1,30 @@ + + +-------------------------------------+ + | HOW TO PACKAGE YOUR LATEX PACKAGE | + | By Scott Pakin, scott+dtx@pakin.org | + +-------------------------------------+ + +This tutorial is intended for advanced LaTeX2e users who want to learn +how to create .ins and .dtx files for distributing their homebrewed +classes and style files. + +Distributed files include: + + README -- This file + dtxtut.pdf -- Preformatted tutorial + dtxtut.tex -- Tutorial source code (LaTeX2e) + skeleton.ins -- A sample .ins file (generates .sty) + skeleton.dtx -- A sample .dtx file (generates .sty) + cskeleton.ins -- A sample .ins file (generates .cls) + cskeleton.dtx -- A sample .dtx file (generates .cls) + + +The author would like to thank the following people (in alphabetical +order) for their suggestions on improving dtxtut and the skeleton +files: + + * Robin Fairbairns + * Marcel Heldoorn + * Rolf Niepraschk + * Hans Fredrik Nordhaug + |