2012-10-01から1ヶ月間の記事一覧

EmacsのアスキーフォントをSource Code Proにした

Source Code ProはAdobeが提供するオープンソースフォント。Unicodeフォントはヒラギノ角ゴで。 (create-fontset-from-ascii-font "Source Code Pro-14:weight=normal:slant=normal" nil "codekakugo") (set-fontset-font "fontset-codekakugo" 'unicode (fo…

Google Chrome Canary buildでMathMLサポート

このポストによると、Google Chrome Canary build (現在のバージョンは24.0.1293.0) でMathMLをサポートしたらしい。試しに、LibreOfficeの数式エディタを使って、適当に数式を書き、MathML 1.01形式で保存した (ファイル名は math.mml)。gistはこれ。思うに…