LoginSignup
1
1

More than 5 years have passed since last update.

keynote にハイライトしたコードを載せる

Last updated at Posted at 2017-03-16

いつも使うオプションを忘れてしまうのでまとめ

highlight -O rtf -l -j 2 -s Candy -k 'VL Gothic' -K 24 index.js | pbcopy
オプション名 意味
-O 出力形式
-l 行数表示
-j 行数の桁数
-s テーマ
-k フォント
-K フォントサイズ

使えるテーマの一覧

highlight --list-scripts=themes

highlight 自体は HomeBrew でインストールする

brew install highlight
1
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
1
1