Ignore:
Timestamp:
Mar 16, 2018, 1:57:38 PM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
fdfced6
Parents:
759f05f
git-author:
Peter A. Buhr <pabuhr@…> (03/16/18 12:14:02)
git-committer:
Peter A. Buhr <pabuhr@…> (03/16/18 13:57:38)
Message:

modify for SPE macros

File:
1 edited

Legend:

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

    r759f05f rd5ccbe9  
    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.