Capitalize \subsection

This commit is contained in:
Andreas Fabri 2010-10-11 12:27:38 +00:00
parent e071616ca7
commit a99c84ca85
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ In \cgal, we do not compute in projective geometry. Rather, we use
homogeneous coordinates to avoid division operations, homogeneous coordinates to avoid division operations,
since the additional coordinate can serve as a common denominator. 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 Almost all the kernel objects (and the corresponding functions) are
templates with a parameter that allows the user to choose the templates with a parameter that allows the user to choose the
@ -145,7 +145,7 @@ less efficient than \ccc{Homogeneous<RingNumberType>}. Again, in
\ccc{Simple_homogeneous<RingNumberType>::RT} is equal to \ccc{Simple_homogeneous<RingNumberType>::RT} is equal to
\ccc{RingNumberType}. \ccc{RingNumberType}.
\subsection{Naming conventions} \subsection{Naming Conventions}
The use of kernel classes not only avoids problems, it also makes all The use of kernel classes not only avoids problems, it also makes all
\cgal\ classes very uniform. They {\bf always} consist of: \cgal\ classes very uniform. They {\bf always} consist of: