How do I install a LaTeX .sty file on OSX?

前端 未结 7 1215
无人共我
无人共我 2021-01-29 20:54

I have a LaTeX project set up:

tex/
  - documents/
      - some_file.tex
  - support/
      - todonotes.sty

where some_file.tex us

7条回答
  •  执念已碎
    2021-01-29 21:07

    In Mac OS X (Snow Leopard 10.6.7) put your .sty file in

    /usr/local/texlive/2010basic/texmf-dist/tex/latex/base/
    

    Then, run texhash command. Don't forget to stay as a root user (like sudo -s )

提交回复
热议问题