diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/msu-thesis')
-rw-r--r-- | Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls b/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls index 7444246b0ae..acc2665867a 100644 --- a/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls +++ b/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls @@ -92,6 +92,8 @@ % Chapter titles now single spaced (bug) % lscape option now requires the pdflscape package, since the thesis % office demands that the physical pages be rotated. +% Version 2.3 2012/12/01 Added "Figure" and "Table" to the LOF and LOT entries per new Grad School +% requirements. % Use at your own risk! % Report bugs/problems/questions to <amunn@msu.edu> % @@ -211,6 +213,8 @@ \renewcommand*{\cftchaptername}{Chapter\space} \renewcommand*{\cftappendixname}{Appendix\space} \renewcommand*{\cftchapterdotsep}{\cftdotsep} +\renewcommand*{\cftfigurename}{Figure\space} +\renewcommand*{\cfttablename}{Table\space} \renewcommand*{\l@chapter}[2]{% \l@chapapp{\MakeUppercase{#1}}{#2}{\cftchaptername}} % Format chapter names |