this post was submitted on 18 Jun 2023
8 points (100.0% liked)

LaTeX

380 readers
1 users here now

Welcome to a community discussing everything TeX & LaTeX!

Getting started

Useful resources

Tools

Topic specific resources

Rules

founded 1 year ago
MODERATORS
 

I started with TeXworks (+ XeTeX, which both happen to have been created by Jonathan Kew) and I found no reason to change since then. The only slight drawback is that autocomplete support exists but is rudimentary, however it doesn't bother me that much.

Which editor do you prefer?

top 18 comments
sorted by: hot top controversial new old
[–] WhiteBlackGoose 7 points 1 year ago (2 children)

Neovim with vimtex and texlab language server. Learning nvim takes some time, but I made preconfig, which allows to start a bit easier

[–] gamma 1 points 1 year ago

Plus there's kickstart.nvim if you want a more general-purpose starting point. I'm actually switching to it as a starting point now, and figuring out how to transfer anything I need from my old vimrc.

[–] [email protected] 1 points 1 year ago

I second this. Getting started started takes some effort, but writing in Neovim is such a joy on its own. Especially implementing comments from other people is much faster and if you use git, you can also easily switch back to earlier versions and/or compare your changes.

[–] jormaig 5 points 1 year ago

VS Code with the LaTeX workshop plugin. Works like a charm. You need to have LaTeX installed in your system

[–] [email protected] 3 points 1 year ago

I was using TexStudio, but eventually I landed on Emacs -- the keyboard shortcuts it provides are very convenient. For managing references, I use JabRef to maintain the biblatex file.

[–] [email protected] 3 points 1 year ago

Vim + TeX Live on Gentoo

[–] balder1993 3 points 1 year ago

Currently I just use Overleaf for my current research.

[–] [email protected] 3 points 1 year ago

I'm basic and just use vim for writing the document and zathura for a PDF reader. Recently started using lualatex over pdflatex for compiling due to some max memory error on a poster with a ton of graphs.

[–] clumsyninza 3 points 1 year ago

Overleaf, because I don't have to download an application.

[–] [email protected] 2 points 8 months ago

Nvim. autopair.nvim let's you autoclose "begin[]" macros. Luasnip let's you create custom snippets for every macro you use. I also use Emmet LSP for inline svg.

[–] [email protected] 2 points 1 year ago

TeXStudio for the convenience of compiling and managing multi-file projects; (neo)vim for serious work with the tex files.

[–] thejoyfulgeek 2 points 1 year ago

I use TeXShop (+BasicTeX) instead of TeXworks (I slightly prefer its UI on a Mac, but it's pretty much the same) if I'm working somewhere with bad internet / because it's useful to have a local TeX editor, or Overleaf for quite a lot of stuff, because convenience.

[–] qwertyasdef 2 points 1 year ago

MiKTeX, because it's the first one I stumbled upon in high school and I don't use LaTeX enough to be bothered to optimize my choice of editor.

[–] [email protected] 2 points 1 year ago
[–] GarlicToast 2 points 10 months ago

TexStudio, the multi view and jump to source/output is great on big projects. Zotero macro is very helpful. Compile/clean buttons that also work on multi file projects are huge time savers.

[–] alexcoder04 2 points 1 year ago

neovim+zathura+lualatex

[–] Remavas 2 points 1 year ago

I myself use TeXStudio with a texlive-full install. I may switch to something else, but currently it is a convenient setup.

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago)

Usually Neovim and :!tectonic main.tex, nothing fancy. For preview ideally Zathura or Preview on Mac.

Also VSCode is quite usable, since there are some pdf preview plugins.