Using Tectonic instead of PdfLatex #1253
Closed
Vaisakhkm2625
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Good idea. Just added support for tectonic. pdflatex will only be used if tectonic is not available. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just now found out that you are using
pdflatex
...snacks.nvim/lua/snacks/image/convert.lua
Lines 120 to 125 in acedb16
but have you tried tectonic?
it's a single binary that automatically resolves all dependency problems.. and don't have to install 1000 latex packages just to preview mathematics
i have tried building similar tool and used it myself.. https://github.com/Vaisakhkm2625/hologram-math-preview.nvim
that's my first and last neovim plugin, so plugin itself is really bad.. but you can see the parameters in it, and how to use tectonic...
Beta Was this translation helpful? Give feedback.
All reactions