Ask HN: What LaTeX editor do you use?
1–10 of 45 posts
I am a Mac user who has been annoyed by the most recent TexPad -> Texifier update and is looking to switch - any recommendations?
Re: Ask HN: What LaTeX editor do you use?
#2Vim
Re: Ask HN: What LaTeX editor do you use?
#3I use TeXstudio [1], which is really good with tables, and supports macros which tremendously help speed up the writing process.
When writing for group projects, we use Overleaf [2]. Its Git feature also makes it possible to write locally in TeXstudio and then push the changes to Overleaf.
Re: Ask HN: What LaTeX editor do you use?
#4Emacs with various -TeX modes, mainly in Doom Emacs with the latex flag.
Re: Ask HN: What LaTeX editor do you use?
#5I have made Good experiences with TeXShop on Mac:
Re: Ask HN: What LaTeX editor do you use?
#6I 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.
Re: Ask HN: What LaTeX editor do you use?
#7Vim
vim + vim-latex ;-)
Re: Ask HN: What LaTeX editor do you use?
#8Emacs with various -TeX modes, mainly in Doom Emacs with the latex flag.
Standard emacs with Auctex for me.
Re: Ask HN: What LaTeX editor do you use?
#9Emacs with various -TeX modes, mainly in Doom Emacs with the latex flag.
Emacs with auctex, cdlatex, pdf-view and always two frames. C-c C-a is super useful. Also pdf-view-auto-crop-mode.
Re: Ask HN: What LaTeX editor do you use?
#10Overleaf does everything what i need and it works so frictionless that I haven't installed latex locally for years now.
I used it for both, my bachelor and master thesis as well as some other bigger projects.