blob: bfb41603c17352cfd51c5dbc7c53434f8cf0dc8d (
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
|
UIUCTHESIS Package/Class
by Peter Czoschke (based on the version by David Hull)
Description
-----------
uiucthesis is a LaTeX package for formatting theses in the format
required by the University of Illinois at Urbana-Champaign.
A class file and style file are provided. Both provide identical
functionality except that the class file loads the "book" standard
class with the [oneside] option.
Files
-----
README This file
uiucthesis.dtx Source for uiucthesis.cls, uiucthesis.sty and thesis-ex.tex
uiucthesis.ins Driver file for uiucthesis.dtx
Installation
------------
latex uiucthesis.ins <== Produces uiucthesis.cls, uiucthesis.sty
and thesis-ex.tex
latex uiucthesis.dtx <== Produces uiucthesis.dvi (documentation)
latex uiucthesis.dtx <== One more time, to fix cross-references
You can do the last two steps on thesis-ex.tex as well to generate the example
file (DVI).
|