Changeset 15
- Timestamp:
- 06/24/08 15:45:24 (5 years ago)
- Files:
-
- 4 modified
-
appendix-b.tex (modified) (1 diff)
-
chapter1.tex (modified) (1 diff)
-
thesis.tex (modified) (2 diffs)
-
ttuthesis.sty (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
appendix-b.tex
r1 r15 1 1 \chapter{Sample Tables} 2 \label{chap:sample_tables} 2 3 3 4 \begin{table}[tbp] -
chapter1.tex
r1 r15 247 247 An appendix is generally a ``catch-all'' for supplementary material to 248 248 the the\-sis/dis\-ser\-ta\-tion. In some cases, tables and/or figures 249 are placed in an appendix to avoid interrupting the text. 249 are placed in an appendix to avoid interrupting the text. An example of an appendix can be seen in Appendix~\ref{chap:sample_tables}. 250 250 251 251 %%% Local Variables: -
thesis.tex
r13 r15 240 240 %%% If you have only one appendix, uncomment the following line. If 241 241 %%% you have multiple appendices, leave it commented. 242 %\renewcommand{\appendixpagename}{Appendix} 242 \renewcommand{\appendixtocname}{Appendices} 243 \renewcommand{\appendixpagename}{\MakeUppercase{\appendixtocname}} 244 \appendicesonfirstpageoftoc=0 243 245 244 246 %%% If you have any appendices on your thesis, leave this \appendix … … 246 248 %%% letter rather than number. 247 249 \appendix 248 \renewcommand{\appendixpagename}{\MakeUppercase{Appendix}} 249 %\renewcommand{\appendixpagename}{\MakeUppercase{Appendices}} 250 \appendixpage* 250 \appendixpage 251 251 \addappheadtotoc 252 252 \include{appendix-a} -
ttuthesis.sty
r13 r15 562 562 % find that is called for each chapter, before the chapter entry is 563 563 % added to the TOC. 564 \newcount\appendicesonfirstpageoftoc 564 565 \renewcommand{\insertchapterspace}{% 565 566 \ifanappendix% 566 567 \ifthenelse{\equal{\thechapter}{A}}{% 567 %\ifthenelse{\equal{}{}}{% 568 % % Appendix listings start on first page of ToC 569 % \addtocontents{toc}{\protect\vskip\baselineskip\noindent\mbox{}\appendixpagename\nobreak\vskip-\baselineskip\protect\pagestyle{toc-app}}% 570 %}{% 571 % % Appendix listings start on second-Nth page of ToC 572 \addtocontents{toc}{\protect\vskip\baselineskip\noindent\mbox{}\appendixpagename\nobreak\vskip-\baselineskip\protect\thispagestyle{toc}\protect\pagestyle{toc-app}}% 573 %} 574 }{% 575 } 568 \ifcase\appendicesonfirstpageoftoc 569 \typeout{appendicesonfirstpageoftoc = 0} 570 % Appendix listings start on first page of ToC 571 \addtocontents{toc}{\protect\vskip\baselineskip\noindent\mbox{}\appendixtocname\nobreak\protect\thispagestyle{toc}\protect\pagestyle{toc-app}}% 572 \or 573 \typeout{appendicesonfirstpageoftoc = 1} 574 % Appendix listings start on second-Nth page of ToC 575 \addtocontents{toc}{\protect\vskip\baselineskip\noindent\mbox{}\appendixtocname\nobreak\protect\thispagestyle{toc-initial}\protect\pagestyle{toc-app}}% 576 \else 577 \typeout{*** Error: appendicesonfirstpageoftoc must equal 0 or 1} 578 \fi 579 }% 576 580 \else 577 581 \ifthenelse{\equal{\thechapter}{1}}{% … … 587 591 % Put a period after the chapter number. 588 592 \renewcommand{\cftchapteraftersnum}{. } 589 590 % Define ttuchapter and ttuappendix commands that will automatically591 % make chapter entries in TOC uppercase, while keeping the normal592 % mixed-case title for other uses.593 %594 % (DEPRECATED)595 %596 %\newcommand{\ttuchapter}[1]{%597 % \ifanappendix%598 % \chapter{#1}%599 % \else%600 % \chapter[\MakeUppercase{#1}]{#1}%601 % \fi602 %}603 %\newcommand{\ttuappendix}[1]{\chapter[\MakeUppercase{#1}]{#1}}604 593 605 594 % … … 765 754 \renewcommand{\chapnumfont}{\normalfont\bfseries} 766 755 \renewcommand{\chaptitlefont}{\normalfont\bfseries} 767 \renewcommand{\partnamefont}{\normalfont\bfseries} % For Appendix Page 756 %\renewcommand{\partnamefont}{\normalfont\bfseries} % For Appendix Page 757 \renewcommand{\parttitlefont}{\normalfont\bfseries} % For Appendix Page 768 758 769 759 % Remove extra space at top of chapter heading
