Changeset 678c540 for doc/theses/colby_parsons_MMAth/style
- Timestamp:
- Apr 1, 2023, 11:02:26 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- e41c4c6
- Parents:
- 75bd041
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/theses/colby_parsons_MMAth/style/cfa-format.tex ¶
r75bd041 r678c540 97 97 \lstdefinestyle{pseudoStyle}{ 98 98 escapeinside={@@}, 99 basicstyle=\linespread{0.9}\sf\footnotesize, % reduce line spacing and use typewriter font 100 keywordstyle=\bfseries\color{blue}, 101 keywordstyle=[2]\bfseries\color{Plum}, 102 commentstyle=\itshape\color{OliveGreen}, % green and italic comments 103 identifierstyle=\color{identifierCol}, 104 stringstyle=\sf\color{Mahogany}, % use sanserif font 99 % basicstyle=\linespread{0.9}\sf\footnotesize, % reduce line spacing and use typewriter font 100 basicstyle=\linespread{0.9}\sf, % reduce line spacing and use typewriter font 101 % keywordstyle=\bfseries\color{blue}, 102 % keywordstyle=[2]\bfseries\color{Plum}, 103 % commentstyle=\itshape\color{OliveGreen}, % green and italic comments 104 % identifierstyle=\color{identifierCol}, 105 % stringstyle=\sf\color{Mahogany}, % use sanserif font 105 106 mathescape=true, 106 107 columns=fixed, … … 149 150 \lstdefinestyle{cfaStyle}{ 150 151 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 155 identifierstyle=\color{identifierCol}, 156 stringstyle=\sf\color{Mahogany}, % use sanserif font 152 % basicstyle=\linespread{0.9}\tt\footnotesize, % reduce line spacing and use typewriter font 153 basicstyle=\linespread{0.9}\sf, % reduce line spacing and use typewriter font 154 % keywordstyle=\bfseries\color{blue}, 155 % keywordstyle=[2]\bfseries\color{Plum}, 156 % commentstyle=\sf\itshape\color{OliveGreen}, % green and italic comments 157 % identifierstyle=\color{identifierCol}, 158 % stringstyle=\sf\color{Mahogany}, % use sanserif font 159 stringstyle=\tt, % use sanserif font 157 160 mathescape=true, 158 columns=fixed, 159 aboveskip=4pt, % spacing above/below code block 160 belowskip=3pt, 161 % columns=fixed, 162 columns=fullflexible, 163 % aboveskip=4pt, % spacing above/below code block 164 % belowskip=3pt, 161 165 keepspaces=true, 162 166 tabsize=4, … … 166 170 showspaces=false, 167 171 showstringspaces=false, 172 showlines=true, % show blank lines at end of code 168 173 escapechar=\$, 169 174 xleftmargin=\parindentlnth, % indent code to paragraph indentation 170 175 moredelim=[is][\color{red}\bfseries]{**R**}{**R**}, % red highlighting 171 176 morekeywords=[2]{accept, signal, signal_block, wait, waitfor}, 177 abovecaptionskip=5pt, 172 178 } 173 179
Note: See TracChangeset
for help on using the changeset viewer.