blob: ade5999b7a02acc8cfd5a8734281590658300924 (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
FLABELS-Package
================
-----------------------------------------------------------------------
Author:
-----------------------------------------------------------------------
Volker B"orchers (email: boercher@physik.uni-bremen.de)
-----------------------------------------------------------------------
Legal stuff:
-----------------------------------------------------------------------
Copyright (C) 1997,99 Volker B"orchers
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or any later version.
-----------------------------------------------------------------------
FILES:
-----------------------------------------------------------------------
README
---------------- the file you're reading now
flabels.dtx
---------------- a documentated version of the package. From it you can
generate both a documentation and the .sty file without most comments
using the docstrip utility.
flabels.ins
---------------- run TeX on it to generate the flabels.sty in your
actual directory (from the .dtx file)
makedoc
---------------- this (unix-) script generates flabels.dvi, the
documentation for the package.
makedoc.bat
---------------- same as makedoc but for MSDOS.
gind.ist
---------------- You need it to generate the index for the
documentation. (gind.ist is a official part of doc/docstrip package)
-----------------------------------------------------------------------
INSTALL:
-----------------------------------------------------------------------
1) `tex flabels.ins' (alternatively: `latex flabels.ins')
2) `makedoc'
* if you don't want any macrocode listings, uncomment the line
containing ``\OnlyDescription'' (remove the `#')
* if you use other paper than a4, change the `C_OPT' line
* if want full color support even for the documentation, change the
`P_OPT' line. Perhaps you must create a file `color.cfg'
including the line \ExecuteOptions{<driver>} (see documentation
of package `color').
3) put `flabels.sty' to a path where LaTeX can find it.
-----------------------------------------------------------------------
Date:
-----------------------------------------------------------------------
1997/07/16
-----------------------------------------------------------------------
Version:
-----------------------------------------------------------------------
1.0
|