2007-08-01から1ヶ月間の記事一覧

日本語pdfの表示

http://debian.fam.cx/index.php?plugin=attach&pcmd=open&file=acroread-jpn_7.0.9-1_i386.deb&refer=uploader を落としてきた方が楽かも。 管理者権限で実行 #vi /etc/apt/sources.list deb http://www.debian-multimedia.org etch main を追加。#gpg --ke…

gnuplotで日本語表示させたものをTeXに取り込む

TeX

gnuplot>cd "作業フォルダ" gnuplot>set terminal latex gnuplot>set output "graph.tex" gnuplot>set xlabel "X軸" gnuplot>set ylabel "Y軸" gnuplot>plot sin(x) gnuplot>set output //graph.texの開放LaTeX文書中で以下のようにして取り込む。 \begin{…