Sync: add productivity workflow notes
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: []
|
||||
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]]
|
||||
Reference in New Issue
Block a user