2009年11月30日 星期一

TexMaker Command

latex -interaction=nonstopmode %.tex|bibtex %.aux|latex -interaction=nonstopmode %.tex|latex -interaction=nonstopmode %.tex|xdvi %.dvi

xelatex -interaction=nonstopmode

2009年11月19日 星期四

LaTeX使用balance套件

在LaTex中使用balance套件指令進行多欄位對齊
\usepackage{balance}

在文件最後一頁的地方加入
\balance

2009年11月13日 星期五

清除emacs開始畫面

1. 建立 .eamcs 檔案

2. 加入下列兩行
;; Remove splash screen
(setq inhibit-splash-screen t)