| 19 | |
| 20 | == TeXLive == |
| 21 | * http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?Linux%2FUbuntu |
| 22 | * [http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?Linux%2FUbuntu#rf0fcf3b TeX Live 2012/Debian] |
| 23 | > $ sudo apt-get install texlive-lang-cjk texlive-fonts-recommended |
| 24 | > $ vim /usr/share/texmf/web2c/texmf.cnf |
| 25 | > {{{ |
| 26 | > shell_escape_commands = \ |
| 27 | > bibtex,bibtex8,bibtexu,pbibtex,upbibtex,biber,\ |
| 28 | > kpsewhich,\ |
| 29 | > makeindex,mendex,texindy,\ |
| 30 | > mpost,pmpost,\ |
| 31 | > repstopdf,epspdf,extractbb,\ |
| 32 | > }}} |
| 33 | * 12.04には{{{texlive-lang-cjk}}}パッケージが存在しないが、12.10のLXCコンテナを作成し、その上で使用することが可能 |
| 34 | |
| 35 | * texlive-xetex |
| 36 | * 12.10(おそらく13.04も)では、xeCJKが古いためZXjatypeを使うことが出来ない |