Paul Zinn-Justin

Results 209 comments of Paul Zinn-Justin

After multiple rewrites, I think I found a pretty good way to deal with the issues above in https://github.com/pzinn/M2inTeX working pretty well, I'm using it for a course I'm giving...

The nice thing about using the package `listings` is, you can format the output any way you like. e.g. if you don't like the blue rectangles in the example file,...

sure can. what would be a good name for it?

here's another one: ``` i1 : R=QQ[t] o1 = R o1 : PolynomialRing i2 : t*matrix{{1}} stdio:2:2:(3): error: no method found for applying promote to: argument 1 : t (of...

reminds me of https://github.com/Macaulay2/M2/issues/1499 (if we made `ideal` idempotent, we could make `leadTerm` be more sensible while preserving existing code)

any progress on this?

going thru all my open issues and this one is still relevant...

I think this can be closed now -- MergeTeX works decently.

This is something that regularly bothers me. I decided to take a look at modules2.m2 and see how `trim` is implemented. @mahrud can you explain the logic behind `trimHelper`? looks...

sure I can do that. I still think the `trimHelper` makes the code hard to parse. I'm still not sure I understand these two lines: ``` addHook((trim, Module), Strategy =>...