Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/LaTeXmacros/common.sty

    r9b96e90d r01fb70a  
    1111%% Created On       : Sat Apr  9 10:06:17 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Tue Feb 13 15:39:51 2024
    14 %% Update Count     : 634
     13%% Last Modified On : Sun Jan 21 13:17:48 2024
     14%% Update Count     : 633
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
     
    293293xleftmargin=\parindentlnth,                             % indent code to paragraph indentation
    294294extendedchars=true,                                             % allow ASCII characters in the range 128-255
     295escapechar=§,                                                   % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-'
    295296mathescape=false,                                               % disable LaTeX math escape in CFA code $...$
    296297keepspaces=true,                                                %
     
    317318\lstset{
    318319language=CFA,
    319 escapechar=§,                                                   % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-'
     320%moredelim=**[is][\color{red}]{@}{@},   % red highlighting @...@
    320321moredelim=**[is][\color{red}]{®}{®},    % red highlighting ®...® (registered trademark symbol) emacs: C-q M-.
    321322%moredelim=**[is][\color{blue}]{ß}{ß},  % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_
     
    327328% inline code ©...© (copyright symbol) emacs: C-q M-)
    328329\lstMakeShortInline©                                    % single-character for \lstinline
    329 
    330330\else% regular ASCI characters
    331 
    332331\lstnewenvironment{cfa}[1][]{% necessary
    333332\lstset{
    334333language=CFA,
    335334escapechar=\$,                                                  % LaTeX escape in CFA code
     335mathescape=false,                                               % LaTeX math escape in CFA code $...$
    336336moredelim=**[is][\color{red}]{@}{@},    % red highlighting @...@
    337337}% lstset
Note: See TracChangeset for help on using the changeset viewer.