Skip to content

Upgrade PreTeXt and fix deprecations #1023

@siwelwerd

Description

@siwelwerd

Upgrading to PreTeXt 2.39.0 will get us on MathJax 4, which is probably a good thing. Also would include a recent fix for a bug around using <definition> in prefigure that was causing me headaches in #990 .

I believe once we do this we will get some deprecation warnings: from the pretext-announce list-serv:

As promised, #me, #men, and #mdn will now raise deprecation messages. But only
a few, so as to not overwhelm you, and also so you can be certain once you have
adjusted them all. They will tell you the total number of deprecated elements
you have outstanding.

This code will turn all <me> into <md>

sed -i 's@<me@<md@g' source/*.ptx
sed -i 's@</me>@</md>@g' source/*.ptx

Metadata

Metadata

Assignees

No one assigned

    Labels

    technicalRequires modifying project's technology infrastructure or non-trivial programming

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions