From b8276dcf2f9bbdb4e634c15554a57ca1d0ae47e9 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 3 Feb 2025 12:15:54 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 787fc3a..c8318c1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ This repository contains a collection of LaTeX files, helping you get started wi See the docs [here](https://git.janishutz.com/janishutz/latex/src/branch/main/docs/docs.pdf) to get started. +# Recommended LaTeX editors +1. [TeX Studio](https://www.texstudio.org/) +2. [VSCode](https://code.visualstudio.com/) with LaTeX Workshop and LaTeX Utilities. You will need to have TeXLive installed (https://tug.org/texlive/) +3. [Neovim](https://neovim.io/) with the vimtex plugin and texlab installed + +The editors are ordered in terms of ease of use and my personal preference list is exactly the other way round. + +