Ignore:
Timestamp:
Mar 16, 2018, 3:02:12 PM (6 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, with_gc
Children:
0415e24, e6b3942
Parents:
5f61546 (diff), d5ccbe9 (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' of plg.uwaterloo.ca:/u/cforall/software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/papers/concurrency/style/cfa-format.tex

    r5f61546 rfdfced6  
    1 \usepackage[usenames,dvipsnames]{xcolor}
     1%\usepackage[usenames,dvipsnames]{xcolor}
    22\usepackage{listings}
    33\usepackage{inconsolata}
     
    149149\lstdefinestyle{cfaStyle}{
    150150  escapeinside={@@},
    151   basicstyle=\linespread{0.9}\tt\footnotesize,          % reduce line spacing and use typewriter font
    152   keywordstyle=\bfseries\color{blue},
    153   keywordstyle=[2]\bfseries\color{Plum},
    154   commentstyle=\sf\itshape\color{OliveGreen},             % green and italic comments
     151  basicstyle=\linespread{0.9}\sf,               % reduce line spacing and use typewriter font
     152%  keywordstyle=\bfseries\color{blue},
     153  keywordstyle=[2]\bfseries\color{red},
     154%  commentstyle=\sf\itshape\color{OliveGreen},            % green and italic comments
    155155  identifierstyle=\color{identifierCol},
    156   stringstyle=\sf\color{Mahogany},                                % use sanserif font
     156%  stringstyle=\sf\color{Mahogany},                               % use sanserif font
     157  stringstyle=\tt,                                                                              % use typewriter font
    157158  mathescape=true,
    158159  columns=fixed,
Note: See TracChangeset for help on using the changeset viewer.