blob: c58141f404144267a99742dea87a8f8a043d8069 (
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
|
Abstract
labbook.cls - a document class that produces an index of sectioning
commands
This class is designed to typeset laboratory journals that contain
chronologically ordered records about experiments. From the
sectioning commands, an experiment index is generated. The class
is based on the KOMA-Script class scrbook.cls.
To produce the class and example files
latex labbook.ins
To produce the documentation
(pdf)latex labbook.dtx
To produce an index for the documentation:
makeindex -s gind.ist labbook
To produce a change history for the documentation:
makeindex -s gglo.ist -o labbook.gls labbook.glo
Users of Emacs and AUCTeX might want to copy the file labbook.el to
a place where AUCTeX finds its style files.
|