-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
35 lines (22 loc) · 787 Bytes
/
README
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
actual working file is mtjournal.tex
build is a script that sets environments so that the kluwer subdir
(which has the Kluwer templates) can be read by latex and bibtex. use
cases:
./build latex mtjournal
./build bibtex mtjournal
./build latex mtjournal
./build latex mtjournal
etc...
To construct the actual tarball to send to the publisher, use the ship
script:
./ship
will construct a tarball named mtjournal-2009-05-11.tgz (assuming it's
May 11, 2009!) with the following contents:
# the Kluwer classes
mtjournal-2009-05-11/klu*.{cls,clo,sty}
# source for this paper:
mtjournal-2009-05-11/mtjournal.{tex,bbl}
# .eps figures
mtjournal-2009-05-11/dpm-*.eps
# a pre-built PDF and PS for double-checking
mtjournal-2009-05-11/mtjournal.{pdf,ps}