1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh_TW/common/latex.md
hms5232 a58e4bd64a
choco, latex: fix wrong term translation (#10852)
"文檔" is used in zh_CN, for zh_TW, that is "文件".
2023-10-06 03:50:51 +08:00

340 B

latex

從 LaTeX 原始檔編譯 DVI 文件。 更多資訊:https://www.latex-project.org.

  • 編譯 DVI 文件:

latex {{tex 檔案}}

  • 編譯 DVI 文件,指定輸出位置:

latex -output-directory={{輸出目錄位置}} {{tex 檔案}}

  • 編譯 DVI 文件,出錯時退出:

latex -halt-on-error {{tex 檔案}}