Skip to content

Instantly share code, notes, and snippets.

@novi
Created January 26, 2012 12:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save novi/1682639 to your computer and use it in GitHub Desktop.
Save novi/1682639 to your computer and use it in GitHub Desktop.
TeX関連 on Arch Linux

インストール

dvipdfmx

  • フォントを埋め込まない $ dvipdfmx -f ptex-noEmbed.map -f utf-noEmbed.map -f otf-noEmbed.map hoge.dvi
  • updmapでMapファイルを更新

ImageMagick

  • # pacman -Sy imagemagick libpng ghostscript (PDFを扱うのにはGSが必要)
  • 対応フォーマット一覧 $ identify -list format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment