diff options
author | Karl Berry <karl@freefriends.org> | 2007-03-07 18:04:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-03-07 18:04:30 +0000 |
commit | f20e65ef1cfe5fc288f66e7af8abc8477511b36a (patch) | |
tree | 91b4aa04e610a26e189bf47c7c4f79c52a02ea83 /Master/texmf-dist/doc/latex/umthesis/README | |
parent | dc6e3a2da3acbc5fd7479b801f0b8c5d3d20aa0e (diff) |
new package umthesis (6mar07)
git-svn-id: svn://tug.org/texlive/trunk@4008 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/umthesis/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/umthesis/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/umthesis/README b/Master/texmf-dist/doc/latex/umthesis/README new file mode 100644 index 00000000000..b4aec82ba83 --- /dev/null +++ b/Master/texmf-dist/doc/latex/umthesis/README @@ -0,0 +1,21 @@ +LaTeX class file in conformance with the specifications set by the +University of Michigan for dissertations +This class loads the standard book class and then modifies it as little as %% possible. Many of the modifications were taken from the beavtex class and +the umdiss.cls + +Before using, please read the introductory comments in the umthesis.cls file +and look at the example.tex file, which is also highly commented. A compiled +example.pdf is also provided, which illustrates many of the features of the +class. + +INSTALLATION +You can simply keep the class file in the same directory as your dissertation, +or if you prefer, you can put it somewhere tex will find it (under texmf) +and then run +texhash +to tell tex you added something + +This software is released under the Latex Project Public License. + +Please direct any questions or comments to Robert Felty +<robfelty AE gmail DOT com> |