1. 程式人生 > >LaTeX新手上路

LaTeX新手上路

1.環境確認

C:\Users\latex>ver
Microsoft Windows [版本 10.0.10240]

2.下載並安裝TexLive2015

安裝之前記得把所有Tex環境先清除,包括MikTex/CTex之類的.免得麻煩!

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

    https://github.com/louisstuart96/lshort-new-zh-cn

  • texlive-zh-cn.pdf
    在你的本地安裝目錄裡面
    C:\texlive\2015\texmf-dist\doc\texlive\texlive-zh-cn\texlive-zh-cn.pdf

  • thuthesis.pdf
    在你的本地安裝目錄裡面
    C:\texlive\2015\texmf-dist\doc\latex\thuthesis\thuthesis.pdf

  • 劉海洋. 《LATEX入門》2013版,電子工業出版社