Ignore:
Timestamp:
Feb 4, 2021, 10:04:36 AM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
ef0b456
Parents:
29c9b23
Message:

Got rid of the remaining \texorpdfstring commands.

Location:
doc/theses/andrew_beach_MMath
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/existing.tex

    r29c9b23 r9af0fe2d  
    1212obvious to the reader.
    1313
    14 \section{\texorpdfstring{Overloading and \lstinline|extern|}
    15          {Overloading and extern}}
     14\section{Overloading and \lstinline{extern}}
    1615\CFA has extensive overloading, allowing multiple definitions of the same name
    1716to be defined.~\cite{Moss18}
  • doc/theses/andrew_beach_MMath/unwinding.tex

    r29c9b23 r9af0fe2d  
    1 \chapter{\texorpdfstring{Unwinding in \CFA}{Unwinding in Cforall}}
     1\chapter{Unwinding in \CFA}
    22
    33Stack unwinding is the process of removing stack frames (activations) from the
     
    110110alternate transfers of control.
    111111
    112 \section{\texorpdfstring{\CFA Implementation}{Cforall Implementation}}
     112\section{\CFA Implementation}
    113113
    114114To use libunwind, \CFA provides several wrappers, its own storage, personality
  • doc/theses/andrew_beach_MMath/uw-ethesis.tex

    r29c9b23 r9af0fe2d  
    9292\newcommand{\href}[1]{#1} % does nothing, but defines the command so the
    9393% print-optimized version will ignore \href tags (redefined by hyperref pkg).
    94 %\newcommand{\texorpdfstring}[2]{#1} % does nothing, but defines the command
    9594% Anything defined here may be redefined by packages added below...
    9695
Note: See TracChangeset for help on using the changeset viewer.