差異處
這裏顯示兩個版本的差異處。
| 下次修改 | 前次修改 | ||
|
latex [2016/08/19 14:51] jz 建立 |
latex [2016/08/30 00:44] (目前版本) jz |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | 在 Archlinux 下,安裝 | + | ====== 安裝 texlive ====== |
| - | <code> | + | 在 Archlinux 下 |
| - | pacman -S texlive-most | + | |
| + | <code bash> | ||
| + | pacman -S texlive-most texlive-langchinese | ||
| </code> | </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://github.com/wengan-li/ncku-thesis-template-latex | ||
| + | |||
| + | ====== 公式打法 ====== | ||
| + | |||
| + | 手冊 | ||
| + | |||
| + | https://en.wikibooks.org/wiki/LaTeX/Mathematics | ||
| + | |||
| + | 線上編輯 | ||
| + | |||
| + | https://www.codecogs.com/latex/eqneditor.php | ||
