Ignore:
Timestamp:
May 24, 2019, 10:19:41 AM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
d908563
Parents:
6a9d4b4 (diff), 292642a (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.
Message:

Merge branch 'master' into cleanup-dtors

File:
1 edited

Legend:

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

    r6a9d4b4 r933f32f  
    2929\usepackage{footmisc} % for double refs to the same footnote
    3030
     31\usepackage{caption} % for subfigure
     32\usepackage{subcaption}
     33
    3134% Hyperlinks make it very easy to navigate an electronic document.
    3235% In addition, this is where you should specify the thesis title
     
    3437% Use the "hyperref" package
    3538% N.B. HYPERREF MUST BE THE LAST PACKAGE LOADED; ADD ADDITIONAL PKGS ABOVE
    36 %\usepackage[pdftex,pagebackref=false]{hyperref} % with basic options
    37 \usepackage[pagebackref=false]{hyperref}
     39%\usepackage[pdftex,pagebackref=false]{hyperref} % with basic options\
     40\usepackage[breaklinks,pagebackref=false]{hyperref}
    3841% N.B. pagebackref=true provides links back from the References to the body text. This can cause trouble for printing.
    3942
     
    129132\input{resolution-heuristics}
    130133\input{type-environment}
     134\input{experiments}
    131135\input{conclusion}
    132136
     
    156160% \nocite{*}
    157161
     162% APPENDICIES
     163% -----------
     164\appendix
     165\input{generic-bench}
     166
    158167\end{document}
Note: See TracChangeset for help on using the changeset viewer.