Skip to content

Instantly share code, notes, and snippets.

@tondol
Last active August 29, 2015 14:03
Show Gist options
  • Save tondol/f15027bdcc4bd6f568cf to your computer and use it in GitHub Desktop.
Save tondol/f15027bdcc4bd6f568cf to your computer and use it in GitHub Desktop.
MacTex2013環境でPDFに日本語フォントを埋め込む

PDFに日本語フォントを埋め込む

pdffontsの導入

brew install xpdf

ヒラギノフォントのコピー

このスレッドの通りにやる。

mktexlsrを忘れずに実行する。

dvipdfmxにフォント埋め込みマップを指定する

dvipdfmx -f kanjix.map -o hoge.pdf hoge.dvi

埋め込み結果の確認

pdffonts hoge.pdf

実行結果のEMB欄が全て「yes」になっているなら成功。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment