Results 35 comments of Tavin Cole
trafficstars

Thanks @manmoi01 for the solution. For me `c.LatexConfig.run_times = 2` was enough. This should really be mentioned in the README.

I don't get it. Is this a bug or a feature?

I don't get it, 0.11.0 is not on docker hub at all, let alone single/multi arch... ? Is there an alternative registry?

I'm not a big fan of writing out `thing() != null && thing() >= 123` etc. etc. Much nicer would be `thing() ?: 0 >= 123` or even `std.coalesce(thing(), 0)...

I would expect a way to override jinja2 Environment options in the same place where `input_type: jinja2` is written.

I think it might be nearly impossible for katex itself to ship a full solution, especially when equations are numbered by CSS counters, which are inflexible and totally inaccessible to...

@edemaine I would like to help but I can't say how soon, as I'm completely unfamiliar with the katex codebase. Also imo the "resolution" aspect should be a separate issue...

It should be possible to at least implement `\label` without any suffering, see https://github.com/KaTeX/KaTeX/issues/2003#issuecomment-1629935701.

> Seems like `custom.css` should probably just be made to work. It's a foot gun, but has a relatively limited blast radius (maybe just a few toes). Yes, give me...

@rowanc1 I got all the checks passing except "PR label" which it seems I'm not allowed to edit.