Files
nexus/wiki/concepts/LaTeX.md

25 lines
751 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: []
sources: [latex-paper-writing]
last_updated: 2026-04-22
---
## Aliases
- LaTeX2ε
- TeX/LaTeX
## Definition
LaTeX 是一种基于 TeX 的排版系统,广泛用于学术论文、技术文档和演示文稿的高质量排版。通过 [[Prismer]] 容器AI Agent 可以无需本地安装 TeX Live 即可完成 LaTeX 写作和即时 PDF 编译。
## Core Properties
- 支持 pdflatex、xelatex、lualatex 三种编译引擎
- xelatex 原生支持中文/CJK 字体
- 支持 BibTeX/BibLaTeX 参考文献管理
- 提供多种模板article、IEEE、beamer、中文论文
## Connections
- [[LaTeX Paper Writing]] ← enables AI-assisted ← [[LaTeX]]
- [[Prismer-AI]] ← provides runtime for ← [[LaTeX]]