Changeset d5ccbe9 for doc/papers/concurrency/style
- Timestamp:
- Mar 16, 2018, 1:57:38 PM (7 years ago)
- 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)
- 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} 2 2 \usepackage{listings} 3 3 \usepackage{inconsolata} … … 149 149 \lstdefinestyle{cfaStyle}{ 150 150 escapeinside={@@}, 151 basicstyle=\linespread{0.9}\ tt\footnotesize, % reduce line spacing and use typewriter font152 keywordstyle=\bfseries\color{blue},153 keywordstyle=[2]\bfseries\color{ Plum},154 commentstyle=\sf\itshape\color{OliveGreen}, % green and italic comments151 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 155 155 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 157 158 mathescape=true, 158 159 columns=fixed,
Note: See TracChangeset
for help on using the changeset viewer.