Index: doc/LaTeXmacros/common.sty
===================================================================
--- doc/LaTeXmacros/common.sty	(revision b19ab6df5f10e3a48e5a8b34288ff2c7f5f5828d)
+++ doc/LaTeXmacros/common.sty	(revision 9586d2224ca5cb624a7b876906418878ffde5625)
@@ -11,6 +11,6 @@
 %% Created On       : Sat Apr  9 10:06:17 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Fri Feb 10 12:09:30 2023
-%% Update Count     : 581
+%% Last Modified On : Tue Apr  4 12:03:19 2023
+%% Update Count     : 585
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -266,4 +266,5 @@
 \newcommand{\LstCommentStyle}[1]{{\lst@basicstyle{\lst@commentstyle{#1}}}}
 \newcommand{\LstStringStyle}[1]{{\lst@basicstyle{\lst@stringstyle{#1}}}}
+\newcommand{\LstNumberStyle}[1]{{\lst@basicstyle{\lst@numberstyle{#1}}}}
 
 \newlength{\gcolumnposn}				% temporary hack because lstlisting does not handle tabs correctly
@@ -286,5 +287,5 @@
 columns=fullflexible,
 basicstyle=\linespread{0.9}\sf,			% reduce line spacing and use sanserif font
-stringstyle=\tt,						% use typewriter font
+stringstyle=\small\tt,					% use typewriter font
 tabsize=5,								% N space tabbing
 xleftmargin=\parindentlnth,				% indent code to paragraph indentation
Index: doc/LaTeXmacros/common.tex
===================================================================
--- doc/LaTeXmacros/common.tex	(revision b19ab6df5f10e3a48e5a8b34288ff2c7f5f5828d)
+++ doc/LaTeXmacros/common.tex	(revision 9586d2224ca5cb624a7b876906418878ffde5625)
@@ -11,6 +11,6 @@
 %% Created On       : Sat Apr  9 10:06:17 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Fri Feb 17 08:32:47 2023
-%% Update Count     : 565
+%% Last Modified On : Tue Apr  4 12:03:18 2023
+%% Update Count     : 567
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -291,5 +291,5 @@
 columns=fullflexible,
 basicstyle=\linespread{0.9}\sf,			% reduce line spacing and use sanserif font
-stringstyle=\tt,						% use typewriter font
+stringstyle=\small\tt,					% use typewriter font
 tabsize=5,								% N space tabbing
 xleftmargin=\parindentlnth,				% indent code to paragraph indentation
