顯示頁面 舊版 反向連結 本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。 ====== 安裝 texlive ====== 在 Archlinux 下 <code bash> pacman -S texlive-most texlive-langchinese </code> https://wiki.archlinux.org/index.php/TeX_Live 如果有編譯說有 .sty 沒有找到,但此檔案的確存在於 <code bash> /usr/share/texmf-dist/tex/latex/{package} </code> 可以用 mktexlsr 更新 index,再嘗試 <code bash> kpsewhich <filename.sty> </code>看有沒有找到。 適用成大的樣板 https://github.com/wengan-li/ncku-thesis-template-latex ====== 公式打法 ====== 手冊 https://en.wikibooks.org/wiki/LaTeX/Mathematics 線上編輯 https://www.codecogs.com/latex/eqneditor.php