diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/uiucthesis/README | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/uiucthesis/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/uiucthesis/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/uiucthesis/README b/Master/texmf-dist/doc/latex/uiucthesis/README new file mode 100644 index 00000000000..bfb41603c17 --- /dev/null +++ b/Master/texmf-dist/doc/latex/uiucthesis/README @@ -0,0 +1,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).
|