Ignore:
Timestamp:
Apr 2, 2023, 8:20:16 AM (13 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
fb7cda9
Parents:
1e6cecb (diff), 678c540 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/style/cfa-format.tex

    r1e6cecb re41c4c6  
    1111\lstdefinestyle{defaultStyle}{
    1212  escapeinside={@@},
    13   basicstyle=\linespread{0.9}\tt\footnotesize,          % reduce line spacing and use typewriter font
    14   keywordstyle=\bfseries\color{blue},
    15   keywordstyle=[2]\bfseries\color{Plum},
    16   commentstyle=\itshape\color{OliveGreen},                  % green and italic comments
    17   identifierstyle=\color{identifierCol},
    18   stringstyle=\sf\color{Mahogany},                                % use sanserif font
     13%   basicstyle=\linespread{0.9}\tt\footnotesize,                % reduce line spacing and use typewriter font
     14  basicstyle=\linespread{0.9}\sf,               % reduce line spacing and use typewriter
     15%   keywordstyle=\bfseries\color{blue},
     16%   keywordstyle=[2]\bfseries\color{Plum},
     17%   commentstyle=\itshape\color{OliveGreen},                % green and italic comments
     18%   identifierstyle=\color{identifierCol},
     19%   stringstyle=\sf\color{Mahogany},                              % use sanserif font
     20  stringstyle=\tt,                                % use sanserif font
    1921  mathescape=true,
    20   columns=fixed,
    21   aboveskip=4pt,                                  % spacing above/below code block
    22   belowskip=3pt,
     22%   columns=fixed,
     23  columns=fullflexible,
     24%   aboveskip=4pt,                                  % spacing above/below code block
     25%   belowskip=3pt,
    2326  keepspaces=true,
    2427  tabsize=4,
     
    3740\lstdefinestyle{cfaStyle}{
    3841  escapeinside={@@},
    39   basicstyle=\linespread{0.9}\tt\footnotesize,          % reduce line spacing and use typewriter font
    40   keywordstyle=\bfseries\color{blue},
    41   keywordstyle=[2]\bfseries\color{Plum},
    42   commentstyle=\sf\itshape\color{OliveGreen},             % green and italic comments
    43   identifierstyle=\color{identifierCol},
    44   stringstyle=\sf\color{Mahogany},                                % use sanserif font
     42%  basicstyle=\linespread{0.9}\tt\footnotesize,         % reduce line spacing and use typewriter font
     43  basicstyle=\linespread{0.9}\sf,               % reduce line spacing and use typewriter font
     44%  keywordstyle=\bfseries\color{blue},
     45%  keywordstyle=[2]\bfseries\color{Plum},
     46%  commentstyle=\sf\itshape\color{OliveGreen},            % green and italic comments
     47%  identifierstyle=\color{identifierCol},
     48%  stringstyle=\sf\color{Mahogany},                               % use sanserif font
     49  stringstyle=\tt,                                % use sanserif font
    4550  mathescape=true,
    46   columns=fixed,
    47   aboveskip=4pt,                                  % spacing above/below code block
    48   belowskip=3pt,
     51%  columns=fixed,
     52  columns=fullflexible,
     53%  aboveskip=4pt,                                  % spacing above/below code block
     54%  belowskip=3pt,
    4955  keepspaces=true,
    5056  tabsize=4,
     
    5460  showspaces=false,
    5561  showstringspaces=false,
     62  showlines=true,                                                       % show blank lines at end of code
    5663  escapechar=\$,
    5764  xleftmargin=\parindentlnth,                     % indent code to paragraph indentation
    5865  moredelim=[is][\color{red}\bfseries]{**R**}{**R**},    % red highlighting
    59   morekeywords=[2]{accept, signal, signal_block, wait, waitfor},
     66  morekeywords=[2]{accept, signal, signal_block, wait, waitfor, waituntil},
     67  abovecaptionskip=5pt,
    6068}
    6169
Note: See TracChangeset for help on using the changeset viewer.