Ignore:
Timestamp:
Jan 10, 2019, 3:50:34 PM (7 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
d97c3a4
Parents:
aeb8f70 (diff), 08222c7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Aaron Moss <a3moss@…> (01/10/19 14:46:09)
git-committer:
Aaron Moss <a3moss@…> (01/10/19 15:50:34)
Message:

Merge remote-tracking branch 'plg/master' into deferred_resn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/aaron_moss_PhD/phd/thesis.tex

    raeb8f70 re99e43f  
    2121
    2222\usepackage{amsmath,amssymb,amstext} % Lots of math symbols and environments
    23 \usepackage[pdftex]{graphicx} % For including graphics N.B. pdftex graphics driver
     23% \usepackage[pdftex]{graphicx} % For including graphics N.B. pdftex graphics driver
     24\usepackage{graphicx}
     25
     26\usepackage{amsthm} % for theorem environment
     27\newtheorem{theorem}{Theorem}
     28
     29\usepackage{footmisc} % for double refs to the same footnote
    2430
    2531% Hyperlinks make it very easy to navigate an electronic document.
     
    2834% Use the "hyperref" package
    2935% N.B. HYPERREF MUST BE THE LAST PACKAGE LOADED; ADD ADDITIONAL PKGS ABOVE
    30 \usepackage[pdftex,pagebackref=false]{hyperref} % with basic options
     36%\usepackage[pdftex,pagebackref=false]{hyperref} % with basic options
     37\usepackage[pagebackref=false]{hyperref}
    3138% N.B. pagebackref=true provides links back from the References to the body text. This can cause trouble for printing.
    3239
     
    120127\input{background}
    121128\input{generic-types}
     129\input{resolution-heuristics}
    122130\input{type-environment}
    123 \input{resolution-heuristics}
    124131\input{conclusion}
    125132
Note: See TracChangeset for help on using the changeset viewer.