Auto-sync: 2026-04-17 19:17
This commit is contained in:
24
wiki/concepts/LaTeX编译.md
Normal file
24
wiki/concepts/LaTeX编译.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "LaTeX编译"
|
||||
type: concept
|
||||
tags: []
|
||||
last_updated: 2026-04-17
|
||||
---
|
||||
|
||||
## Definition
|
||||
LaTeX 编译是将 LaTeX 源码转换为 PDF 的过程,通过 pdflatex、xelatex 或 lualatex 引擎完成。
|
||||
|
||||
## Mechanism
|
||||
- pdflatex:默认引擎,输出 PDF
|
||||
- xelatex:支持 CJK/中文,高级字体配置
|
||||
- lualatex:LuaLaTeX 引擎,支持 Lua 脚本扩展
|
||||
|
||||
## Usage
|
||||
- 需要 2 次编译以正确解析交叉引用
|
||||
- 编译日志显示错误和警告信息
|
||||
- 错误自动修复需要解析日志后重新编译
|
||||
|
||||
## Connections
|
||||
- [[LaTeX源码]]:LaTeX 编译的输入文件
|
||||
- [[PDF]]:LaTeX 编译的输出格式
|
||||
- [[Prismer]]:提供编译环境
|
||||
Reference in New Issue
Block a user