Files
nexus/wiki/concepts/LaTeX编译.md
2026-04-17 19:17:27 +08:00

24 lines
655 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "LaTeX编译"
type: concept
tags: []
last_updated: 2026-04-17
---
## Definition
LaTeX 编译是将 LaTeX 源码转换为 PDF 的过程,通过 pdflatex、xelatex 或 lualatex 引擎完成。
## Mechanism
- pdflatex默认引擎输出 PDF
- xelatex支持 CJK/中文,高级字体配置
- lualatexLuaLaTeX 引擎,支持 Lua 脚本扩展
## Usage
- 需要 2 次编译以正确解析交叉引用
- 编译日志显示错误和警告信息
- 错误自动修复需要解析日志后重新编译
## Connections
- [[LaTeX源码]]LaTeX 编译的输入文件
- [[PDF]]LaTeX 编译的输出格式
- [[Prismer]]:提供编译环境