zoranbosnjak / asterix-specs

EUROCONTROL asterix specifications in structured format.
https://zoranbosnjak.github.io/asterix-specs/
BSD 3-Clause "New" or "Revised" License
23 stars 14 forks source link

rendering math in html #9

Open zoranbosnjak opened 3 years ago

zoranbosnjak commented 3 years ago

Math block does not render correctly in html (PDF is OK). For example:

        remark
            Note:

                The following formula is used to correct range:

                .. math::

                    \rho_\mathrm{corrected} = \frac{\rho_\mathrm{measured} - range\_bias}{1 + range\_gain}
zoranbosnjak commented 3 years ago

On the other hand, this example is correct in both html and PDF.

        remark
            Note:

                The following formula is used to correct azimuth:

                .. math::

                    \theta_\mathrm{corrected} = \theta_\mathrm{measured} - azimuth\_bias
zoranbosnjak commented 3 years ago

More math problems also in PDF, see I063/090, revision 9548cdc.