Trinh @ Bath

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
latex [2023/10/20 22:10]
trinh created
latex [2025/01/05 01:04] (current)
trinh
Line 5: Line 5:
 https://jdhao.github.io/2019/03/26/nvim_latex_write_preview/ https://jdhao.github.io/2019/03/26/nvim_latex_write_preview/
 https://github.com/jdhao/nvim-config/blob/master/README.md#ctags 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.