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

LaTeX

375 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?

you are viewing a single comment's thread
view the rest of the comments
[–] WhiteBlackGoose@programming.dev 5 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@programming.dev 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.

[–] scrooge101@lemmy.ml 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.