From a3148fb8f5d4cea082c5ea03caab9d72480b30cc Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 7 Sep 2023 17:33:26 +0200 Subject: [PATCH] issue #7701 Appearance of "Set of Faces" in documentation. Remove gray background and get some indentation (Note this proposed pull request needs the proposed pull request #7700) --- Triangulation/doc/Triangulation/Triangulation.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Triangulation/doc/Triangulation/Triangulation.txt b/Triangulation/doc/Triangulation/Triangulation.txt index 452891fa4158..0fdc6a4d6c06 100644 --- a/Triangulation/doc/Triangulation/Triangulation.txt +++ b/Triangulation/doc/Triangulation/Triangulation.txt @@ -130,7 +130,7 @@ Two full cells \f$ \sigma\f$ and \f$ \sigma'\f$ sharing a facet are called neighbors. A full cell has always exactly \f$ d+1\f$ neighbors. Possible values of \f$d\f$ (the current dimension of the triangulation) include -
+\par
\f$d=-2\f$
This corresponds to an empty triangulation data structure. @@ -145,7 +145,6 @@ triangulation of the \f$ 0\f$-sphere.
\f$ 0< d \le D\f$
This corresponds to a triangulation of the sphere \f$ \mathbb{S}^d\f$.
-
## The `Triangulation_data_structure` Class ##