差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
latex [2016/08/19 16:22]
jz
latex [2016/08/30 00:44] (目前版本)
jz
行 1: 行 1:
-在 Archlinux 下,安裝+====== ​安裝 ​texlive ======
  
-<​code>​+在 Archlinux 下 
 + 
 +<​code ​bash>
 pacman -S texlive-most texlive-langchinese pacman -S texlive-most texlive-langchinese
 </​code>​ </​code>​
行 7: 行 9:
 https://​wiki.archlinux.org/​index.php/​TeX_Live https://​wiki.archlinux.org/​index.php/​TeX_Live
  
-如果有編譯說有 .sty 沒有找到,但此檔案的確存在於`/​usr/​share/​texmf-dist/​tex/​latex/​{package}`, +如果有編譯說有 .sty 沒有找到,但此檔案的確存在於 
-可以用 ​`mktexlsr更新 index,再嘗試 ​`kpsewhich <​filename.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://​github.com/​wengan-li/​ncku-thesis-template-latex
 +
 +====== 公式打法 ======
 +
 +手冊
 +
 +https://​en.wikibooks.org/​wiki/​LaTeX/​Mathematics
 +
 +線上編輯
 +
 +https://​www.codecogs.com/​latex/​eqneditor.php