Trinh @ Bath

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
latex [2024/08/26 14:48]
trinh
latex [2025/01/05 01:04] (current)
trinh
Line 8: Line 8:
 Use of makefiles and latexmk Use of makefiles and latexmk
 http://paulklemm.com/blog/2016-03-06-watch-latex-documents-using-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.
 +