From 7ce8b0e6e2e1eb1624fcc47b98f0eea53c340e0f Mon Sep 17 00:00:00 2001 From: Geert-Jan Giezeman Date: Tue, 5 Sep 2000 11:13:54 +0000 Subject: [PATCH] Formatting changes suggested by Susan --- Packages/Polygon/doc_tex/Polygon/polygon.tex | 27 +++++++++---------- .../Polygon/doc_tex/basic/Polygon/polygon.tex | 27 +++++++++---------- 2 files changed, 24 insertions(+), 30 deletions(-) diff --git a/Packages/Polygon/doc_tex/Polygon/polygon.tex b/Packages/Polygon/doc_tex/Polygon/polygon.tex index ab01d3e68b4..f54077e25f8 100644 --- a/Packages/Polygon/doc_tex/Polygon/polygon.tex +++ b/Packages/Polygon/doc_tex/Polygon/polygon.tex @@ -723,7 +723,7 @@ $ int sign(const FT& x) const; } { -\begin{ccTexOnly} +\ccTexHtml{ Returns $ \left\{ @@ -734,11 +734,10 @@ $ \end{array} \right. $ -\end{ccTexOnly} -} -\begin{ccHtmlOnly} +}{ Returns -1 if x < 0, 0 if x = 0 and 1 if x > 0 -\end{ccHtmlOnly} +} +} \ccMemberFunction{ bool is_negative(const FT& x) const; @@ -775,7 +774,7 @@ on $l$. Comparison_result compare_x(const Point_2 &p, const Point_2 &q) const; } { -\begin{ccTexOnly} +\ccTexHtml{ Returns $ \left\{ @@ -786,17 +785,16 @@ $ \end{array} \right. $ -\end{ccTexOnly} -} -\begin{ccHtmlOnly} +}{ Returns SMALLER if p_x < q_x, EQUAL if p_x = q_x and LARGER if p_x > q_x -\end{ccHtmlOnly} +} +} \ccMemberFunction{ Comparison_result compare_y(const Point_2 &p, const Point_2 &q) const; } { -\begin{ccTexOnly} +\ccTexHtml{ Returns $ \left\{ @@ -807,11 +805,10 @@ $ \end{array} \right. $ -\end{ccTexOnly} -} -\begin{ccHtmlOnly} +}{ Returns SMALLER if p_y < q_y, EQUAL if p_y = q_y and LARGER if p_y > q_y -\end{ccHtmlOnly} +} +} \ccMemberFunction{ bool have_equal_direction(const Vector_2& v1, diff --git a/Packages/Polygon/doc_tex/basic/Polygon/polygon.tex b/Packages/Polygon/doc_tex/basic/Polygon/polygon.tex index ab01d3e68b4..f54077e25f8 100644 --- a/Packages/Polygon/doc_tex/basic/Polygon/polygon.tex +++ b/Packages/Polygon/doc_tex/basic/Polygon/polygon.tex @@ -723,7 +723,7 @@ $ int sign(const FT& x) const; } { -\begin{ccTexOnly} +\ccTexHtml{ Returns $ \left\{ @@ -734,11 +734,10 @@ $ \end{array} \right. $ -\end{ccTexOnly} -} -\begin{ccHtmlOnly} +}{ Returns -1 if x < 0, 0 if x = 0 and 1 if x > 0 -\end{ccHtmlOnly} +} +} \ccMemberFunction{ bool is_negative(const FT& x) const; @@ -775,7 +774,7 @@ on $l$. Comparison_result compare_x(const Point_2 &p, const Point_2 &q) const; } { -\begin{ccTexOnly} +\ccTexHtml{ Returns $ \left\{ @@ -786,17 +785,16 @@ $ \end{array} \right. $ -\end{ccTexOnly} -} -\begin{ccHtmlOnly} +}{ Returns SMALLER if p_x < q_x, EQUAL if p_x = q_x and LARGER if p_x > q_x -\end{ccHtmlOnly} +} +} \ccMemberFunction{ Comparison_result compare_y(const Point_2 &p, const Point_2 &q) const; } { -\begin{ccTexOnly} +\ccTexHtml{ Returns $ \left\{ @@ -807,11 +805,10 @@ $ \end{array} \right. $ -\end{ccTexOnly} -} -\begin{ccHtmlOnly} +}{ Returns SMALLER if p_y < q_y, EQUAL if p_y = q_y and LARGER if p_y > q_y -\end{ccHtmlOnly} +} +} \ccMemberFunction{ bool have_equal_direction(const Vector_2& v1,