Ignore:
Timestamp:
Apr 1, 2023, 11:02:26 PM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
e41c4c6
Parents:
75bd041
Message:

small commits before changing latex macros

File:
1 edited

Legend:

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

    r75bd041 r678c540  
    9797\lstdefinestyle{pseudoStyle}{
    9898  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
    105106  mathescape=true,
    106107  columns=fixed,
     
    149150\lstdefinestyle{cfaStyle}{
    150151  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
    157160  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,
    161165  keepspaces=true,
    162166  tabsize=4,
     
    166170  showspaces=false,
    167171  showstringspaces=false,
     172  showlines=true,                                                       % show blank lines at end of code
    168173  escapechar=\$,
    169174  xleftmargin=\parindentlnth,                     % indent code to paragraph indentation
    170175  moredelim=[is][\color{red}\bfseries]{**R**}{**R**},    % red highlighting
    171176  morekeywords=[2]{accept, signal, signal_block, wait, waitfor},
     177  abovecaptionskip=5pt,
    172178}
    173179
Note: See TracChangeset for help on using the changeset viewer.