summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/labbook/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/labbook/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/labbook/README')
-rw-r--r--macros/latex/contrib/labbook/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/macros/latex/contrib/labbook/README b/macros/latex/contrib/labbook/README
new file mode 100644
index 0000000000..c58141f404
--- /dev/null
+++ b/macros/latex/contrib/labbook/README
@@ -0,0 +1,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.
+