summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 19:29:56 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 19:29:56 +0000
commit37def44d2d953c874d2c87a0167b1cec4bf620b2 (patch)
treea75c91c5f2459a779498ccae0089717528c88455
parent97030c9424cbeda231cd2b45fa08639d6a033c8b (diff)
york-thesis 2011/06/13 v3.6
git-svn-id: svn://tug.org/texlive/trunk@23348 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/york-thesis/README17
-rw-r--r--Master/texmf-dist/doc/latex/york-thesis/york-thesis-Template.tex15
-rw-r--r--Master/texmf-dist/doc/latex/york-thesis/york-thesis.pdfbin257282 -> 111519 bytes
-rw-r--r--Master/texmf-dist/source/latex/york-thesis/york-thesis.dtx17
-rw-r--r--Master/texmf-dist/source/latex/york-thesis/york-thesis.ins4
-rw-r--r--Master/texmf-dist/tex/latex/york-thesis/york-thesis.cls15
6 files changed, 46 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/latex/york-thesis/README b/Master/texmf-dist/doc/latex/york-thesis/README
index 0e36c9052be..92662f67fdb 100644
--- a/Master/texmf-dist/doc/latex/york-thesis/README
+++ b/Master/texmf-dist/doc/latex/york-thesis/README
@@ -17,4 +17,19 @@ $ latex york-thesis.dtx
The york-thesis-Template.tex file is a sample master document for your
work. The york-thesis.el file is a style file for AUCTeX.
-author: Diane Gall <gall@spookyhill.net> \ No newline at end of file
+author: Diane Gall <gall@spookyhill.net>
+
+Copyright (C) 2002-11 by Diane Gall <gall@spookyhill.net>
+-------------------------------------------------------
+
+This file may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in:
+
+ http://www.latex-project.org/lppl.txt
+
+and version 1.3 or later is part of all distributions of LaTeX
+version 2003/06/01 or later.
+
+This work has the LPPL maintenance status "author-maintained". \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/york-thesis/york-thesis-Template.tex b/Master/texmf-dist/doc/latex/york-thesis/york-thesis-Template.tex
index fbcd883a46b..1d445942401 100644
--- a/Master/texmf-dist/doc/latex/york-thesis/york-thesis-Template.tex
+++ b/Master/texmf-dist/doc/latex/york-thesis/york-thesis-Template.tex
@@ -1,5 +1,5 @@
%%
-%% Copyright (C) 2010 by Diane Gall <gall@spookyhill.net>
+%% Copyright (C) 2011 by Diane Gall <gall@spookyhill.net>
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3 of this license
@@ -24,6 +24,19 @@
%
\documentclass[draft]{york-thesis}
+%========== header/footer set-up =================
+
+\usepackage{fancyhdr}
+\lhead{}
+\chead{}
+\rhead{}
+\lfoot{}
+\cfoot{\thepage}
+\rfoot{}
+\renewcommand{\headrulewidth}{0pt}
+\renewcommand{\footrulewidth}{0pt}
+\renewcommand\headheight{24pt}
+
%========== citation setup =================
\usepackage[authoryear,sort]{natbib} % I use natbib, but you can use
% any citation format; the class file
diff --git a/Master/texmf-dist/doc/latex/york-thesis/york-thesis.pdf b/Master/texmf-dist/doc/latex/york-thesis/york-thesis.pdf
index fc21f74cc94..792d4f44b63 100644
--- a/Master/texmf-dist/doc/latex/york-thesis/york-thesis.pdf
+++ b/Master/texmf-dist/doc/latex/york-thesis/york-thesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/york-thesis/york-thesis.dtx b/Master/texmf-dist/source/latex/york-thesis/york-thesis.dtx
index 010590d8d98..89d762f8ffa 100644
--- a/Master/texmf-dist/source/latex/york-thesis/york-thesis.dtx
+++ b/Master/texmf-dist/source/latex/york-thesis/york-thesis.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 2002-10 by Diane Gall <gall@spookyhill.net>
+% Copyright (C) 2002-11 by Diane Gall <gall@spookyhill.net>
% -------------------------------------------------------
%
% This file may be distributed and/or modified under the
@@ -24,7 +24,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<class>\ProvidesClass{york-thesis}
%<*class>
-[2010/05/06 v3.5 York University (Toronto, Canada) thesis class]
+[2011/06/13 v3.6 York University (Toronto, Canada) thesis class]
%</class>
%
%<*driver>
@@ -821,17 +821,19 @@
%
% \changes{v1.1}{2002/02/13}{added a TOC entry for the Table of
% Contents}
+% \changes{v3.6}{2011/06/13}{added code so that fancyhdr package could
+% be used}
%
% \begin{macrocode}
\def\makefrontmatter{%
\pagestyle {empty}
\pagenumbering {roman}
\maketitlepage
- \makecopyrightpage
- \makeauthenticitypage
+ \pagestyle {empty} \makecopyrightpage
+ \pagestyle {empty} \makeauthenticitypage
+ \setcounter {page} {3}
\@ifdefined {@abstractfile}{\makeabstract}
- \setcounter {page} {4}
- \pagestyle {plain}
+ \pagestyle {fancy}
\@ifdefined {@dedicationfile}{\makededication}
\@ifdefined {@acknowledgementsfile}{\makeacknowledgements}
\tableofcontents
@@ -1001,9 +1003,6 @@
%
% \begin{macrocode}
\def\makededication{%
- %\chapter*{Abstract}
- %\addcontentsline {toc}{chapter}{Abstract}
- %\noindent
\newpage
\@input{\@dedicationfile}}
% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/york-thesis/york-thesis.ins b/Master/texmf-dist/source/latex/york-thesis/york-thesis.ins
index 9bd4d223d3d..4be6c6926f7 100644
--- a/Master/texmf-dist/source/latex/york-thesis/york-thesis.ins
+++ b/Master/texmf-dist/source/latex/york-thesis/york-thesis.ins
@@ -1,5 +1,5 @@
%%
-%% Copyright (C) 2010 by Diane Gall <gall@spookyhill.net>
+%% Copyright (C) 2011 by Diane Gall <gall@spookyhill.net>
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3 of this license
@@ -20,7 +20,7 @@
This is a generated file.
-Copyright (C) 2010 by Diane Gall <gall@spookyhill.net>
+Copyright (C) 2011 by Diane Gall <gall@spookyhill.net>
This file may be distributed and/or modified under the conditions of
the LaTeX Project Public License, either version 1.3 of this license
diff --git a/Master/texmf-dist/tex/latex/york-thesis/york-thesis.cls b/Master/texmf-dist/tex/latex/york-thesis/york-thesis.cls
index b2d6570f0e9..bbefd1471b5 100644
--- a/Master/texmf-dist/tex/latex/york-thesis/york-thesis.cls
+++ b/Master/texmf-dist/tex/latex/york-thesis/york-thesis.cls
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2010 by Diane Gall <gall@spookyhill.net>
+%% Copyright (C) 2011 by Diane Gall <gall@spookyhill.net>
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3 of this license
@@ -22,7 +22,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{york-thesis}
-[2010/05/06 v3.5 York University (Toronto, Canada) thesis class]
+[2011/06/13 v3.6 York University (Toronto, Canada) thesis class]
\RequirePackage{ifthen}
\RequirePackage{calc}
\RequirePackage{makeidx}
@@ -180,11 +180,11 @@
\pagestyle {empty}
\pagenumbering {roman}
\maketitlepage
- \makecopyrightpage
- \makeauthenticitypage
+ \pagestyle {empty} \makecopyrightpage
+ \pagestyle {empty} \makeauthenticitypage
+ \setcounter {page} {3}
\@ifdefined {@abstractfile}{\makeabstract}
- \setcounter {page} {4}
- \pagestyle {plain}
+ \pagestyle {fancy}
\@ifdefined {@dedicationfile}{\makededication}
\@ifdefined {@acknowledgementsfile}{\makeacknowledgements}
\tableofcontents
@@ -292,9 +292,6 @@
\noindent
\@input{\@abstractfile}}
\def\makededication{%
- %\chapter*{Abstract}
- %\addcontentsline {toc}{chapter}{Abstract}
- %\noindent
\newpage
\@input{\@dedicationfile}}
\def\makepreface{%