Live data from Hacker News

Ask HN: What LaTeX editor do you use?

news.ycombinator.com

1–10 of 45 posts

Re: Ask HN: What LaTeX editor do you use?

#3
I 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.

[1] https://www.texstudio.org/

[2] https://www.overleaf.com/

Re: Ask HN: What LaTeX editor do you use?

#6
I 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.

Post reply on HN