From: Paul Ramsey Date: Tue, 13 Nov 2012 18:57:00 +0000 (+0000) Subject: Remove MathML from documentation. It's not really being used for any math. X-Git-Tag: 2.1.0beta2~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89c3492fdf258409a6fb91b7894d86cc707988cb;p=postgis Remove MathML from documentation. It's not really being used for any math. git-svn-id: http://svn.osgeo.org/postgis/trunk@10663 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 10c206961..aaf4d02bc 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -26,7 +26,6 @@ translations = it_IT pt_BR POSTGIS_MAJOR_VERSION=@POSTGIS_MAJOR_VERSION@ POSTGIS_MINOR_VERSION=@POSTGIS_MINOR_VERSION@ POSTGIS_MICRO_VERSION=@POSTGIS_MICRO_VERSION@ -MATHML2_DTD=@MATHML2_DTD@ INSTALL=@INSTALL@ INSTALL_DATA=@INSTALL_DATA@ @@ -186,8 +185,7 @@ tiger_geocoder_cheatsheet.html: ./xsl/tiger_geocoder_cheatsheet.html.xsl $(XML_I $(XSLTPROC) ./xsl/tiger_geocoder_cheatsheet.html.xsl postgis-out.xml > $@ postgis-out.xml: postgis.xml Makefile - $(PERL) -lpe "s'@@LAST_RELEASE_VERSION@@'${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}'g" $< | \ - $(PERL) -lpe "s'@@MATHML_PATH@@'${MATHML2_DTD}'g" > $@ + $(PERL) -lpe "s'@@LAST_RELEASE_VERSION@@'${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}'g" $< > $@ chunked-html: postgis-out.xml Makefile images $(XML_INPUTS) $(XSLTPROC) $(XSLTPROC_COMMONOPTS) $(XSLTPROC_HTMLOPTS) \ diff --git a/doc/postgis.xml b/doc/postgis.xml index 5b9967850..4ce38c8e3 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -2,14 +2,6 @@ - - - - - -%mathml; - diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml index 69b46575b..ae7ca4255 100644 --- a/doc/using_postgis_dataman.xml +++ b/doc/using_postgis_dataman.xml @@ -1367,133 +1367,24 @@ gisdb=# SELECT Interior - - - - - dim( - I(a) - - ∩ - - I(b) ) - - - - - - - - dim( - I(a) - - ∩ - - B(b) ) - - - - - - - - dim( - I(a) - - ∩ - - E(b) ) - - - + dim( I(a) ∩ I(b) ) + dim( I(a) ∩ B(b) ) + dim( I(a) ∩ E(b) ) - Boundary - - - - - dim( - B(a) - - ∩ - - I(b) ) - - - - - - - - dim( - B(a) - - ∩ - - B(b) ) - - - - - - - - dim( - B(a) - - ∩ - - E(b) ) - - - + dim( B(a) ∩ I(b) ) + dim( B(a) ∩ B(b) ) + dim( B(a) ∩ E(b) ) - Exterior - - - - - dim( - E(a) - - ∩ - - I(b) ) - - - - - - - - dim( - E(a) - - ∩ - - B(b) ) - - - - - - - - dim( - E(a) - - ∩ - - E(b) ) - - - + dim( E(a) ∩ I(b) ) + dim( E(a) ∩ B(b) ) + dim( E(a) ∩ E(b) ) +