跳转至

引用与导出

导出引用

zot export ABC123                    # BibTeX(默认)
zot export ABC123 --format csl-json  # CSL-JSON
zot export ABC123 --format ris       # RIS
zot export ABC123 --format json      # 原始 JSON

格式化引用并复制到剪贴板

zot cite ABC123                      # APA(默认)
zot cite ABC123 --style nature       # Nature
zot cite ABC123 --style vancouver    # Vancouver
zot cite ABC123 --no-copy            # 仅打印,不复制

格式化后的引用会自动复制到剪贴板。

支持的引用格式

格式 样式
APA(默认) Author, A. B. (Year). Title. Journal, Volume(Issue), Pages.
Nature Author, A. B. Title. Journal Volume, Pages (Year).
Vancouver Author AB. Title. Journal. Year;Volume(Issue):Pages.

通过工作区批量导出

导出多篇论文时,可使用 工作区导出

zot workspace export my-project --format bibtex