以下の URL から wmf2eps と windows 7 用の ps プリンタドライバをダウンロード
http://www.wolf-s.homepage.t-online.de/wmf2eps/win7.htm
で、
デバイスとプリンタをクリック
WMF2EPS Color PS L2 を右クリック
印刷設定を選択
詳細設定
(1) グラフィックスの
TrueType フォントをソフトフォンととしてのダウンロードに
(2) 一番下の PostScript オプションで
PostScript 出力オプションを EPS に
TrueType フォントダウンロードオプションを アウトラインに
とすると、wmf2eps がつかえる。
参考文献:
http://yuu.nkjm.info/diary/20091116.html
http://yuu.nkjm.info/diary/20100409.html
mzmttks's blog for my memorandum の略で mzrandum. Topics are: python, book review, and my hobbies.
2011年7月23日土曜日
2011年7月10日日曜日
2011年7月1日金曜日
Could not find encoding file "H"
Ubuntu 10.04 LTS で dvipdfmx で dvi -> pdf に変換しようとすると、
Could not find encoding file "H"
というエラーが出る。
そういうときは、
エンコーディングファイルH があるパス (/usr/share/fonts/cmap/adobe-japan1)
を、 /usr/share/texmf/web2c/texmf.cnf の
CMAPFONTS = の行に追加すればよい。
% CMap files.
CMAPFONTS = .;$TEXMF/fonts/cmap//;/usr/share/fonts/cmap/adobe-japan1/
ちなみに、
find /usr/share/ -name H で、 H があるパスは分かるし、
find /usr/share/ -name texmf.cnf で texmf.cnf があるパスは見つかる。
参考文献
https://groups.google.com/group/fj.comp.texhax/browse_thread/thread/72b421245869931d?hl=ja&pli=1
http://www.massi.mydns.jp/massis_easy_laboratory/2009/08/latexdvipdfmxencoding-file-h.html
Could not find encoding file "H"
というエラーが出る。
そういうときは、
エンコーディングファイルH があるパス (/usr/share/fonts/cmap/adobe-japan1)
を、 /usr/share/texmf/web2c/texmf.cnf の
CMAPFONTS = の行に追加すればよい。
% CMap files.
CMAPFONTS = .;$TEXMF/fonts/cmap//;/usr/share/fonts/cmap/adobe-japan1/
ここの最後。
ちなみに、
find /usr/share/ -name H で、 H があるパスは分かるし、
find /usr/share/ -name texmf.cnf で texmf.cnf があるパスは見つかる。
参考文献
https://groups.google.com/group/fj.comp.texhax/browse_thread/thread/72b421245869931d?hl=ja&pli=1
http://www.massi.mydns.jp/massis_easy_laboratory/2009/08/latexdvipdfmxencoding-file-h.html
ラベル:
tips
登録:
投稿 (Atom)