Index: doc/theses/fangren_yu_MMath/background.tex
===================================================================
--- doc/theses/fangren_yu_MMath/background.tex	(revision 68c706218a8f56600244dd3a5720da31f8655420)
+++ doc/theses/fangren_yu_MMath/background.tex	(revision b195498ca6cf118ea16f39c6f8feaf910d504d33)
@@ -68,5 +68,5 @@
 
 
-\section{Type resolution}
+\section{Type Resolution}
 
 \CFA expression resolution must deal with extensive overloading and inference of polymorphic types with assertions.
Index: doc/theses/fangren_yu_MMath/future.tex
===================================================================
--- doc/theses/fangren_yu_MMath/future.tex	(revision 68c706218a8f56600244dd3a5720da31f8655420)
+++ doc/theses/fangren_yu_MMath/future.tex	(revision b195498ca6cf118ea16f39c6f8feaf910d504d33)
@@ -6,5 +6,5 @@
 
 
-\section{Closed trait types}
+\section{Closed Trait Types}
 
 Currently, \CFA does not have any closed types, as open type are the basis of its unique type-system, allowing new functions to be added at any time to override existing ones for trait satisfaction.
@@ -157,5 +157,5 @@
 
 
-\section{User-defined conversions}
+\section{User-defined Conversions}
 
 Missing type-system feature is a scheme for user-defined conversions.
