UbuntuでRe:VIEW環境を構築する
概要
Ubuntu18.04で、Re:VIEW環境を構築する
Re:VIEWのインストール
まず、最初にRubyをインストールします。
Re:VIEWはRubyGemsからインストールします。
Re:VIEWからPDFを生成するために、TeXのインストールも必要です。
$ sudo apt update
$ sudo apt install ruby
$ sudo gem install review
$ sudo apt install texlive-lang-japanese texlive-latex-extra texlive-latex-recommended
執筆時点(8/31)で3.2.0がインストールされます。
$ review version
3.2.0
Re:VIEWを作成する
最初に雛形を生成します。「review_sample」という書籍にしてみましょう。
$ cd ~
$ review-init review_sample
以下のコマンドでPDF作成です。
$ rake pdf
以下のコマンドでPDFを開きます。
evince book.pdf
Author And Source
この問題について(UbuntuでRe:VIEW環境を構築する), 我々は、より多くの情報をここで見つけました https://qiita.com/nnn112358/items/3166b6539b3b0a6c899e著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .