====== Coding in LaTeX ====== I currently code using neovim and vimtex. I wouldn't recommend it given the rather extreme difficulty. Nevertheless here are some resources for my own use: https://jdhao.github.io/2019/03/26/nvim_latex_write_preview/ https://github.com/jdhao/nvim-config/blob/master/README.md#ctags Use of makefiles and latexmk http://paulklemm.com/blog/2016-03-06-watch-latex-documents-using-latexmk/ ===== Use of sty and cls and font files ===== I put all my style and cls files into a folder accessible globally. First use: ``` kpsewhich tex ``` to find out what folders are read in the path of latex. It lists, on Mac, ~/Library/texmf/tex/latex therefore this is where you should put your files.