Index: doc/theses/mike_brooks_MMath/Makefile
===================================================================
--- doc/theses/mike_brooks_MMath/Makefile	(revision 38e17b075cc18efa0ede32a63ca235bf8f4b3072)
+++ doc/theses/mike_brooks_MMath/Makefile	(revision 873e96c50fdbcd9c570704baf2d35ee75af83a05)
@@ -13,11 +13,11 @@
 TeXSRC = ${wildcard *.tex}
 PicSRC = ${notdir ${wildcard ${Pictures}/*.png}} ${notdir ${wildcard ${Pictures}/*.fig}}
-PicSRC := ${PicSRC:.fig=.pdf}		# substitute ".fig" with ".pdf"
+PicSRC := ${PicSRC:.fig=.pdf}			# substitute ".fig" with ".pdf"
 GraphSRC_OLD = ${notdir ${wildcard ${Pictures}/*.dat}}
-GraphSRC_OLD := ${GraphSRC_OLD:.dat=.pdf}		# substitute ".dat" with ".pdf"
+GraphSRC_OLD := ${GraphSRC_OLD:.dat=.pdf}	# substitute ".dat" with ".pdf"
 PlotINPUTS = ${wildcard ${Plots}/*.gp} ${wildcard ${Plots}/*.py}
 PlotINPUTS := ${addsuffix .INPUTS,${PlotINPUTS}}
 PlotSRC = ${notdir ${wildcard ${Plots}/*.gp}}
-PlotSRC := ${addprefix ${Build}/plot-,${PlotSRC:.gp=.pdf}}		# substitute ".gp" with ".pdf"
+PlotSRC := ${addprefix ${Build}/plot-,${PlotSRC:.gp=.pdf}} # substitute ".gp" with ".pdf"
 DemoPgmSRC = ${notdir ${wildcard ${Programs}/*-demo.cfa}}
 PgmSRC = ${notdir ${wildcard ${Programs}/*}}
@@ -49,5 +49,5 @@
 # Rules and Recipes
 
-.PHONY : all clean			# not file names
+.PHONY : all clean				# not file names
 .SECONDARY:
 #.PRECIOUS : ${Build}/%				# don't delete intermediates
@@ -82,5 +82,5 @@
 	${CFA} $< -o $@
 
-${Build}/%: ${Programs}/%.run.cfa | ${Build} # cfa cannot handle pipe
+${Build}/%: ${Programs}/%.run.cfa | ${Build}	# cfa cannot handle pipe
 	sed -f ${Programs}/sedcmd $< > ${Build}/tmp.cfa; ${CFA} ${Build}/tmp.cfa -o $@
 
Index: doc/theses/mike_brooks_MMath/background.tex
===================================================================
--- doc/theses/mike_brooks_MMath/background.tex	(revision 38e17b075cc18efa0ede32a63ca235bf8f4b3072)
+++ doc/theses/mike_brooks_MMath/background.tex	(revision 873e96c50fdbcd9c570704baf2d35ee75af83a05)
@@ -995,5 +995,5 @@
 		Illustrated by pseudocode implementation of an STL-compatible API fragment using LQ as the underlying implementation.
 		The gap that makes it pseudocode is that
-		the LQ C macros do not expand to valid C++ when instantiated with template parameters---there is no \lstinline{struct El}.
+		the LQ C macros do not expand to valid \CC when instantiated with template parameters---there is no \lstinline{struct El}.
 		When using a custom-patched version of LQ to work around this issue,
 		the programs of \VRef[Figure]{f:WrappedRef} and wrapped value work with this shim in place of real STL.
