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/thesis-ex.tex | |
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/thesis-ex.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/uiucthesis/thesis-ex.tex | 27 |
1 files changed, 14 insertions, 13 deletions
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 |