Index: doc/theses/colby_parsons_MMAth/text/CFA_intro.tex
===================================================================
--- doc/theses/colby_parsons_MMAth/text/CFA_intro.tex	(revision bdbb448db74f30e04bb20f65e21f65932c69a824)
+++ doc/theses/colby_parsons_MMAth/text/CFA_intro.tex	(revision 68db00e1de4e9233afd9d1ebebb3543f84312e35)
@@ -60,5 +60,5 @@
 
 
-\section{\lstinline{with} Statement}
+\section{\lstinline{with} Statement}\label{s:with}
 The \CFA @with@ statement is for exposing fields of an aggregate type within a scope, allowing field names without qualification.
 This feature is also implemented in Pascal~\cite{Pascal}.
@@ -82,5 +82,5 @@
 
 
-\section{Operators}
+\section{Operators}\label{s:Operators}
 Operators can be overloaded in \CFA with operator routines.
 Operators in \CFA are named using an operator symbol and '@?@' to represent operands.
