M2
M2 copied to clipboard
Various output routine updates
- moved some TeX-related code from
expressions.m2tolatex.m2 - fixed an annoying double superscript bug for things like
x'_1^2 - harmonised tex output of zero vectors
- added
ReverseDictionaryto iterators - added
texMath RRi
those inter-dependencies of various files in the loadsequence are a pain
so with this PR: iterators.m2 needs expressions.m2 which needs max.m2 which needs fold.m2 which needs iterators.m2...
how are we supposed to deal with those circular dependencies?
I suppose the accumulate and fold methods involving Thing (i.e., the ones that use iterators) could get moved from fold.m2 to iterators.m2 to remove that dependency.
Could you fix the broken test-builds, please?
a NumericalImplicitization test runs oom, don't think it's related to this PR?
a
NumericalImplicitizationtest runs oom, don't think it's related to this PR?
Probably #3239
I reran that test and it passed; LGTM!