- Timestamp:
- May 30, 2017, 9:53:10 AM (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, resolv-new, with_gc
- Children:
- 5e8d732
- Parents:
- 4a368547
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/lstlang.sty
r4a368547 ra029714 114 114 __typeof__, zero_t}, 115 115 morekeywords=[2]{ 116 accept,_Atomic, coroutine, is_coroutine, is_monitor, is_thread, monitor, mutex, nomutex,117 resume, s ignal, signal_block, suspend, thread, _Thread_local, wait, yield},116 _Atomic, coroutine, is_coroutine, is_monitor, is_thread, monitor, mutex, nomutex, 117 resume, suspend, thread, _Thread_local, yield}, 118 118 } 119 119 -
doc/proposals/concurrency/style/cfa-format.tex
r4a368547 ra029714 145 145 } 146 146 147 \lstdefinestyle{cfaStyle}{ 148 escapeinside={@@}, 149 basicstyle=\linespread{0.9}\tt\footnotesize, % reduce line spacing and use typewriter font 150 keywordstyle=\bfseries\color{blue}, 151 keywordstyle=[2]\bfseries\color{Plum}, 152 commentstyle=\itshape\color{OliveGreen}, % green and italic comments 153 identifierstyle=\color{identifierCol}, 154 stringstyle=\sf\color{Mahogany}, % use sanserif font 155 mathescape=true, 156 columns=fixed, 157 aboveskip=4pt, % spacing above/below code block 158 belowskip=3pt, 159 keepspaces=true, 160 % frame=lines, 161 literate=, 162 showlines=true, % show blank lines at end of code 163 showspaces=false, 164 showstringspaces=false, 165 escapechar=\$, 166 xleftmargin=\parindentlnth, % indent code to paragraph indentation 167 moredelim=[is][\color{red}\bfseries]{**R**}{**R**}, % red highlighting 168 morekeywords=[2]{accept, signal, signal_block, wait}, 169 } 170 147 171 \lstMakeShortInline[basewidth=0.5em,breaklines=true,basicstyle=\normalsize\ttfamily\color{basicCol}]@ % single-character for \lstinline 148 172 … … 158 182 \lstset{ 159 183 language = CFA, 160 style= defaultStyle,184 style=cfaStyle, 161 185 #1 162 186 } … … 230 254 \newcommand{\one}{\lstinline{one_t}\xspace} 231 255 \newcommand{\ateq}{\lstinline{\@=}\xspace} 232 \newcommand{\code}[1]{\lstinline[language=CFA,style= defaultStyle]{#1}}256 \newcommand{\code}[1]{\lstinline[language=CFA,style=cfaStyle]{#1}} 233 257 \newcommand{\pscode}[1]{\lstinline[language=pseudo,style=pseudoStyle]{#1}}
Note: See TracChangeset
for help on using the changeset viewer.