Opened 13 months ago

Closed 13 months ago

Last modified 13 months ago

#5432 closed defect (fixed)

Woodie docs building fails: convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408.

Reported by: strk Owned by: robe
Priority: medium Milestone: PostGIS 3.4.0
Component: documentation Version: master
Keywords: Cc:

Description

See https://woodie.osgeo.org/postgis/postgis/build/543/9

I don't know why the html succeeds, as the html step also does the convert: https://woodie.osgeo.org/postgis/postgis/build/543/8

Change History (5)

comment:1 by strk, 13 months ago

I'm giving pre-convertion a try in git-to-png branch, see https://woodie.osgeo.org/postgis/postgis/branches/git-to-png

Still I wonder if those two gif files (st_touches-math.gif and st_crosses-math.gif) could be replaced by pure text, as unicode should provide all required symbols, see:

comment:2 by strk, 13 months ago

If anyone wants to do the image to text conversion this page may be useful: https://en.wikipedia.org/wiki/List_of_mathematical_symbols_by_subject

comment:3 by strk, 13 months ago

See also https://tdg.docbook.org/tdg/4.5/equation.html for a semantically correct tag to be used with those formulas

comment:4 by Sandro Santilli <strk@…>, 13 months ago

Resolution: fixed
Status: newclosed

In 4e3cb06/git:

Convert gif files to png, to avoid build-time conversion

Closes #5432

comment:5 by mdavis, 13 months ago

Here's an example of a DE-9IM definition expressed using Unicode symbols:

ST_Crosses(A, B) &hArr; (dim( I(A) &cap; I(B) ) &lt; max( dim(I(A), I(B) ))) &and; (a &cap; b &ne; a) &and; (a &cap; b &ne; b)
Note: See TracTickets for help on using tickets.