2009-04-01から1ヶ月間の記事一覧

Emacsの設定

LANG=eucにしている状態でのemacs設定。 まず、yumでanthy-elをインストール ;;.emacs (setq inhibit-startup-message t) (require 'un-define) (coding-system-put 'utf-8 'category 'utf-8) (set-language-info "Japanese" 'coding-priority (cons 'utf-8 …

ExcelのグラフをTeXに埋め込む

TeX

備忘録。PDFCreatorをインストール PDFCreatorでEPSに EPSをGSViewで開き File->PS to EPS Automatically calc...にチェックでyes 埋め込む \begin{figure}[htbp] \begin{center} \includegraphics[scale=0.5, angle=270]{graph_temp.eps} \end{center} \cap…