From: Kevin Neufeld Date: Thu, 31 Jul 2008 04:57:39 +0000 (+0000) Subject: replaced the mathematical gif expression in ST_Crosses with simple html markup X-Git-Tag: 1.4.0b1~803 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aebad0e6d02f100eda50b47fd456f8aed618dbbd;p=postgis replaced the mathematical gif expression in ST_Crosses with simple html markup git-svn-id: http://svn.osgeo.org/postgis/trunk@2897 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/html/images/st_crosses-math.gif b/doc/html/images/st_crosses-math.gif deleted file mode 100644 index 306d119c9..000000000 Binary files a/doc/html/images/st_crosses-math.gif and /dev/null differ diff --git a/doc/html/style.css b/doc/html/style.css index 2f04e409f..83ec35493 100644 --- a/doc/html/style.css +++ b/doc/html/style.css @@ -40,4 +40,5 @@ code { border-right-style: solid; border-right-color: #79791a; border-left-color .sect2 { margin-top: 40px; } .sect3 { margin-top: 30px; } .caption p {font-style: italic; font-size: 90%;} -.remark { background: #ffff00; } \ No newline at end of file +.remark { background: #ffff00; } +.equation {font-style: italic; font-size: 90%;} \ No newline at end of file diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 9322009cf..d216d6ac6 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -2596,16 +2596,11 @@ st_area In mathematical terms, this is expressed as : - TODO: replace this with a MathML equivalent + + a.Crosses(b) ⇔ (dim(I(a) ∩ I(b)) < max(dim(I(a)),dim(I(b))) + ∧ (a ∪ b ≠ a) ∧ (a ∪ b ≠ b) + - - - - - - - - The DE-9IM Intersection Matrix for the two geometries is: