Ask HN: What LaTeX editor do you use?
31–40 of 45 posts
TeXworks on Windows/Linux, TeXshop on Mac OS X.
Re: Ask HN: What LaTeX editor do you use?
#32Re: Ask HN: What LaTeX editor do you use?
#33This is unorthodox, but I use https://www.overleaf.com/ its a neat online editor where I can have my docs stored on the cloud and it has a PDF preview on the side, and you can compile it at the end.
While it is not advertised much on their own site Overleaf is AGPL3 licensed and is mostly open source: https://github.com/overleaf/overleaf
Re: Ask HN: What LaTeX editor do you use?
#34I made good experiences with VScode + LaTeX Workshop extension. Here is an example project that should be fully set up. https://github.com/uibk-dps-teaching/DPS-LaTeX However, I also do want to state that I ditched LaTeX completely by now since there is just too much headache involved. I am sticking with Markdown and HTML+CSS for the most part; weasyprint is really helpful when I have to generate PDFs.
The only thing I miss about the vscode setup is support for a decent PDF viewer (not sumatra), and that magnifier loupe thing that other editors have.
Re: Ask HN: What LaTeX editor do you use?
#35TeXShop on Mac, Spacenvim or evil-mode Doom emacs on Linux.
Re: Ask HN: What LaTeX editor do you use?
#36plain old vim on both macOS and Linux
Re: Ask HN: What LaTeX editor do you use?
#37Emacs.
Re: Ask HN: What LaTeX editor do you use?
#38TeXStudio which is a nice active fork of TeXMaker
Re: Ask HN: What LaTeX editor do you use?
#39Emacs.
Re: Ask HN: What LaTeX editor do you use?
#40I like composing the TeX markup in VSCode and MikTex for generating the PDFs.