Nico Schlömer
Nico Schlömer
All of the examples have separate `test/` directories... Do I misunderstand something?
Thanks for the reply. > The current versions of dvisvgm add a colored rectangle to the SVG graphics if the DVI or PDF file set the page color. I played...
From the file [a.pdf](https://github.com/mgieseki/dvisvgm/files/8975263/a.pdf) I'm getting the SVG ```svg ``` Perhaps that's due to me using an older dvisvgm version. I'll try to update.
> you created the file with XeLaTeX. I used [tectonic](https://github.com/tectonic-typesetting/tectonic) which perhaps uses XeLaTeX in the background. I'll post the issue there. (Edit: https://github.com/tectonic-typesetting/tectonic/issues/908) > or replaces white backgrounds by...
Interesting! I could in fact produce an xdv with ``` tectonic a.tex --outfmt xdv ``` This gives ```svg #+R ``` (note the correct `#fff`-`rect`) which doesn't render correctly. Instead of...
I've tried with ``` dvisvgm a.xdv --no-fonts ``` but this just gives an empty page. [a.xdv.gz](https://github.com/mgieseki/dvisvgm/files/8977444/a.xdv.gz)
``` dvisvgm a.xdv --no-fonts ``` ``` pre-processing DVI file (format version 7) WARNING: font file 'lmroman10-regular' not found processing page 1 graphic size: 164.198365pt x 576.858624pt (57.709125mm x 202.742619mm) WARNING:...
Btw I've posted this on the XeTeX mailing list. https://tug.org/pipermail/xetex/2022-June/028063.html
Related, but a little different: prettier on ```markdown _a `T_0 - T_\infty = 0` `R_0` b_ ``` incorrectly gives ```markdown _a `T_0 - T_\infty = 0` `R*0` b* ``` The...
All of these are related to https://github.com/prettier/prettier/issues/3837.