Ignore:
Timestamp:
Oct 4, 2018, 4:01:44 PM (5 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
Children:
6cb935d
Parents:
a332d432
Message:

switched thesis to use latex instead of pdflatex

File:
1 edited

Legend:

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

    ra332d432 ra72b240  
    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}
    2425
    2526\usepackage{footmisc} % for double refs to the same footnote
     
    3031% Use the "hyperref" package
    3132% N.B. HYPERREF MUST BE THE LAST PACKAGE LOADED; ADD ADDITIONAL PKGS ABOVE
    32 \usepackage[pdftex,pagebackref=false]{hyperref} % with basic options
     33%\usepackage[pdftex,pagebackref=false]{hyperref} % with basic options
     34\usepackage[pagebackref=false]{hyperref}
    3335% N.B. pagebackref=true provides links back from the References to the body text. This can cause trouble for printing.
    3436
Note: See TracChangeset for help on using the changeset viewer.