2010-07-12から1日間の記事一覧

argmax, argmin

tex

\newcommand{\argmax}{\operatornamewithlimits{argmax}} \newcommand{\argmin}{\operatornamewithlimits{argmin}}

Inkscapeでベクトル形式のままコピーアンドペースト

Mac

X11のpreferencesから,"Update Pasteboard when CLIPBOARD changes" のチェックを外す.http://wiki.inkscape.org/wiki/index.php/FAQ#Copying_and_pasting_in_Inkscape_creates_pixellated_images_instead_of_copying_the_vector_objects

epsファイルを重ね書きする

ps

http://d.hatena.ne.jp/HRM-7/20100709 を参考に,各epsファイルの背景は透明にしておき,以下のURLから入手できるepsfcomposeを使用する. http://www.ifa.hawaii.edu/~kaiser/misc/posters.html$epsfcompose epsf1 0 0 1 0 epsf2 0 0 1 0 > out.eps みたい…