diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex3/xtheorem/readme.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex3/xtheorem/readme.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex3/xtheorem/readme.txt b/Master/texmf-dist/doc/latex3/xtheorem/readme.txt new file mode 100644 index 00000000000..723f9df72af --- /dev/null +++ b/Master/texmf-dist/doc/latex3/xtheorem/readme.txt @@ -0,0 +1,40 @@ +Module xtheorem +=============== + + +Purpose: +-------- + +This is a prototype reimplementation of the AMS-LaTeX theorem +environments by Achim Blumensath. + + +To produce the documentation run: +--------------------------------- + + latex xtheorem.dtx + + +To produce the package file xtheorem.sty run: +--------------------------------------------- + + latex xtheorem.ins + + +To run the test file do: +------------------------ + + latex xtheorem-test + +You need the packages + + template.sty (module template) + xparse.sty (module xparse) + ldcsetup.sty (module xparse) + +to run the example file. + + + +Enjoy +Frank Mittelbach 2000/01/02 |