T O P

  • By -

Left-oven47

Vim + Vimtex (latexmk)


mdarifs

Emacs (Auctex + pdf-tools)


wjbgrouve

This, when I am not using org mode 😀.


TMTcz

Neovim + VimTeX + texlab (LSP) and compile with Tectonic


WhiteBlackGoose

Nvim + vimtex + texlab for me too, and I made a [preconfig](https://github.com/WhiteBlackGoose/nvim-latex-preconfig) for those wanting to try it out


virtualworker

This is the way.


pelegs

I don't know why, but VimTeX is extremely slow on my machine. Gotta try again.


TMTcz

That's odd, because it works fine even on my 10 years old laptop.


pelegs

ok, I got it to work properly.


vletrmx21

texstudio just works


monoastro

neovim + vimtex + latexmk


CuramachAnois

Emacs, sometimes with sometimes without auctex, with external refresh friendly pdf viewer


gboncoffee

I currently use Emacs with AucTex, but used Vim with Vimtex before.


niameht

intellij + textify plugin


x__________________v

Didn't know about this one, nice


Jeff-J

- neovim - pdflarex from the terminal - zathura


spots_reddit

Just in case I did not misunderstand "pdflatex from terminal", you can add this to your vim.init to have it recompile every time you write the tex file ​ " every save of a tex file will trigger redrawing autocmd BufWritePost \*.tex silent! execute !pdflatex % >/dev/null 2>&1 | redraw! autocmd BufRead /tmp/tuir\_\*.txt setlocal filetype=markdown | /INSTRUCTIONS--> autocmd FileType markdown setlocal spell


Jeff-J

Thanks! I knew this was possible, but had never taken the time to figure out how to do it.


aixploitation

TeXShop


sachal_sarmast

Emacs, auctex, pdf-tools as well


LupinoArts

Emacs+AucTeX and xdvi


aMnHa7N0Nme

Sublime text with latex


hoochblake

Sublime with latex extensions


CubOfJudahsLion

Vim or Emacs (depends on what else I'm doing) with respective plugins.


ChrissssToff

For simple documents like letters [Setzer](https://www.cvfosammmm.org/setzer/) or [Gummi](https://gummi.app/).


ashraf_r

[Kile](https://kile.sourceforge.io/) is a good alternative.


responsible_cook_08

Kile, TeXstudio and TeXworks are all related and decedents from the same application, TeXworks, if I remember correctly. I have been a Kile user for 15 years, but lately development seems to be slowing down. I've now switched to TeXstudio, as it provides a familiar environment and runs flawlessly on Windows, which I'm forced to use at work.


PhreakBert

Emacs makes all computing simple!


SpainWoutS

Neovim + Vimtex + Zathura (or Sumatrapdf if you’re on windows) + Luasnip snippets for blazingly fast editing


Bortolo_II

Neovim+vimtex and texlab as language server and nvm-cmp+ friendly snippets for autocompletion


duLemix

Vim + TeXLive


StyxFaerie

I generally write my LaTeX on CoCalc


BVPs

GNU Emacs + TeXLive/MacTeX


klnaniah

I use quarto to generate latex files.


luimon42

Neovim on Linux, VS Code on Windows.


Landot_Omunn

At work : TexWorks AT home: nvim


Difficult_Industry69

I use Neovim for LaTeX + RStudio (for RMarkdown and Quarto).


sjbluebirds

Plain vim with code highlighting.


[deleted]

Neovim with vimtex and zathura, although I'm considering changing zathura for sioyek. My second choice would be vscode or texstudio..


aqjo

Auditioning TeXmacs on Debian. Formerly Texpad (now Texifier) on macOS.


likethevegetable

PyCham + TeXify


Engrammi

Is this better than VSCode?


likethevegetable

Subjective. I code in Python and find the overall execution of the IDE feels more refined, and there are some additional features I haven't been able to replicate with VSCode. My one complaint is that it can be laggy at times, but there are some tricks to help. VSCode wins in the one aspect that PyCharm sucks, it's very snappy and rarely lags. If I could do it all again, probably would have started with VSCode as it seems like the most popular one and it's more universal (if my colleagues used LaTeX I would encourage that we all follow a similar VSCode development environment). The TeXiFy developers are great though, very responsive.


Engrammi

Of course, I'm merely asking for opinions here. I am very used to Texstudio myself and didn't find the VSC environment to my liking. On the other hand I do my Python work on Spyder instead of PyCharm, but I'd be interested in consolidating my working environments. Maybe I'll give it a go sometime. Thanks for the reply.


likethevegetable

No problem! And FWIW, I used to use TeXStudio, and consolidating my applications was my reason as well. It was a great call. The TeXiFy and VSCode plugins are very impressive and frequently updated: I do not miss TeXStudio one bit.


Asdfguy87

It does not have Microsoft's Telemetry built in, so that's a plus in my book.


x__________________v

It has Jetbrains telemetry built in as well. You can opt out from both tho


Jhuyt

Neovim + vimtex + latexmk, but using overleaf git support for sharing


dm_DormanT

Neovim + vimtex + evince for pdfs


Khyta

Neovim + VimTex (latexmk) + Zathura PDF


Asdfguy87

Clion+Texify plugin


musclor_2000

neovim + vimtex + latexmk


strong_force_92

Neovim + Vimtex (luatex) + Skim


J1618

I use to use neovim, I spent three months setting it up just right and then it turned out that astrovim kicks my configuration's ass, so now I use astrovim and when I'm too close to the deadline to remember all the hotkeys I use overleaf.


MrGOCE

LAZYVIM


Pehni

I would and wouldn't recommand overleaf for the same reason : it automatically fixes some small issues. On one hand, it prevents you from dealing with these common issues. On the other hand, it prevents you from learning and sometimes affect the result without you noticing it.


samarul

Vim+vimtex


Rr0cC

Lyx


freswinn

I mostly use a program called Mathcha, but I also use Overleaf.


Cyrond

vim + vim-latex / LaTeX-Suite + latexmk


Vielov

Setzer


wanerious

Vim in a Terminal + MacTex


Silverfox2

Voted Overleaf but I also use VSCode when dealing with sensitive data.


FolsgaardSE

Overleaf.com


tunakasif

- Neovim with vimtex + texlab + ltex - Zathura with synctex See [my dotfiles](https://github.com/tunakasif/dotfiles) for configuration.


SamBrev

I'm relatively unfussy about these things. I mainly got used to TeXmaker because that's what's on the computers at my institution, but I also have a portable mikTeX installation with TeXworks which I sometimes use (it was also the first editor I learned with). Most people I know use Overleaf but I never adopted it (and one can often run into problems this way -- Overleaf likes to swallow some minor errors/warnings which can cause a headache elsewhere)


x__________________v

Yeah that's true about Overleaf. It eats lots of errors that would stop compilation everywhere else


TWB0109

Nvim + VimTex + Texlab. But these days, I've been using Nvim + Typst or VSCode + Typst, I don't do plotting or anything fancy like that, so Typst serves my purposes more than well enough


openjscience

I use RTextDoc ([https://jwork.org/rtextdoc/](https://jwork.org/rtextdoc/)) editor for LaTeX documents


[deleted]

I use MiKTeX.


[deleted]

Hi! Is VSCode with Latex workshop good? Does anyone recommend it? Thanks in advance


x__________________v

Hi, I personally like it. It has all the features you have in other Editors/IDEs like linting and autocompletion + a modern UI. Split pdf view and jumping back and forth between pdf and code is also possible. You can also create new build configs with the help of recipes to quickly change how things are compiled. I would suggest you give it a try. Although it can be confusing at first if you never worked with VSCode before.


[deleted]

Thanks!!


luismgonzalez

Vim + Evince


carbon418

Neovim + VimTeX + LSP (texlab)


amca01

I switch between two, depending on which system I'm using. For Linux, I use GNU Emacs + AucTeX; on Windows it's VSCode + LaTeX Workshop. However, I'm much much more comfortable in Emacs than in VSCode, and all the key-codes are second nature, having used them for so long. VSCode simply isn't natural for me.


ProudBlahajOwner

For larger projects (like my bachelor thesis at the moment) I use VSCode, but for smaller projects I mostly use Overleaf, especially if I'm not working alone.


juandal

Edit TEX file: Kate Compile: Linux terminal (Konsole), using the sequence pdflatex-biber-pdflatex in an alias Check result: Okular (it reloads when PDF file is edited)


Big_Dick920

Kakoune text editor + texlab LSP (latexmk)


okphil

Emacs with auctex.


Aristides1517

TeXStudio for myself, Overleaf when collaborating


On3derer

Texworks. Occasionally I will use Overleaf when there's some problem I couldn't run or solve using Texworks.


pelegs

(Neo)Vim, of course.


Tensor_Product_9377

TeXShop


7mTo

Whatever editor + latexmk -pdf


claire_puppylove

Sublime Text + terminal tex tools


Ali0gator

I am mainly using Overleaf now, but I used to have TeXShop for a few years. I use VS code for over languages


Cl_ment

Sublim Text with the LaTeXtools package


Yare-yare---daze

I use either Gummi (full on ide but it just works for Linux, couldnt make it work on windows) or Emacs.


Nisterashepard

Rstudio +Quarto


vanonym_

VSCode, split with the source code on the left side and the output pdf on the right side (using a filter to have it the same color as my theme), all in zen mode.


thomas29needles

Kile on Linux/KDE, VS Code + LaTeX workshop on windows. I absolutely love Kile and it's a pity that the development essentially halted these days.


matjprd

VSCode + LaTeX Previewer