<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -45,7 +45,8 @@
 %% Comment out any of these that you don't want
 \usepackage{amssymb}
 \usepackage{amsmath}
-\usepackage{theorem}
+\usepackage{amsthm}
+%\usepackage{theorem}
 \usepackage{hyperref}
 
 \IfFileExists{mathpartir.sty}{%
@@ -102,26 +103,30 @@
 \usepackage{makeidx}
 \makeindex
 
-%%% snip? (begin) %%%
-
-\def\@begintheorem#1#2{
-\sl\trivlist\item[\hskip\labelsep{\bf #1\ #2.}]}
-\def\@opargbegintheorem#1#2#3{
-\sl\trivlist\item[\hskip\labelsep{\bf #1\ #2\ \rm(#3).}]}
-%
-%--------------------------------------------------------------------------
-%
-
-{\theorembodyfont{\upshape} 
- 
+{\theoremstyle{plain}
 \newtheorem{thm}{Theorem}[chapter]
 \newtheorem{cor}[thm]{Corollary}
 \newtheorem{define}[thm]{Definition}
-\newtheorem{rmk}[thm]{Remark}
 \newtheorem{exmpl}[thm]{Example}
 }
+{\theoremstyle{remark}
+\newtheorem{rmk}[thm]{Remark}
+}
+
+\newtheoremstyle{customsty1}
+{3pt}%
+{3pt}%
+{}% --- body font
+{}% --- indent amount
+{\bfseries}% --- Theorem head font
+{:}% --- Punctuation after head
+{.5em}% --- space after head
+{}% --- theorem head spec (can be left empty, meaning 'normal')
+
+% Define 'newtheorems' that use ``customsty1''
+{\theoremstyle{customsty1} 
+}
 
-%%% snip? (end) %%%
 
 %%% NB: the ``deposit'' chapter- and page- styles should conform to UW
 %%% requirements.  If you are producing a pretty version of your</diff>
      <filename>includes/preamble.tex</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4157116d4386734144f0dc9f5ad4acb1e938eabf</id>
    </parent>
  </parents>
  <author>
    <name>Will Benton</name>
    <email>willbenton@gmail.com</email>
  </author>
  <url>http://github.com/willb/wi-thesis-template/commit/f2911fdaa249102cf1fb805989499325639b399a</url>
  <id>f2911fdaa249102cf1fb805989499325639b399a</id>
  <committed-date>2009-08-11T06:02:08-07:00</committed-date>
  <authored-date>2009-08-11T06:02:08-07:00</authored-date>
  <message>changed theorem.sty to amsthm.sty (thanks to Nick Kidd)</message>
  <tree>30824d36921aaa62e4c0be025faaa94615e431aa</tree>
  <committer>
    <name>Will Benton</name>
    <email>willbenton@gmail.com</email>
  </committer>
</commit>
