Sync: add productivity workflow notes

This commit is contained in:
2026-04-27 15:29:47 +08:00
parent 83c6e24e7c
commit 4422c0eac8
39 changed files with 1396 additions and 757 deletions

24
wiki/concepts/LaTeX.md Normal file
View 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]]