From 377d5868421b9bab3a6e0fddb02ccc99597b2855 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 14 Feb 2018 21:33:18 +0000 Subject: ndsu-thesis (14feb18) git-svn-id: svn://tug.org/texlive/trunk@46639 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ndsu-thesis/README | 7 ++++--- .../doc/latex/ndsu-thesis/ndsu-thesis.pdf | Bin 134475 -> 136800 bytes .../doc/latex/ndsu-thesis/ndsu-thesis.tex | 8 ++++---- .../tex/latex/ndsu-thesis/ndsu-thesis.cls | 10 +++++++--- 4 files changed, 15 insertions(+), 10 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/ndsu-thesis/README b/Master/texmf-dist/doc/latex/ndsu-thesis/README index 56ef9365142..aea040fd0db 100644 --- a/Master/texmf-dist/doc/latex/ndsu-thesis/README +++ b/Master/texmf-dist/doc/latex/ndsu-thesis/README @@ -1,6 +1,6 @@ This is the ndsu-thesis document class. It is used to produce disquisitions for submission to the NDSU Graduate School. -Copyright 2016, Aaron Feickert and Jonathan Totushek +Copyright 2018, Aaron Feickert and Jonathan Totushek This work may be distributed and/or modified under the conditions of the LaTeX Project Public Licenese, either version 1.3 @@ -12,8 +12,8 @@ version 2005/12/01 or later. This work has the LPPL maintenance status `maintained'. -The current maintainer of this work is Aaron Feickert. -Contact aaron.feickert@ndsu.edu for bug reports. +The current maintainer of this work is James Thorne. +Contact james.thorne@ndsu.edu for bug reports. Files included are: README - this information file @@ -30,3 +30,4 @@ Here is a history of changes: 2015-07-29: fixed spacing issue in the approval page 2016-02-02: fixed appendix equation numbering 2016-04-15: changed spacing in lists of appendix figures and tables + 2018-02-13: removed orphan and widow lines \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf b/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf index c8d7a472a00..f2ee0225844 100644 Binary files a/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf and b/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.pdf differ diff --git a/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex b/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex index 52c956bab17..be505cfd8d0 100644 --- a/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex +++ b/Master/texmf-dist/doc/latex/ndsu-thesis/ndsu-thesis.tex @@ -3,8 +3,8 @@ \usepackage{verbatim} \title{Using the \texttt{ndsu-thesis} class} -\author{Aaron Feickert and Jonathan Totushek \\ \texttt{aaron.feickert@ndsu.edu}} -\date{15 April 2016} +\author{Aaron Feickert and Jonathan Totushek \\ Maintainer: James Thorne (\texttt{james.thorne@ndsu.edu})} +\date{13 February 2018} \begin{document} \maketitle @@ -119,13 +119,13 @@ Below is a brief example of an M.S. thesis that includes all required and (many) \documentclass[ms-thesis]{ndsu-thesis} \title{The Title of My M.S. Thesis} \author{Samuel Quincy Student} -\date{April 2016} +\date{February 2018} \department{Mathematics} \cchair{Prof. John Adams} \cmembera{Prof. Abraham Lincoln} \cmemberb{Prof. George Washington} -\approvaldate{15 April 2016} +\approvaldate{13 February 2018} \approver{Prof. James Garfield} \abstract{This is the abstract for my thesis.} diff --git a/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls b/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls index 761c0a6cbce..2c37d886325 100644 --- a/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls +++ b/Master/texmf-dist/tex/latex/ndsu-thesis/ndsu-thesis.cls @@ -1,6 +1,6 @@ % This is the ndsu-thesis document class. It is used to produce disquisitions % for submission to the NDSU Graduate School. -% Copyright 2016, Aaron Feickert and Jonathan Totushek +% Copyright 2018, Aaron Feickert and Jonathan Totushek % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public Licenese, either version 1.3 @@ -12,8 +12,8 @@ % This work has the LPPL maintenance status `maintained'. -% The current maintainer of this work is Aaron Feickert. -% Contact aaron.feickert@ndsu.edu for bug reports. +% The current maintainer of this work is James Thorne. +% Contact james.thorne@ndsu.edu for bug reports. % Here is a history of changes: % 2015-02-24: original release @@ -24,6 +24,7 @@ % 2015-07-29: fixed spacing issue in the approval page % 2016-02-02: fixed appendix equation numbering % 2016-04-15: changed spacing in lists of appendix figures and tables +% 2018-02-13: removed orphan and widow lines \ProvidesClass{ndsu-thesis} \DeclareOption{draft}{\PassOptionsToClass{draft}{book}} @@ -289,3 +290,6 @@ \addcontentsline{toc}{chapter}{APPENDIX. \uppercase{#1}} \renewcommand{\theequation}{A.\arabic{equation}} } + +\widowpenalty=10000 +\clubpenalty=10000 \ No newline at end of file -- cgit v1.2.3