geolexica / isotc211.geolexica.org

ISO/TC 211 online version of the Multi-Lingual Glossary of Terms
https://isotc211.geolexica.org
4 stars 2 forks source link

Report: <https://isotc211.geolexica.org/concepts/2455/> #192

Open ReesePlews opened 1 year ago

ReesePlews commented 1 year ago

Which page is this report about?

Please paste in the URL the page you are reporting about.

https://isotc211.geolexica.org/concepts/2455/

What is the issue?

there is a math encoding issue in the first sentence of the definition...

What do you want to see happen?

A clear and concise description of an end result that makes you happy.

(Optional) Additional context

Any screenshots should be attached here.

ronaldtse commented 1 year ago

The reason why the formula:

\([u_0, u_1, u_2, u_3, ... , u_n] \backepsilon [[0 \leq u_i \leq 1] \wedge \sum u_i = 1.0]\)

Is in LaTeX is because backepsilon is not supported in the typical AsciiMath syntax (it is supported by Plurimath and therefore Metanorma).

We will need to enable rendering or LaTeX math in Paneron/Glossarist (or we can cross-compile Plurimath to JS, then use plurimath.js to render to MathML, then use MathJax to render MathML).