From c782945c85baf628f34aa051cdfd2db02c691e17 Mon Sep 17 00:00:00 2001 From: Andreas Meyer Date: Fri, 12 May 2006 14:44:48 +0000 Subject: [PATCH] improved html output (\item[--] --> \item) --- Triangulation_2/doc_tex/TDS_2/tds_user.tex | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Triangulation_2/doc_tex/TDS_2/tds_user.tex b/Triangulation_2/doc_tex/TDS_2/tds_user.tex index 8d5a4a575c8..a2d99426f6e 100644 --- a/Triangulation_2/doc_tex/TDS_2/tds_user.tex +++ b/Triangulation_2/doc_tex/TDS_2/tds_user.tex @@ -139,16 +139,17 @@ vertices of the triangulation. The triangulation data structure provides member functions -to perform the following combinatorial transformation of the triangulation:\\ +to perform the following combinatorial transformation of the triangulation: + \begin{itemize} -\item[--] flip of two adjacent faces, \\ -\item[--] addition of a new vertex splitting a given face -see Figure~\ref{2D_TDS_Fig_insertion},\\ -\item[--] addition of a new vertex splitting a given edge,\\ -\item[--] addition of a new vertex raising by one the dimension of a degenerate --- lower dimensional triangulation, \\ -\item[--] removal of a vertex incident to three faces, \\ -\item[--] removal of a vertex lowering the dimension of the triangulation\\ +\item flip of two adjacent faces, +\item addition of a new vertex splitting a given face +see Figure~\ref{2D_TDS_Fig_insertion}, +\item addition of a new vertex splitting a given edge, +\item addition of a new vertex raising by one the dimension of a degenerate +-- lower dimensional triangulation, +\item removal of a vertex incident to three faces, +\item removal of a vertex lowering the dimension of the triangulation \end{itemize} %\begin{figure}