<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,6 +30,14 @@ I suggest making one subdirectory for each chapter, and putting
 the .tex file and all of the figures for that chapter there.
 Then, simply \include each chapter in dissertation.tex.
 
+By default, your pages and chapter headings should be set up to
+conform to the UW typesetting requirements.  If you are making a
+version of your dissertation that doesn't require conformance to
+typewriter-era requirements (e.g. for the web or to make a nice
+printed copy), you'll want to create your own page and chapter styles
+in includes/preamble.tex and change frontmatter/frontmatter.tex to
+select your styles instead of the &quot;deposit&quot; styles.
+
 Other files of interest include:
 
  * backmatter/colophon.tex: if you're a big nerd and want to tell
@@ -48,8 +56,8 @@ Other files of interest include:
    per-file SVN info
 
  * includes/preamble.tex: this is where you want to set up your
-   chapter style (see the excellent memoir class documentation on
-   CTAN) and include any other packages you need
+   chapter and page styles (see the excellent memoir class
+   documentation on CTAN) and include any other packages you need
 
  * includes/thesisdefs.tex: some definitions adapted from the withesis
    document class</diff>
      <filename>witemplate/README</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 % dissertation.tex -- main dissertation file
 %
 % Wisconsin dissertation template
-% Copyright (c) 2008 William C. Benton.  All rights reserved.
+% Copyright (c) 2008-2009 William C. Benton.  All rights reserved.
 %
 % This program can redistributed and/or modified under the terms
 % of the LaTeX Project Public License Distributed from CTAN
@@ -15,6 +15,8 @@
 % You, the user, still hold the copyright to any document you produce
 % with this software (like your dissertation).
 %
+
+%%% You'll want ``oneside'' for the deposit version, but probably not for any versions that don't need to meet the UW requirements
 \documentclass[12pt,oneside,letterpaper]{memoir}
 
 \input{includes/preamble}</diff>
      <filename>witemplate/dissertation.tex</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 \svnidlong{$LastChangedBy$}{$LastChangedRevision$}{$LastChangedDate$}{$HeadURL: http://freevariable.com/dissertation/branches/diss-template/frontmatter/frontmatter.tex $}
 \vcinfo{}
 
-%%% BEGIN STUFF TAKEN FROM WITHESIS EXAMPLE FILE
+%%% SOME OF THIS CODE IS ADAPTED FROM THE VENERABLE withesis.cls
 
 % COPYRIGHT PAGE
 %  - To include a copyright page use \copyrightpage
@@ -14,10 +14,16 @@
 
 %% BEGIN PAGESTYLE
 
-%% You can pick a pagestyle if you want; see the memoir class documentation for more info.
+%%% You can pick a pagestyle if you want; see the memoir class
+%%% documentation for more info.  The default ``deposit'' option meets
+%%% the UW thesis typesetting requirements but is probably
+%%% unsatisfactory for making a version of your dissertation that
+%%% won't be deposited to the graduate school (e.g. for web or a nice
+%%% printed copy)
+
+\chapterstyle{deposit}
+\pagestyle{deposit}
 
-% \chapterstyle{pickone}
-% \pagestyle{pickone}
 
 % ACKNOWLEDGMENTS
 \begin{acks}
@@ -88,4 +94,4 @@
 
 \clearpage\pagenumbering{arabic}
 
-%%% END STUFF TAKEN FROM WITHESIS EXAMPLE FILE
\ No newline at end of file
+%%% END STUFF TAKEN FROM WITHESIS EXAMPLE FILE</diff>
      <filename>witemplate/frontmatter/frontmatter.tex</filename>
    </modified>
    <modified>
      <diff>@@ -31,8 +31,8 @@
 %%%%% SVN
 \IfFileExists{svn-multi.sty}{%
 \usepackage{svn-multi}%
-%% Uncomment the second one and comment out the first one if you want
-%% to include subversion revision information in each file.
+%%% Uncomment the second one and comment out the first one if you want
+%%% to include subversion revision information in each file.
 \newcommand{\vcinfo}{}%
 %\newcommand{\vcinfo}{\begin{centering}\fbox{\fbox{\parbox{5in}{Author: \svnauthor\\Revision: \svnfilerev\\Last changed on: \svnfiledate\\URL: \svnkw{HeadURL}}}}\\[1em]\end{centering}}%
 }{%</diff>
      <filename>witemplate/includes/defs.tex</filename>
    </modified>
    <modified>
      <diff>@@ -123,6 +123,45 @@
 
 %%% snip? (end) %%%
 
+%%% NB: the ``deposit'' chapter- and page- styles should conform to UW
+%%% requirements.  If you are producing a pretty version of your
+%%% dissertation for web use later, you will certainly want to make
+%%% your own chapter and page styles.
+
+\makechapterstyle{deposit}{%
+  \renewcommand{\chapterheadstart}{}
+  \renewcommand{\printchaptername}{}
+  \renewcommand{\chapternamenum}{}
+  \renewcommand{\printchapternum}{\parbox{2em}{\MakeLowercase{\Large\scshape\thechapter{}}} }
+  \renewcommand{\afterchapternum}{}
+  \renewcommand{\printchaptertitle}[1]{%
+  \raggedright\Large\scshape\MakeLowercase{##1}}
+  \renewcommand{\afterchaptertitle}{%
+  \vskip\onelineskip \hrule\vskip\onelineskip}
+}
+
+\makepagestyle{deposit}
+ 
+\makeatletter
+ 
+\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
+\renewcommand{\sectionmark}[1]{\markboth{#1}{}}
+ 
+\makeevenfoot{deposit}{}{}{}
+\makeoddfoot{deposit}{}{}{}
+\makeevenhead{deposit}{\thepage}{}{}
+\makeoddhead{deposit}{}{}{\thepage}
+\makeatother
+
+%%% set up page numbering for chapter pages to satisfy UW requirements
+%%% NB: You will want to delete until the ``SNIP'' mark if you are
+%%% making a ``nice'' copy
+\copypagestyle{chapter}{plain}
+\makeoddfoot{chapter}{}{}{}
+\makeevenhead{chapter}{\thepage}{}{}
+\makeoddhead{chapter}{}{}{\thepage}
+%%% SNIP
+
 %%% bib nonsense
 \makeatletter
 \newenvironment{wb-bib}[1]{%</diff>
      <filename>witemplate/includes/preamble.tex</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c586bd539e26410b81319037df176444a90dc302</id>
    </parent>
  </parents>
  <author>
    <name>Will Benton</name>
    <email>willbenton@gmail.com</email>
  </author>
  <url>http://github.com/willb/wi-thesis-template/commit/43b7dd25af022f8a5073014c576be66497afed25</url>
  <id>43b7dd25af022f8a5073014c576be66497afed25</id>
  <committed-date>2009-04-24T14:14:50-07:00</committed-date>
  <authored-date>2009-04-24T14:14:50-07:00</authored-date>
  <message>Added &quot;deposit&quot; pagestyle and chapterstyle; made these the defaults.</message>
  <tree>21e4fea00a9ee342f61734949a3e3786b2cb5b71</tree>
  <committer>
    <name>Will Benton</name>
    <email>willbenton@gmail.com</email>
  </committer>
</commit>
