Files
nexus/wiki/concepts/BibTeX-BibLaTeX.md
2026-04-17 19:17:27 +08:00

18 lines
503 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: "BibTeX/BibLaTeX"
type: concept
tags: []
last_updated: 2026-04-17
---
## Definition
BibTeX 和 BibLaTeX 是 LaTeX 文档中管理参考文献的格式系统,通过 .bib 文件存储文献条目。
## Mechanism
- .bib 文件包含文献条目(作者、标题、年份、期刊等)
- 编译时通过 \cite{key} 引用
- 支持多种引用风格APA、IEEE、Harvard 等)
## Connections
- [[LaTeX编译]]:引用解析依赖编译过程
- [[LaTeX模板]]:模板决定引用样式