diff options
author | Norbert Preining <preining@logic.at> | 2006-10-17 22:40:33 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2006-10-17 22:40:33 +0000 |
commit | 168c4abebd344cda13d71257a8f5882ddf75b461 (patch) | |
tree | 8a77f74ef5ce60f97952ee40ab54953f76140dbd /Master/texmf-dist/doc/latex/uiucthesis | |
parent | abf72be1c8d2ecea135ae14dcbdff593a8496321 (diff) |
various additions to tpm-ctan-check, and updated to packages
unitsdef, undertilde, ushort, units, umich-thsis, uiucthesis
git-svn-id: svn://tug.org/texlive/trunk@2343 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/uiucthesis')
-rw-r--r-- | Master/texmf-dist/doc/latex/uiucthesis/README | 18 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/uiucthesis/thesis-ex.pdf | bin | 77730 -> 69907 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/uiucthesis/thesis-ex.tex | 27 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/uiucthesis/uiucthesis.pdf | bin | 211663 -> 199744 bytes |
4 files changed, 27 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/uiucthesis/README b/Master/texmf-dist/doc/latex/uiucthesis/README index bfb41603c17..93e4d76081c 100644 --- a/Master/texmf-dist/doc/latex/uiucthesis/README +++ b/Master/texmf-dist/doc/latex/uiucthesis/README @@ -1,5 +1,5 @@ UIUCTHESIS Package/Class
-by Peter Czoschke (based on the version by David Hull)
+by Peter Czoschke (based on the original version by David Hull)
Description
@@ -9,7 +9,7 @@ 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
+functionality except that the class file loads the "book"
class with the [oneside] option.
@@ -19,17 +19,25 @@ 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
-
+ 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.
diff --git a/Master/texmf-dist/doc/latex/uiucthesis/thesis-ex.pdf b/Master/texmf-dist/doc/latex/uiucthesis/thesis-ex.pdf Binary files differindex 52b6014fd14..021f47746c1 100644 --- a/Master/texmf-dist/doc/latex/uiucthesis/thesis-ex.pdf +++ b/Master/texmf-dist/doc/latex/uiucthesis/thesis-ex.pdf diff --git a/Master/texmf-dist/doc/latex/uiucthesis/thesis-ex.tex b/Master/texmf-dist/doc/latex/uiucthesis/thesis-ex.tex index 3eb2fa35cbd..d5ba258dd12 100644 --- a/Master/texmf-dist/doc/latex/uiucthesis/thesis-ex.tex +++ b/Master/texmf-dist/doc/latex/uiucthesis/thesis-ex.tex @@ -6,7 +6,7 @@ %% %% uiucthesis.dtx (with options: `example') %% -\def\fileversion{v2.0} \def\filedate{2005/02/01} +\def\fileversion{v2.25} \def\filedate{2005/03/25} %% Package and Class "uiucthesis" for use with LaTeX2e. \documentclass[draftthesis,fullpage]{uiucthesis} @@ -42,7 +42,7 @@ To Father and Mother. %% Create an Acknowledgements page, many departments require you to %% include funding support in this. -\chapter*{Acknowledgements} +\chapter*{Acknowledgments} This project would not have been possible without the support of many people. Many thanks to my adviser, Lawrence T. Strongarm, who @@ -55,14 +55,16 @@ financial means to complete this project. And finally, thanks to my husband, parents, and numerous friends who endured this long process with me, always offering support and love. -%% The thesis format requires these lists to come in the following -%% order, all major sections after the Table of Contents must be listed -%% therein, which is automatically taken care of in uiucthesis: +%% The thesis format requires the Table of Contents to come +%% before any other major sections, all of these sections after +%% the Table of Contents must be listed therein (i.e., use \chapter, +%% not \chapter*). Common sections to have between the Table of +%% Contents and the main text are: %% -%% Table of Contents %% List of Tables -%% List of Figures or List of Illustrations -%% List of Symbols and/or Abbreviations +%% List of Figures +%% List Symbols and/or Abbreviations +%% etc. \tableofcontents \listoftables @@ -70,7 +72,7 @@ process with me, always offering support and love. %% Create a List of Abbreviations. The left column %% is 1 inch wide and left-justified -\chapter*{List of Abbreviations} +\chapter{List of Abbreviations} \begin{symbollist*} \item[CA] Caffeine Addict. @@ -79,7 +81,7 @@ process with me, always offering support and love. %% Create a List of Symbols. The left column %% is 0.7 inch wide and centered -\chapter*{List of Symbols} +\chapter{List of Symbols} \begin{symbollist}[0.7in] \item[$\tau$] Time taken to drink one cup of coffee. @@ -97,10 +99,9 @@ process with me, always offering support and love. We conclude that graduate students like coffee. +\appendix* -\appendix - -\include{A-data.tex} +\include{Appendix.tex} \backmatter diff --git a/Master/texmf-dist/doc/latex/uiucthesis/uiucthesis.pdf b/Master/texmf-dist/doc/latex/uiucthesis/uiucthesis.pdf Binary files differindex 8d09acd829f..6ed4e260c10 100644 --- a/Master/texmf-dist/doc/latex/uiucthesis/uiucthesis.pdf +++ b/Master/texmf-dist/doc/latex/uiucthesis/uiucthesis.pdf |