*: add traditional Chinese translation (#10835)
This commit is contained in:
16
pages.zh_TW/common/latex.md
Normal file
16
pages.zh_TW/common/latex.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# latex
|
||||
|
||||
> 從 LaTeX 原始檔編譯 DVI 文件。
|
||||
> 更多資訊:<https://www.latex-project.org>.
|
||||
|
||||
- 編譯 DVI 文件:
|
||||
|
||||
`latex {{tex 檔案}}`
|
||||
|
||||
- 編譯 DVI 文檔,指定輸出位置:
|
||||
|
||||
`latex -output-directory={{輸出目錄位置}} {{tex 檔案}}`
|
||||
|
||||
- 編譯 DVI 文檔,出錯時退出:
|
||||
|
||||
`latex -halt-on-error {{tex 檔案}}`
|
Reference in New Issue
Block a user