summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/manuscript/README
blob: 3941b5643861b8438bc5fe200a9b321139bbe639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manuscript package uses standard LaTeX packaging system. To
install run

latex manuscript.ins

for unpacking .sty and .drv files. manuscript.sty should go
somewhere, where it will be found by latex (if kpathsea is used
in your distribution, do not forget to run texhash).

Documentation can be obtained by

	latex manuscript.drv
	makeindex -s gglo.ist -o manuscript.gls manuscript.glo
	makeindex -s gind.ist
	latex manuscript.drv

Alternatively you can just run

   make

to do everything automagically.

Happy LaTeXing!