blob: 723f9df72af45e2282d8bd8491ac802f9c255e03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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
|