Skip to content

Commit 5e7ad67

Browse files
committed
Update README.
1 parent 59c4f72 commit 5e7ad67

File tree

3 files changed

+11
-106
lines changed

3 files changed

+11
-106
lines changed

README.md

Lines changed: 11 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,17 @@
1-
# IndieVisualLab執筆環境
1+
# Unity Graphics Programming vol.1
22

3-
## 利用ツール
4-
5-
### Re:View
6-
7-
Re:View使います
8-
9-
達人出版会の中の人が開発してるそう
10-
11-
#### インストール
12-
13-
https://github.com/kmuto/review
14-
15-
ここ見ればOK
16-
17-
### md2review
18-
19-
MarkDownを.reファイルに変換してくれるぞい
20-
21-
Gemfileに追加してるので
22-
```bash
23-
bundle install
24-
```
25-
26-
で入るはず
27-
28-
### TeX
29-
30-
Re:View動かすのにTeXがいるのでインストール
31-
32-
#### Macの場合
33-
34-
http://www2.kumagaku.ac.jp/teacher/herogw/
35-
36-
ここからpTeXをDownloadしてくる(Sierra 10.12.5でいけた)
37-
38-
pTexを/Applications以下に移動して,
39-
/Applications/pTeX.app/teTeX/binにPATHを通す.
3+
![Cover](https://raw.githubusercontent.com/IndieVisualLab/UnityGraphicsProgrammingBook1/master/images/cover.png)
404

41-
.bashrcとかに
42-
```bash
43-
export PATH=$PATH:/Applications/pTeX.app/teTeX/bin
44-
```
45-
とか書けばOK
46-
47-
#### Macの場合 その2
48-
上記の方法で出来なかった場合は
49-
http://qiita.com/hideaki_polisci/items/3afd204449c6cdd995c9
50-
51-
ここを参考にMacTexをインストールする。
52-
53-
.bashrcとかに
54-
```bash
55-
export PATH=$PATH:/Library/TeX/texbin
56-
```
57-
と書いてパスを通す
58-
59-
#### Windowsの場合
60-
61-
Mr.Yata「Bash on Windows使えばいける」
62-
63-
bash on windowsのインストールの仕方は下記参照
64-
http://qiita.com/Aruneko/items/c79810b0b015bebf30bb
65-
66-
bash on Windowsインストール後、bash上でRE:VIEWとTexをインストールする
67-
```bash
68-
sudo gem install review
69-
sudo apt install texlive-full
70-
sudo apt install build-essential
71-
sudo apt-get install ruby-dev
72-
sudo gem install md2review
73-
```
74-
75-
## Re:Viewでの執筆フロー
76-
77-
### pdf化
78-
79-
```bash
80-
review-pdfmaker config.yml
81-
```
82-
もしくは、
83-
84-
```bash
85-
rake pdf
86-
```
87-
88-
でPDF生成
89-
90-
### 章ごとのファイル追加
91-
92-
catalog.yml内に
93-
```yaml
94-
CHAPS:
95-
- Preface.re
96-
- Chapter1.re
97-
- Chapter2.re
98-
```
99-
という風に記述すると章ごとに使いたいファイルを指定できる.
100-
101-
### MarkDownからRe:Viewフォーマットに変換
102-
103-
```bash
104-
md2review hoge.md > hoge.re
105-
```
106-
ってやるだけ
5+
![Chapters](https://raw.githubusercontent.com/IndieVisualLab/UnityGraphicsProgrammingBook1/master/images/chapters.png)
1076

7+
## サンプルコードリポジトリ
8+
https://github.com/IndieVisualLab/UnityGraphicsProgramming
1089

10+
## 利用ツール
10911

12+
- Re:View
13+
- md2review
11014

111-
# サンプルコードリポジトリ
112-
https://github.com/IndieVisualLab/UnityGraphicsProgramming
15+
## ライセンス
16+
CC BY 4.0
17+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a>

images/chapters.png

1.69 MB
Loading

images/cover.png

3.8 MB
Loading

0 commit comments

Comments
 (0)