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

26 lines
736 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:00:00+0900"
---
#tools #software
[Pandoc](https://pandoc.org/)はオープンソースのドキュメント変換ツールで、Markdown、HTML、LaTeX、Word、PDFなど様々なフォーマット間の変換ができる。
## 主な特徴
- MarkdownからLaTeXやPDFへの変換が可能
- [[Zotero]]と連携して学術論文の引用を管理できる
- 様々なMarkdownの拡張記法をサポート
- [[論文の管理]]で重要なcitekeyの処理が可能
## インストール
MacでのインストールはHomebrewを使うのが簡単
```bash
brew install pandoc
```
## 関連ツール
[[Obsidian]]の[[obsidian-pandoc-reference-list]]プラグインと組み合わせて使われる。