edit by github copilot sonnet 3.7
This commit is contained in:
25
content/Pandoc.md
Normal file
25
content/Pandoc.md
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
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]]プラグインと組み合わせて使われる。
|
Reference in New Issue
Block a user