Ignore:
Timestamp:
May 1, 2017, 1:39:55 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
2055098
Parents:
b3d70eba
Message:

final revisions to thesis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/rob_thesis/cfa-format.tex

    rb3d70eba r12d3187  
    1 \usepackage{xcolor}
    2 \usepackage{listings}
     1% \usepackage{xcolor}
     2% \usepackage{listings}
    33% \usepackage{booktabs}
    44% \usepackage{array}
     
    103103
    104104\renewcommand{\ttdefault}{pcr}
     105
     106\newcommand{\basicstylesmall}{\scriptsize\ttfamily\color{basicCol}}
    105107
    106108\lstdefinestyle{defaultStyle}{
     
    131133  style=defaultStyle
    132134}
    133 \lstMakeShortInline[basewidth=0.5em,breaklines=true,basicstyle=\normalsize\ttfamily\color{basicCol}]@  % single-character for \lstinline
     135\lstMakeShortInline[basewidth=0.5em,breaklines=true,breakatwhitespace,basicstyle=\normalsize\ttfamily\color{basicCol}]@  % single-character for \lstinline
    134136
    135137\lstnewenvironment{cfacode}[1][]{
     
    195197\newcommand{\one}{\lstinline{one_t}\xspace}
    196198\newcommand{\ateq}{\lstinline{\@=}\xspace}
     199
     200\newenvironment{newtext}{\color{red}}{\ignorespacesafterend}
    197201
    198202% \lstset{ %
Note: See TracChangeset for help on using the changeset viewer.