This shows you the differences between two versions of the page.
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:// | https:// | ||
https:// | https:// | ||
+ | |||
+ | Use of makefiles and latexmk | ||
+ | http:// | ||
+ | |||
+ | ===== 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, ~/ | ||
+ | |||
+ | therefore this is where you should put your files. | ||