// * LaTeX

#contents

* Debianで日本語Linux

http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?Linux%2FDebian

- etc/texmf/texmf.d/50dvipdfmx.cnf 更新
 CMAPINPUTS=.;/usr/share/fonts/cmap/adobe-japan1//;/usr/share/fonts/cmap/adobe-japan2//;/usr/share/fonts/cmap/adobe-gb1//;/usr/share/fonts/cmap/gs-cjk-resource//

- sudo update-texmf

* 画像の幅

 % width=\hsize:横幅一杯のサイズ, clip:絵のない部分は描かない
 \includegraphics[width=\hsize, clip]{filepath}

* ! Not two-byte family.

ipsjpapers.clsで数式モードで日本語を使ったときになる。~
 \textmc{日本語}
でごまかせる。

* bibtex

http://akita-nct.jp/~yamamoto/comp/latex/bibtex/bibtex.html

** authorの列挙

'','' ではなく ''and'' を使う。~
''Too many commas in name 〜'' と言われる。

日本語の場合は・・・?


** コンパイル手順

 platex foo
 bibtex foo
 platex foo
 platex foo

なんか1回多いのは気のせいですか?


トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS