source: doc/proposals/concurrency/style/style.tex @ eb182b0

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since eb182b0 was db0fa7c, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Moved files and did some cleanup in the directories

  • Property mode set to 100644
File size: 547 bytes
Line 
1\input{common}                                          % bespoke macros used in the document
2\input{cfa-format}
3
4% \CFADefaultStyle
5
6\lstset{
7morekeywords=[2]{nomutex,mutex,thread,wait,wait_release,signal,signal_block,accept,monitor,suspend,resume,coroutine},
8keywordstyle=[2]\color{blue},                           % second set of keywords for concurency
9basicstyle=\linespread{0.9}\tt\small,           % reduce line spacing and use typewriter font
10stringstyle=\sf\color{Mahogany},                        % use sanserif font
11commentstyle=\itshape\color{OliveGreen},                % green and italic comments
12}%
Note: See TracBrowser for help on using the repository browser.