Changeset d0e80f61


Ignore:
Timestamp:
Mar 30, 2021, 8:39:00 AM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
dbfae7b
Parents:
659fb73
Message:

change latex packages from pdflatex to latex for .fig output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex

    r659fb73 rd0e80f61  
    8181\usepackage{amsmath,amssymb,amstext} % Lots of math symbols and environments
    8282\usepackage{xcolor}
    83 \usepackage[pdftex]{graphicx}
     83\usepackage{epic,eepic}
     84\usepackage{graphicx}
    8485\usepackage{comment} % Removes large sections of the document.
    8586\usepackage{todonotes} % Adds todos (Must be included after comment.)
     
    8990% Use the "hyperref" package
    9091% N.B. HYPERREF MUST BE THE LAST PACKAGE LOADED; ADD ADDITIONAL PKGS ABOVE
    91 \usepackage[pdftex,pagebackref=true]{hyperref} % with basic options
     92\usepackage[pagebackref=true]{hyperref} % with basic options
    9293%\usepackage[pdftex,pagebackref=true]{hyperref}
    9394% N.B. pagebackref=true provides links back from the References to the body text. This can cause trouble for printing.
Note: See TracChangeset for help on using the changeset viewer.