Files
quartz-research-note/content/BibLaTeX.md

27 lines
687 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.

---
date: "2025-06-18T12:10:00+0900"
---
#research #tools
学術論文や書籍の引用・参考文献を管理するためのLaTeX用パッケージ。従来のBibTeXの後継として開発された。
## 特徴
- Unicode対応
- 多言語サポート
- より柔軟な引用スタイル
- より豊富なエントリータイプとフィールド
- バックエンド処理にBiberを使用
## 使用方法
```latex
\usepackage[style=authoryear]{biblatex}
\addbibresource{references.bib}
```
## 関連ツール
- [[Zotero]]BibLaTeXフォーマットでの書誌情報エクスポートが可能
- [[Pandoc]]Markdownから引用情報を含めたLaTeX/PDF変換に対応