You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've long puzzled over why I find the output display of vimtex so difficult to work with, as compared to `normal' LaTeX UIs like SublimeText, TeXShop, etc. I wanted to make a discussion to raise some thoughts.
To me, there are three things:
Is there a parser that better parses the output?
Is there a parser that can visually colourise the output?
Is there something about the quickfix interface and output display that makes it inferior to other UIs?
I am not sure what the answer to these questions are. I think it might take some side-to-side comparison. But just two further thoughts.
Apparently pplatex can be used to 'prettify' output, and this is incorporated into vimtex. However pplatex is not easily obtainable on Mac. I have not tried to build it from source.
I've long puzzled over why I find the output display of vimtex
Just so we're clear, your talking about the output visible in :VimtexCompileOutput (\lo), right?
Apparently pplatex can be used to 'prettify' output, and this is incorporated into vimtex. However pplatex is not easily obtainable on Mac. I have not tried to build it from source.
pplatex is available as an option for parsing the log file and giving input to the quickfix window. But I don't think this is what you are talking about here. Also, I don't really think pplatex can be easily used as a "filter" for latexmk or similar.
This is interesting. But notice that you can already use it with latexmk by adding a line to your .latexmkrc file. This means you can use it with VimTeX without changing anything in VimTeX!
But to me, it does not seem to provide a very big improvement to the output, and the project has been stale for 3 years.
I've long puzzled over why I find the output display of vimtex so difficult to work with, as compared to `normal' LaTeX UIs like SublimeText, TeXShop, etc. I wanted to make a discussion to raise some thoughts.
To me, there are three things:
I am not sure what the answer to these questions are. I think it might take some side-to-side comparison. But just two further thoughts.
The text was updated successfully, but these errors were encountered: