以前のリビジョンの文書です
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/parser/handler.php on line
1458
Warning: Declaration of syntax_plugin_note::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/lib/plugins/note/syntax.php on line
79
Warning: Declaration of syntax_plugin_note::render($mode, &$renderer, $indata) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/lib/plugins/note/syntax.php on line
101
Warning: preg_match(): Compilation failed: invalid range in character class at offset 3120 in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/parser/lexer.php on line
118
A PCRE internal error occured. This might be caused by a faulty plugin
====== ToyViewerを使っていろんなものをEPSに ======
----
===== ToyViewer =====
[[https://itunes.apple.com/jp/app/toyviewer/id414298354?mt=12|Mac App Store]]
Mac用の無料アプリ。日本人の方が作ったらしい。
簡単な使い方は、
- EPS化したいものを選択し、⌘+C でコピー
- ToyViewer を起動して、⌘+Shift+V とするとToyViewerのウィンドウに貼り付けられる
- ⌘+Shift+E とすると、その画像をEPSの形式で保存してくれる
以上!簡単!
一つ注意。\\
ToyViewerで作ったEPSを入れてTeXをタイプセットする場合、
graphicx packageを呼ぶときに、
<code tex>
\usepackage[dvipdfmx,hiresbb]{graphicx}
</code>
のようにhiresbb オプションを使っていると、タイプセットに失敗する。
これはこのオプションが、bounding box (図の大きさを表すような、対角2点の座標を記した変数)として、
BoundingBoxの代わりにHiResBoundingBoxを使うように指定するものであるのだが、
ToyViewerで作成されたEPSファイルはHiResBoundingBoxの情報を持たないから。