Changes in / [bff607e:5e8d732]
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/lstlang.sty
rbff607e r5e8d732 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
rbff607e r5e8d732 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.