choco, latex: fix wrong term translation (#10852)

"文檔" is used in zh_CN, for zh_TW, that is "文件".
This commit is contained in:
hms5232
2023-10-06 03:50:51 +08:00
committed by GitHub
parent 65d2b59a5b
commit a58e4bd64a
2 changed files with 5 additions and 5 deletions

View File

@@ -7,10 +7,10 @@
`latex {{tex 檔案}}`
- 編譯 DVI 文,指定輸出位置:
- 編譯 DVI 文,指定輸出位置:
`latex -output-directory={{輸出目錄位置}} {{tex 檔案}}`
- 編譯 DVI 文,出錯時退出:
- 編譯 DVI 文,出錯時退出:
`latex -halt-on-error {{tex 檔案}}`