Ben Firshman
Ben Firshman
It also doesn't take into account comma-separated keys or modifiers. I'm doing some work on that now, but it means teasing out the parsing code from assignKey().
Oooh, interesting. Custom images could be a can of worms, [as Andreas hints](https://github.com/replicate/cog/pull/1205#issuecomment-1634852671). I'll let this percolate. :) To paint a bike shed, if we do want to go in...
More people have been running into this. It shouldn't be in documentation – we should detect it and fix it or print instructions.
:+1: That's what we do for engrafo. Git tags turn into image tags for releases, and `latest` tracks `master`. We also push sha hash images for every commit, for the...
Instapaper uses a little "..." bubble ([as replicated by this library](http://bigfootjs.com/)). It would mean the footnotes couldn't be referenced by number, but perhaps that's okay if the footnotes reference link...
@shancarter Do you have any thoughts on how this should be implemented? Automated or hard-coded numbering? Hard-coding them is certainly the simplest implementation, and probably means the URLs will be...
If it’s vector in the source PDF, it’s vector in the output SVG. If it’s raster in the source PDF, it’s raster in the output SVG. That’s what pdf2svg does....
@brucemiller Here's an example of a vector PDF figure: [cifar10_48-48-10_batch_10_plot.pdf](https://github.com/brucemiller/LaTeXML/files/1559331/cifar10_48-48-10_batch_10_plot.pdf) Here's the latexml output: https://www.arxiv-vanity.com/papers/1703.00441v2/#S4.F2.sf3 It is also particularly fuzzy because the DPI is not configurable, but that's another problem!...
@dginev Agreed that a plugin is a good place to start. Perhaps it could be optional core functionality, so it isn't a hard dependency. I might have a shot at...
Sorry @chrisspen – I am definitely interested, but haven't got time to review right now. I'll leave this open for when I have time to take a look. :)