add new chinese translations
This commit is contained in:
16
pages.zh/common/xetex.md
Normal file
16
pages.zh/common/xetex.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# xetex
|
||||
|
||||
> 从 XeTeX 源文件编译 PDF 文档。
|
||||
> 更多信息:<https://www.tug.org/xetex/>。
|
||||
|
||||
- 编译 PDF 文档:
|
||||
|
||||
`xetex {{source.tex}}`
|
||||
|
||||
- 编译 PDF 文档,并指定输出目录:
|
||||
|
||||
`xetex -output-directory={{path/to/directory}} {{source.tex}}`
|
||||
|
||||
- 编译 PDF 文档,如果发生错误则退出:
|
||||
|
||||
`xetex -halt-on-error {{source.tex}}`
|
Reference in New Issue
Block a user