Ignore:
Timestamp:
Mar 24, 2020, 4:37:09 PM (4 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
44a88528
Parents:
ae66348
Message:

ABMM thesis: Lots of context reworking. Took out Peter's formating and put back parts that I understood and used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/uw-ethesis.cls

    rae66348 rc72ea7a  
    2828%     with options in <setup> (set hyperref's \hypersetup for details).
    2929\NeedsTeXFormat{LaTeX2e}
    30 \ProvidesClass{uw-ethesis}[2020/03/09 v0.1 UW E-Thesis Template Document Class]
     30\ProvidesClass{uw-ethesis}[2020/03/24 v0.1 UW-eThesis Template Document Class]
    3131
    3232\RequirePackage{etoolbox}
     
    3939\ProcessOptions\relax
    4040
    41 \def\ifformat#1#2#3{\ifdefstring{\ethesis@format}{#1}{#2}{#3}}
     41\newcommand\ifformat[3]{\ifdefstring{\ethesis@format}{#1}{#2}{#3}}
    4242
    4343\ifformat{print}{%
     
    136136%  \usepackage[#1]{glossaries-extra}
    137137%}
     138
     139\let\colour=\color
Note: See TracChangeset for help on using the changeset viewer.