1. 安裝
brew cask install basictex
2.下載texshop並安裝
3. 添加tlmgr的路徑到系統環境中,/user/local/tex....到/etc/paths,另打開一個終端可用echo $PATH 命令判斷
4.安裝其他庫
sudo tlmgr install collection-fontsrecommended
使用注意:
1)cmd+t用於編譯
2)有些錯可能是由於不正確處理導致的,而不是真正缺包
3)貌似需要編譯bibtex
4)要刪除.aux文件
安裝個別庫:
https://blog.csdn.net/kefnbsow/article/details/100000883
sttools 就是 stfloats 與 ‘package’ 直接關聯的宏包名,然后使用命令:sudo tlmgr install sttools 安裝即可
2020-5-11:老是提示2019old
https://tug.org/texlive/upgrade.html
2020-5-11:.ins轉.sty
下載.ins的文件,終端打開,編譯成為.sty: latex xxx.ins
https://www.dickimaw-books.com/latex/novices/html/dtxins.html
待續。。。