diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-02 23:19:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-02 23:19:27 +0000 |
commit | 52cd5a2b984ccd22b283988a501bb29d1a676bb1 (patch) | |
tree | 319b0b36026343b5d0eb0d5a61a66b54b864eb4c /Master | |
parent | c259cbd21f4b1bb1dc0d700ec494b00c785b66e2 (diff) |
msu-thesis (2dec12)
git-svn-id: svn://tug.org/texlive/trunk@28422 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf | bin | 203097 -> 203167 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf | bin | 73119 -> 73126 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls | 4 |
6 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/msu-thesis/README b/Master/texmf-dist/doc/latex/msu-thesis/README index 3113041e715..7983d95ae3b 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/README +++ b/Master/texmf-dist/doc/latex/msu-thesis/README @@ -1,4 +1,4 @@ -MSU Thesis Class Version 2.2 2012/06/07 +MSU Thesis Class Version 2.3 2012/12/01 Copyright 2011,2012 by Alan Munn <amunn@msu.edu> diff --git a/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf b/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf Binary files differindex a33aa7dcbb3..fb3e40bcef0 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf +++ b/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf diff --git a/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.tex b/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.tex index d2fd4379fb1..45770f0b3f4 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.tex +++ b/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.tex @@ -1,7 +1,7 @@ \documentclass[11pt]{article} \title{\textbf{Using the MSU Thesis Class}} \author{\textbf{Alan Munn}\\Department of Linguistics and Languages\\\texttt{\href{mailto:amunn@msu.edu}{amunn@msu.edu}}} -\date{Version 2.2\\June 7, 2012} +\date{Version 2.3\\December 1, 2012} \usepackage[T1]{fontenc} \usepackage[margin=1.25in]{geometry} \usepackage{titling} diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf Binary files differindex 4187ade0f9b..75c5d96ef3c 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf +++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex index be9760846e9..e9c08846c28 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex +++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex @@ -29,6 +29,7 @@ % Uncomment the next two lines for single spaced examples with gb4e %\let\oldexe\exe %\renewcommand{\exe}{\SingleSpacing\oldexe} + \begin{document} \frontmatter \maketitlepage 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 |