From a99c84ca85658a9110c1e224619006a396bb4578 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 11 Oct 2010 12:27:38 +0000 Subject: [PATCH] Capitalize \subsection --- Kernel_23/doc_tex/Kernel_23/kernel_representation.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel_23/doc_tex/Kernel_23/kernel_representation.tex b/Kernel_23/doc_tex/Kernel_23/kernel_representation.tex index b4cda7ab54b..9afef9fc85a 100644 --- a/Kernel_23/doc_tex/Kernel_23/kernel_representation.tex +++ b/Kernel_23/doc_tex/Kernel_23/kernel_representation.tex @@ -33,7 +33,7 @@ In \cgal, we do not compute in projective geometry. Rather, we use homogeneous coordinates to avoid division operations, since the additional coordinate can serve as a common denominator. -\subsection{Genericity through Parameterization} +\subsection{Genericity Through Parameterization} Almost all the kernel objects (and the corresponding functions) are templates with a parameter that allows the user to choose the @@ -145,7 +145,7 @@ less efficient than \ccc{Homogeneous}. Again, in \ccc{Simple_homogeneous::RT} is equal to \ccc{RingNumberType}. -\subsection{Naming conventions} +\subsection{Naming Conventions} The use of kernel classes not only avoids problems, it also makes all \cgal\ classes very uniform. They {\bf always} consist of: