blob: c93048dd76669535aeaca9b5ab5b8e3e1ae89d26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
gzt - Support for the French journal "La Gazette des Mathématiciens"
=====================================================================
The `gzt` bundle provides LaTeX classes for the French journal "La Gazette des
mathématiciens".
Installation
------------
The classes are supplied in `.dtx` format. If you want to unpack the `.dtx`
yourself, running `tex gzt.dtx` will extract the package whereas
`pdflatex gzt` will typeset the documentation of the `gztarticle` class
(currently only in French).
Typesetting the documentation also requires a number of packages in addition to
those needed to use the `gzt` classes. To compile the documentation without
error, you will need, among others, my personal (dirty) package `denisbdoc` for
documenting the classes I've written.
|