summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/uiucthesis/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/uiucthesis/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/uiucthesis/README')
-rw-r--r--macros/latex/contrib/uiucthesis/README43
1 files changed, 43 insertions, 0 deletions
diff --git a/macros/latex/contrib/uiucthesis/README b/macros/latex/contrib/uiucthesis/README
new file mode 100644
index 0000000000..93e4d76081
--- /dev/null
+++ b/macros/latex/contrib/uiucthesis/README
@@ -0,0 +1,43 @@
+UIUCTHESIS Package/Class
+by Peter Czoschke (based on the original 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"
+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
+uiucthesis.pdf Precompiled PDF file of documentation from .dtx file
+thesis-ex.pdf Precompiled PDF file of the example file generated from installation
+uiucthesis.cls Pregenerated class file
+uiucthesis.sty Pregenerated style file (for backwards-compatibility)
+
+
+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).
+
+
+Dependencies
+------------
+
+This package requires the setspace package.