LaTeX新手上路
1.環境確認
C:\Users\latex>ver
Microsoft Windows [版本 10.0.10240]
2.下載並安裝TexLive2015
- 下載:
到http://tug.org/texlive/acquire-netinstall.html,點選install-tl-windows.exe或如下URL:
http://mirror.ctan.org/systems/texlive/tlnet/install-tl-windows.exe
安裝之前記得把所有Tex環境先清除,包括MikTex/CTex之類的.免得麻煩!
執行install-tl-windows.exe,都按預設選項,在倉庫哪裡選擇:
開始等待,看網路情況,我這邊居然要一般1個半小時,共3199個東東需要安裝.確認安裝
C:\Users\latex>tex
This is TeX, Version 3.14159265 (TeX Live 2015/W32TeX) (preloaded format=tex)
**
恭喜,安裝成功!!
3.選擇一款編輯器
這裡我選擇TeXstudio,下載網址:
http://texstudio.sourceforge.net/
然後預設安裝,安裝好後修改Default Compiler:
Opitons–>Configure TeXstudio–>Build–>Default Compiler 選擇XeLaTeX.
4.找個好模版
到這裡下載清華的論文模版:
https://github.com/xueruini/thuthesis
解壓到一個目錄,如c:\thuthesis-master
5.編譯測試
#進入論文路徑
cd c:\thuthesis-master
#編譯main.tex
latexmk -xelatex main.tex
#清理臨時檔案
latexmk -c
不出意外的話c:\thuthesis-master目錄下將出現一個main.pdf
6.關於文件
由於這個LaTeX在國內太高冷,網上很多文件都過期了,特別是關於中文處理之類的.文件推薦:
lshort-new-zh-cn.pdf
texlive-zh-cn.pdf
在你的本地安裝目錄裡面
C:\texlive\2015\texmf-dist\doc\texlive\texlive-zh-cn\texlive-zh-cn.pdfthuthesis.pdf
在你的本地安裝目錄裡面
C:\texlive\2015\texmf-dist\doc\latex\thuthesis\thuthesis.pdf劉海洋. 《LATEX入門》2013版,電子工業出版社