mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
choco, latex: fix wrong term translation (#10852)
"文檔" is used in zh_CN, for zh_TW, that is "文件".
This commit is contained in:
parent
65d2b59a5b
commit
a58e4bd64a
2 changed files with 5 additions and 5 deletions
|
@ -7,10 +7,10 @@
|
|||
|
||||
`latex {{tex 檔案}}`
|
||||
|
||||
- 編譯 DVI 文檔,指定輸出位置:
|
||||
- 編譯 DVI 文件,指定輸出位置:
|
||||
|
||||
`latex -output-directory={{輸出目錄位置}} {{tex 檔案}}`
|
||||
|
||||
- 編譯 DVI 文檔,出錯時退出:
|
||||
- 編譯 DVI 文件,出錯時退出:
|
||||
|
||||
`latex -halt-on-error {{tex 檔案}}`
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# choco
|
||||
|
||||
> 「Chocolatey package manager」軟體套件管理器。
|
||||
> 執行命令由兩個單字「組合」成,例如 `choco install`,請參考使用文檔。
|
||||
> 執行命令由兩個單字「組合」成,例如 `choco install`,請參考使用文件。
|
||||
> 更多資訊:<https://chocolatey.org>.
|
||||
|
||||
- 執行「組合」命令:
|
||||
|
||||
`choco {{命令}}`
|
||||
|
||||
- 顯示 `choco` 幫助文檔:
|
||||
- 顯示 `choco` 幫助文件:
|
||||
|
||||
`choco -?`
|
||||
|
||||
- 顯示「組合」命令幫助文檔:
|
||||
- 顯示「組合」命令幫助文件:
|
||||
|
||||
`choco {{命令}} -?`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue