latex2blender
latex2blender copied to clipboard
Getting compile errors
It installed the texlive-bin (arch distro) and the dvisvgm binaries accordingly, although I still get these issues that prevent compiling:
any idea s to how I can address them? Thanks!
I went ahead an used sudo pacman -S texlive through the whoel installation and got a different set of error. Is it now a problem with dvisvgm?
Yes, it is likely a problem with dvisvgm. To diagnose the problem, it might be helpful to try running dvisvgm in the command line and see if you get any error messages. For example, you could create a random .dvi file (call it say test.dvi) and run the command dvisvgm --no-fonts test.dvi in your terminal. See also https://dvisvgm.de for dvisvgm documentation.