Index: doc/LaTeXmacros/common.sty
===================================================================
--- doc/LaTeXmacros/common.sty	(revision c0d8e626d0569490e6ab8c30b052b6adb5b8cb8f)
+++ doc/LaTeXmacros/common.sty	(revision 17610469a3a99a34d016e2f0845b5a446da57bc1)
@@ -11,6 +11,6 @@
 %% Created On       : Sat Apr  9 10:06:17 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Sun Jan 21 13:17:48 2024
-%% Update Count     : 633
+%% Last Modified On : Tue Feb 13 15:39:51 2024
+%% Update Count     : 634
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -293,5 +293,4 @@
 xleftmargin=\parindentlnth,				% indent code to paragraph indentation
 extendedchars=true,						% allow ASCII characters in the range 128-255
-escapechar=§,							% LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-'
 mathescape=false,						% disable LaTeX math escape in CFA code $...$
 keepspaces=true,						%
@@ -318,5 +317,5 @@
 \lstset{
 language=CFA,
-%moredelim=**[is][\color{red}]{@}{@},	% red highlighting @...@
+escapechar=§,							% LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-'
 moredelim=**[is][\color{red}]{®}{®},	% red highlighting ®...® (registered trademark symbol) emacs: C-q M-.
 %moredelim=**[is][\color{blue}]{ß}{ß},	% blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_
@@ -328,10 +327,11 @@
 % inline code ©...© (copyright symbol) emacs: C-q M-)
 \lstMakeShortInline©					% single-character for \lstinline
+
 \else% regular ASCI characters
+
 \lstnewenvironment{cfa}[1][]{% necessary
 \lstset{
 language=CFA,
 escapechar=\$,							% LaTeX escape in CFA code
-mathescape=false,						% LaTeX math escape in CFA code $...$
 moredelim=**[is][\color{red}]{@}{@},	% red highlighting @...@
 }% lstset
Index: doc/LaTeXmacros/common.tex
===================================================================
--- doc/LaTeXmacros/common.tex	(revision c0d8e626d0569490e6ab8c30b052b6adb5b8cb8f)
+++ doc/LaTeXmacros/common.tex	(revision 17610469a3a99a34d016e2f0845b5a446da57bc1)
@@ -11,6 +11,6 @@
 %% Created On       : Sat Apr  9 10:06:17 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Wed Jan 24 08:43:57 2024
-%% Update Count     : 593
+%% Last Modified On : Tue Feb 13 13:38:58 2024
+%% Update Count     : 599
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -297,5 +297,4 @@
 xleftmargin=\parindentlnth,				% indent code to paragraph indentation
 extendedchars=true,						% allow ASCII characters in the range 128-255
-escapechar=§,							% LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-'
 mathescape=false,						% disable LaTeX math escape in CFA code $...$
 keepspaces=true,						%
@@ -322,5 +321,5 @@
 \lstset{
 language=CFA,
-%moredelim=**[is][\color{red}]{@}{@},	% red highlighting @...@
+escapechar=§,							% LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-'
 moredelim=**[is][\color{red}]{®}{®},	% red highlighting ®...® (registered trademark symbol) emacs: C-q M-.
 %moredelim=**[is][\color{blue}]{ß}{ß},	% blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_
@@ -332,10 +331,11 @@
 % inline code ©...© (copyright symbol) emacs: C-q M-)
 \lstMakeShortInline©					% single-character for \lstinline
+
 \else% regular ASCI characters
+
 \lstnewenvironment{cfa}[1][]{% necessary
 \lstset{
 language=CFA,
 escapechar=\$,							% LaTeX escape in CFA code
-mathescape=false,						% LaTeX math escape in CFA code $...$
 moredelim=**[is][\color{red}]{@}{@},	% red highlighting @...@
 }% lstset
