2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Powerpointでベクター画像の文字ズレを防ぐ方法

Posted at

texで論文を作成する際にベクター画像を作成したいときがある.そのような場合に個人的にはPowerpointを利用している.最も簡単な方法はこのWeb pageにあるように図形を選択し,それをSVGとして貼り付け,そのSVGを何らかの方法でPDFに変換するという手順で行うことができる.一方でこの方法を利用するときに文字ズレがしばしば問題となったので対処方法を備忘録として残しておく.

対処方法は至って簡単で,図形内に文字を直接書かない,これだけである.つまり,図形と文字列は分離して別々の図形として扱うことで位置情報がズレなくなることを狙っている.

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?