And this has CSS classes from various sources. LaTeXML prefixes its classes, so that we can distinguish them. OMDoc sometimes does as well (I am assuming some of them are copied over), but MMT does not.
I would like to see
prefixes (as indicated in the title), e.g. something like mmt_ or mmtpres.
a CSS stylesheet mmtpres.css that gives default values for all these classes (and only these), this should also be integrated into MathHub.info in the relevant places.
Then I can cascade and override this in smglom.css and gencs.css (see https://github.com/KWARC/MathHub/issues/148).
Assigning to @m-iancu, but @cmaeder might also be interested.
For instance for a constant declaration, the MMT presenter generates
And this has CSS classes from various sources. LaTeXML prefixes its classes, so that we can distinguish them. OMDoc sometimes does as well (I am assuming some of them are copied over), but MMT does not.
I would like to see
mmt_
ormmtpres
.mmtpres.css
that gives default values for all these classes (and only these), this should also be integrated into MathHub.info in the relevant places.Then I can cascade and override this in
smglom.css
andgencs.css
(see https://github.com/KWARC/MathHub/issues/148). Assigning to @m-iancu, but @cmaeder might also be interested.