Michael Hutchinson

Results 5 comments of Michael Hutchinson

Is there anything a mainly python developer could do to help speed up this process (I can also vaguely write C++)? I am keen to use the vector heat method...

This is brilliant, thank you! One thing that I'm particularly interested in is being able to precompute the transform that gives the parallel transport between each pair of nodes in...

I know of at least 1 other person who might be interested in this, so I think it would be nice to add as a utility in potpourri3d! I'll work...

+1 would also really like the `mlmodern` font, its super nice for headings and other semibold things

I implemented something that achieves a decent level of subfigure I think with figure-specific numbering. The solution is inspired by https://github.com/typst/typst/issues/337#issuecomment-1484245044. ``` #let subfigure(body, caption: "", numbering: "(a)") = {...