Index: doc/LaTeXmacros/common.tex
===================================================================
--- doc/LaTeXmacros/common.tex	(revision 9724df0f43a87e20fa080814d05c61fa7c184fce)
+++ doc/LaTeXmacros/common.tex	(revision 4096de0dcc74726f866aecbc8a9e4ef084268699)
@@ -11,6 +11,6 @@
 %% Created On       : Sat Apr  9 10:06:17 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Mon Jun 20 09:35:20 2016
-%% Update Count     : 178
+%% Last Modified On : Sun Jul  3 08:36:24 2016
+%% Update Count     : 200
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -27,5 +27,5 @@
 \righthyphenmin=4
 
-\usepackage{pslatex}				% reduce size of san serif font
+%\usepackage{pslatex}				% reduce size of san serif font
 
 \usepackage[ignoredisplayed]{enumitem}	% do not affect trivlist
@@ -36,5 +36,5 @@
 \setlist[enumerate]{listparindent=\parindent}% global
 \setlist[enumerate,2]{leftmargin=\parindent,labelsep=*,align=parleft,label=\alph*.}% local
-\setlist[description]{listparindent=\parindent,leftmargin=\parindent,labelsep=*}
+\setlist[description]{itemsep=0pt,listparindent=\parindent,leftmargin=\parindent,labelsep=1.5ex}
 
 % Names used in the document.
@@ -52,4 +52,11 @@
 \newlength{\parindentlnth}
 \setlength{\parindentlnth}{\parindent}
+
+\newlength{\gcolumnposn}
+\newlength{\columnposn}
+\setlength{\gcolumnposn}{2.5in}
+\setlength{\columnposn}{\gcolumnposn}
+\newcommand{\C}[2][\@empty]{\ifx#1\@empty\else\global\setlength{\columnposn}{#1}\global\columnposn=\columnposn\fi\hfill\makebox[\textwidth-\columnposn][l]{\lst@commentstyle{#2}}}
+\newcommand{\CRT}{\global\columnposn=\gcolumnposn}
 
 % allow escape sequence in lstinline
@@ -123,4 +130,7 @@
 \newcommand{\indexc}[1]{\index{#1@\lstinline$#1$}}
 
+% Denote newterms in particular font and index them without particular font and in lowercase, e.g., \newterm{abc}.
+% The option parameter provides an index term different from the new term, e.g., \newterm[\texttt{abc}]{abc}
+% The star version does not lowercase the index information, e.g., \newterm*{IBM}.
 \newcommand{\newtermFontInline}{\emph}
 \newcommand{\newterm}{\@ifstar\@snewterm\@newterm}
@@ -204,5 +214,5 @@
 \lstset{
 language=CFA,
-columns=flexible,
+columns=fullflexible,
 basicstyle=\linespread{0.9}\sf,
 stringstyle=\tt,
