新しい環境で、XeLaTeXで書いていたドキュメントをコンパイルしようと思ったら、TeXShopのダイアログに
XITS Math font cannot be found
とエラーが表示されてうまくいきませんでした。GitHubに上がっているXITS Mathのotfバージョンを入れたら、エラー無くコンパイルできるようになったので、メモとして書いておきます。
上記リンクへとんで、
をクリックしてレポジトリをすべてダウンロード。Finderで、.otf形式のファイルをすべて選択して
ダブルクリックするとフォントを追加できるようになるので、Install Fontをクリック。
以上で完了です。
Mac OS XのFinderでインターネットからダウンロードしたファイルを開こうとすると、確認のダイアログが出てくることがあります。明らかに安全なファイルの場合は、作業性を向上させるためにこのダイアログをスキップしたくなります。
http://inforati.jp/apple/mac-tips-techniques/system-hints/how-to-disable-download-file-alert-of-mac-finder.html で説明されているように、Terminal.appで、
defaults write com.apple.LaunchServices LSQuarantine -boolean false
を実行してから
killall Finder
を実行すると、ダイアログがスキップされるようになります。
If you are looking forward to reading new articles submitted to astro-ph (and of course other topics in arXiv), you can instead subscribe to the arXiv e-mail altering service. See...
In Lion, you can revert a shortcut for “Don’t Save” in the save dialog to “Command+D” as was in Snow Leopard by executing the following in the Terminal.app.
Below is a set of defaults commands I executed to improve the performance of Lion on my MacBook Pro Late 2008. Especially, the last one for expose-animation-duration saves a long...
In Eclipse CDT, the code completion functionality, Ctrl+. in Mac, sometimes does not work leaving an error message “Could not find symbol XXX in index” in the status bar. This...
For example, we have a class that has private member fields as follow in a header file. class SMCPPacket { private: //Command Message Header section std::bitset acknowledgeRequest;//2 bit std::bitset smcpVersion;...
Follow the following procedure. Dashboard->Appearance->Header in the Setting list. Upload an image. If you have error when cropping/resizing the uploaded image, do them before uploading the image. The size should...
By installing the Wordpress plugin “WP-MediaWiki”, you can use the MediaWiki-style format when creating/editing a post or a page in Wordpress. Heading with equals, e.g.==Heading2==, is espesically useful for me because...
When using qTranslate with Wordpress 3.1.3, post date and time was incorrectly displayed, e.g. I got “%A %B %e%q, %Y” in the date time field (“%I:%M %p” field) of the...