diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-16 22:14:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-16 22:14:42 +0000 |
commit | 96eef86dd6ca48e839d2dd1a1cd9851320fd54bc (patch) | |
tree | cc6355ecff01c7ae8eb05245043d813c9918534f /Master/texmf-dist/doc/latex/uothesis/README.txt | |
parent | e97ef8dfa62909a029519adecf4bf8b35f4559be (diff) |
uothesis 2.5 (15mar11)
git-svn-id: svn://tug.org/texlive/trunk@21734 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/uothesis/README.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/uothesis/README.txt | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/uothesis/README.txt b/Master/texmf-dist/doc/latex/uothesis/README.txt new file mode 100644 index 00000000000..b77f1a9757d --- /dev/null +++ b/Master/texmf-dist/doc/latex/uothesis/README.txt @@ -0,0 +1,37 @@ +---------------------------------------------------------------- +uothesis --- Support for University of Oregon Graduate School requirements +for the formatting of doctoral dissertations and and masters theses +E-mail: mander13@uoregon.edu +Released under the LaTeX Project Public License v1.3c or later +See http://www.latex-project.org/lppl.txt +---------------------------------------------------------------- + +The uothesis bundle provides a LaTeX class file and documentation for the class +file. The class file generates documents that are suitable for submission to the +Graduate School and conform with the style requirements for dissertations and theses +as laid out in the Fall 2010 UO graduate school student manual. + +The basic format for this dtx and the associcated files are shamelessly mooched from +the achemso package dtx and ins files. My thanks to their authors for the excellent +examples. + +Installation +------------ + +The package is supplied in dtx format. To +unpack the dtx, running 'tex uothesis.dtx' will extract +the package whereas 'latex uothesis.dtx will extract it and also +typeset the documentation. + +Typesetting the documentation requires a number of packages in +addition to those needed to use the package. This is mainly +because of the number of demonstration items included in the +text. To compile the documentation without error, you will +need the packages: + - array + - booktabs + - hypdoc + - listings + - lmodern + - mathpazo + - microtype |