Index: doc/LaTeXmacros/common.tex
===================================================================
--- doc/LaTeXmacros/common.tex	(revision 29038efb31bd98805b210064fad0660703b22f67)
+++ doc/LaTeXmacros/common.tex	(revision 1a6e8552cdf095c795a52cfbf402c8ee91b10f23)
@@ -11,6 +11,6 @@
 %% Created On       : Sat Apr  9 10:06:17 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Sun Jun 18 20:32:32 2017
-%% Update Count     : 319
+%% Last Modified On : Wed Jul 12 23:01:58 2017
+%% Update Count     : 327
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -36,5 +36,5 @@
 % Names used in the document.
 
-\newcommand{\CFAIcon}{\textrm{C}\raisebox{\depth}{\rotatebox{180}{\textsf{A}}}\xspace} % Cforall symbolic name
+\newcommand{\CFAIcon}{\textsf{C}\raisebox{\depth}{\rotatebox{180}{\textsf{A}}}\xspace} % Cforall symbolic name
 \newcommand{\CFA}{\protect\CFAIcon} % safe for section/caption
 \newcommand{\CFL}{\textrm{Cforall}\xspace} % Cforall symbolic name
@@ -231,5 +231,5 @@
 basicstyle=\linespread{0.9}\sf,							% reduce line spacing and use sanserif font
 stringstyle=\tt,										% use typewriter font
-tabsize=4,												% 4 space tabbing
+tabsize=6,												% N space tabbing
 xleftmargin=\parindentlnth,								% indent code to paragraph indentation
 extendedchars=true,										% allow ASCII characters in the range 128-255
Index: doc/LaTeXmacros/lstlang.sty
===================================================================
--- doc/LaTeXmacros/lstlang.sty	(revision 29038efb31bd98805b210064fad0660703b22f67)
+++ doc/LaTeXmacros/lstlang.sty	(revision 1a6e8552cdf095c795a52cfbf402c8ee91b10f23)
@@ -8,6 +8,6 @@
 %% Created On       : Sat May 13 16:34:42 2017
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Thu Jun 22 07:40:31 2017
-%% Update Count     : 10
+%% Last Modified On : Wed Jul 12 22:42:09 2017
+%% Update Count     : 12
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -112,5 +112,5 @@
 		finally, forall, ftype, _Generic, _Imaginary, inline, __label__, lvalue, _Noreturn, one_t, 
 		otype, restrict, _Static_assert, throw, throwResume, trait, try, ttype, typeof, __typeof, 
-		__typeof__, zero_t},
+		__typeof__, with, zero_t},
 	morekeywords=[2]{
 		_Atomic, coroutine, is_coroutine, is_monitor, is_thread, monitor, mutex, nomutex, 
@@ -118,4 +118,7 @@
 	moredirectives={defined,include_next}%
 }
+
+% C++ programming language
+\lstdefinelanguage{C++}[ANSI]{C++}{}
 
 % uC++ programming language, based on ANSI C++
