2009年10月16日 星期五

Latex or TeX Live 2009 + Winedt + UTF8 +Texmaker 簡單設定法

設定很簡單下載Miktex 淨安裝
http://mirrors.ctan.org/systems/win32/miktex/setup/setup-2.9.4503.exe
TeX Live 2009
http://www.tug.org/texlive/
下載Winedt
http://www.winedt.com/
或是使用Texmaker編輯器
http://www.xm1math.net/texmaker/download.html
以前都使用Winedt但現在比較建議使用 Texmaker因為是免錢的。

安裝Miktex2.8 or TeX Live 2009(兩種不同的tex系統所以選一種安裝就好)

安裝WinEdt 或是  Texmaker(當然其他的PDF軟體, PS軟體也請自行下載安裝)

安裝好後的設定打開Winedt->Options->
Configuration Wizard->Diagnosis->2選1你如果是 Miktex 就選 Miktex Configuration
TeX Live 就選 TeX Live Configuration

如果是使用 Texmaker 就直接打開就好不用任何設定

這樣就設定好了
打開新檔貼上

% !Mode:: "TeX:UTF-8"

\documentclass[12pt,english,apalike]{article}
\usepackage{CJKutf8}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
\begin{CJK}{UTF8}{bsmi}%
中文tex Hello World !!!
\end{CJK}
\end{document}

到此要選擇存檔,
存檔類型選擇:UTF8(有包含:)
存檔名稱XXXX.tex(XXXX任意決定).
然後按咖啡色的tex小頭就可以成功看到
中文tex Hello World$!$

沒有留言: