LoginSignup
4
5

More than 5 years have passed since last update.

BasicTeX-2015でRe:VIEWの環境を用意する

Last updated at Posted at 2015-06-22

TeXとOS X

OS X用のTeX(TeX Live)としてはMacTexというパッケージがありますが、これは超大きい(2GB以上)のでインストールが大変です。

そこでBasicTeXです。

BasicTeXとは

MacTexの小さい版。下記URLよりダウンロードできます。

Re:VIEW環境の用意

いろいろエラーが出るので、足りないパッケージをインストールします。

review-sample-bookの場合は以下の手順でビルドできるようになります。

$ sudo tlmgr update --self --all
$ sudo tlmgr install collection-langjapanese
$ sudo tlmgr install framed wrapfig pdfcomment marginnote datetime fmtcount bezos collection-fontsrecommended filehook

参考

4
5
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
4
5