PDF: はじめてのReVIEW

Ken published on
2 min, 397 words

Categories: 未分類

Tags: ReVIEW

▶はじめてのReVIEW - TechBooster
https://techbooster.booth.pm/items/12746
ここに面白そうな本があった。
使いたいけど、優先順位的に今かどうか…と思っていて、評判を調べていたら無料公開されてた!

▶TechBooster/FirstStepReVIEW · GitHub
https://github.com/TechBooster/FirstStepReVIEW
無料公開されてるけど、自分で生成する必要あり。

以下、生成した手順。

Mac 10.9.2で生成できなかった編

  1. sudo gem install review
  2. MacTeX.pkgをインストール
  3. git clone https://github.com/TechBooster/FirstStepReVIEW.git
  4. cd FirstStepReVIEW/article
  5. rake clean pdf

以下、エラー。

compiling sheet.tex sh: extractbb: command not found sh: extractbb: command not found /Library/Ruby/Gems/2.0.0/gems/review-1.2.0/bin/review-pdfmaker:107:in exec': No such file or directory - platex (Errno::ENOENT) from /Library/Ruby/Gems/2.0.0/gems/review-1.2.0/bin/review-pdfmaker:107:in block (2 levels) in main' from /Library/Ruby/Gems/2.0.0/gems/review-1.2.0/bin/review-pdfmaker:106:in fork' from /Library/Ruby/Gems/2.0.0/gems/review-1.2.0/bin/review-pdfmaker:106:in block in main' from /Library/Ruby/Gems/2.0.0/gems/review-1.2.0/bin/review-pdfmaker:98:in chdir' from /Library/Ruby/Gems/2.0.0/gems/review-1.2.0/bin/review-pdfmaker:98:in main' from /Library/Ruby/Gems/2.0.0/gems/review-1.2.0/bin/review-pdfmaker:239:in <top (required)>' from /usr/bin/review-pdfmaker:23:in load' from /usr/bin/review-pdfmaker:23:in `<main>'

書いてある通りやったつもりだけど出来なかった。
Ubuntuでは簡単に出来たのでMacで生成できなかった件については調べていない。

Ubuntu 14.04で生成できた編

  1. sudo apt-get install git rake gem ptex-bin texlive-fonts-recommended
  2. git clone https://github.com/TechBooster/FirstStepReVIEW.git
  3. cd FirstStepReVIEW/article
  4. rake clean pdf

実行が終わると .../FirstStepReVIEW/article/book-pdf/book.pdf が出来ていた。