Index: doc/theses/colby_parsons_MMAth/style/style.tex
===================================================================
--- doc/theses/colby_parsons_MMAth/style/style.tex	(revision 9363b1b75d922f4913c32d04c265d16fe3642b62)
+++ doc/theses/colby_parsons_MMAth/style/style.tex	(revision 16dff4440e13d5638ca9806131daffa954586f6c)
@@ -3,5 +3,15 @@
 \lstset{language=CFA}					% default language
 
+\newcommand{\newtermFont}{\emph}
+\newcommand{\Newterm}[1]{\newtermFont{#1}}
+
 \newcommand{\code}[1]{\lstinline[language=CFA]{#1}}
 \newcommand{\uC}{$\mu$\CC}
+\newcommand{\PAB}[1]{{\color{red}PAB: #1}}
 
+\newsavebox{\myboxA}					% used with subfigure
+\newsavebox{\myboxB}
+
+\lstnewenvironment{java}[1][]
+{\lstset{language=java,moredelim=**[is][\protect\color{red}]{@}{@}}\lstset{#1}}
+{}
