LoginSignup
3
3

More than 5 years have passed since last update.

IllustratorのAIファイルを直接LaTeXに貼り付ける

Posted at

環境

  • MacTeX (30 May 2013)
  • Illustrator CS6
$ platex --version
e-pTeX 3.1415926-p3.4-110825-2.6 (utf8.euc) (TeX Live 2013)
kpathsea version 6.1.1
ptexenc version 1.3.1

$ dvipdfmx --version
This is dvipdfmx-20130405 by the DVIPDFMx project team,
modified for TeX Live,
an extended version of dvipdfm-0.13.2c developed by Mark A. Wicks.

方法

Illustratorで普通に図を作成。ドキュメント設定で単位をmmではなくピクセルにすべしという記事もあったが、自分の環境ではどちらでもOKだった。

作成したAIファイルをincludegraphicsで貼り付ける。

\usepackage[dvipdfmx]{graphicx}\includegraphics{hoge.ai}

[dvipdfmx]オプションがないと、PDFを生成したときに図の位置がずれた。

参考

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3