3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacにTeXの執筆環境を入れるときに見たサイトのリンク集

Posted at

卒業するのでノウハウ集を移動する作業、第三弾

#リンク集

  1. atomで快適LaTeX編集環境 http://ayihis.hatenablog.com/entry/2016/09/24/143641
    ※ただし、エラーが出ている状態でコンパイルすると偶にauxファイルが壊れるので、gitで管理しておいて戻せるようにしておくと良い

  2. 日本語を扱えるようにする方法の参考 http://medemanabu.net/latex/mactex-texshop-ptex-platex/

  3. スタイルファイルの読み込み(読み込みたいなら) http://demmys.hatenablog.com/entry/2012/06/06/234808

#トラブルシューティング

  • sudo mktexlsrできないんだけど?→PATHを追加する
export PATH="/Library/TeX/texbin:$PATH"
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?