Ben Firshman

Results 290 comments of Ben Firshman
trafficstars

Hmm, that’s interesting! Probably a bug in src/input.js. Perhaps try removing the trailing slash? I know we don’t do proper trailing slash checking yet.

A thought: If we were to do this, it might be challenging to style on desktop. It should be centred under the text, but math can take up full width...

Filed upstream here: https://github.com/brucemiller/LaTeXML/issues/1043

This is partially solved by using `font-size: ... !important` everywhere, but it should really be fixed upstream in latexml.

Another example of something which should be fixed: https://arxiv.org/pdf/1904.08653.pdf Lots of images side by side. They should be on multiple rows, not all side-by-side.

Images wrong size: https://www.arxiv-vanity.com/papers/1804.08450/

I attempted doing this as a hack: ``` .ltx_figure .ltx_graphics { width: 100%; height: auto; } ``` This makes 1907.10830 work much better, but unfortunately breaks things where there are...

I think the correct solution is to get mathjax to line-break. The complicated bit is we run mathjax server-side so it doesn't know how wide the page is. Some ideas:...

So, more data! This should be upstream in LaTeXML's omnibus, but I'm going to make more notes before doing that. 1612.07837 is an interesting example where there are no errors,...

That's a great idea - thank you!