1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LaTeXのデフォルトフォントとその入手方法

Posted at

はじめに

レポートに用いる図や表をPowerPointやExcelで作成すると、LaTeXで組版した本文とフォントが異なり、統一感が損なわれることがある。
ここでは、LaTeXで使用されているデフォルトフォントと、その入手方法について記す。

LaTeXで使用されているフォント

日本語フォント

LaTeXでは、原ノ味明朝が使用されている。

入手先:原ノ味フォント(GitHub)

英数字フォント

本文にはComputer Modern Roman 10pt、数式にはComputer Modern Math Italic 10ptが用いられている。

いずれも英数字専用のフォントであり、ファイル名は以下の略称になっている。

  • 本文:cmr10
  • 数式:cmmi10

入手先:Computer Modern フォント(CTAN)

メモ

ギリシャ文字や特殊記号などをPowerPointで使用したい場合は、パワーポイントの数式機能を使うのではなく、Macの「Font Book」から該当文字をコピーして貼り付けるとよい。この方法で、LaTeXでの出力に近い見た目を再現できる。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?