2008年8月21日 星期四
2008年6月23日 星期一
Using Makefile within TexShop
This is a very important setting for me. Makefile can help me to maintain and compile LaTex files. Just using TexShop's preferences/misc/latex program --> set it as 'Make'. Then, change to /usr/texbin, create the 'Make' as follows:
#!/bin/bash
make
change the read-write-execute to 755 to /usr/texbin/Make
That's all.
2008年6月12日 星期四
How to merge partitions?
Here is the story that something I have done. First, I use the BootCamp to install Microsoft Windows XP, and at the same time, make a new partition form my hard disk. Some days after, I decide to remove the installed Windows XP and merge the partition back to the original disk layout. I found a command , diskutil, that can do this on the fly.
>> diskutil <<
2008年5月8日 星期四
How to open a PDF file from terminal?
In OS X, we can use Preview.app to open PDF files. Therefore, the problem is "How to start Preview.app form terminal?". The answer is very simple, just type "open filename".
訂閱:
文章 (Atom)