Jabref:它可以以 BibTeX 格式导出参考书目的子集吗?

Jabref:它可以以 BibTeX 格式导出参考书目的子集吗?

Jabref 支持以不同格式导出所选条目,但我不知道它是否真的可以导出为 BibTeX 格式。选择一些参考文献来创建一个较小的数据库很有用,例如,该数据库仅包含某个主题的参考文献或您在特定论文中引用的参考文献。有没有选项可以自动执行此操作?

答案1

JabRef 的格式BibTeX!因此,您当然可以以该格式导出数据库的子集。

打开数据库并选择所需的条目

enter image description here

从“文件”菜单中选择“将所选内容另存为...”

enter image description here

给解压的文件命名

enter image description here

使用结果.bib文件

% This file was created with JabRef 2.5.
% Encoding: UTF8

@INCOLLECTION{Degani:2009,
  author = {Marta Degani and Elisabetta Adami and Anna Belladelli},
  title = {The Use of Modal Verbs in Interpersonal Contexts: From Semantics
    to Pragmatics},
  crossref = {Facchinetti:2009},
  date-added = {2009-12-15 16:50:20 +0100},
  date-modified = {2009-12-18 18:10:12 +0100},
  keywords = {esempio},
  userc = {13-54},
  userd = {Add data for field: Userd}
}

@BOOK{test,
  title = {The Elements of Typographic Style},
  publisher = {Hartley \& Marks Publisher Inc.},
  author = {Robert Bringhurst},
  booktitle = {The Elements of Typographic Style},
  date = {1992},
  date-added = {2012-04-20 00:37:50 +0200},
  date-modified = {2012-04-20 00:38:26 +0200},
  keywords = {tiporgafia},
  location = {Vancouver, Canada},
  origdate = {2009},
  origlocation = {Milano}
}

@BOOK{descartes:discours-ITA,
  title = {Discorso sul metodo},
  publisher = {Bompiani},
  editor = {Lucia Urbani Ulivi},
  author = {René Descartes},
  note = {testo francese a fronte},
  annote = {Esempio di voce \texttt{inbook} con relativa traduzione italiana.
    Non è stato usato il campo \texttt{crossref}, pertanto le informzioni
    sul \texttt{book} relativo a quest'opera appaiono all'interno della
    stessa voce.},
  date = {2002},
  date-added = {2012-04-14 12:57:58 +0200},
  date-modified = {2012-04-14 13:48:24 +0200},
  keywords = {esempio},
  location = {Milano},
  options = {skipbib=false}
}

@MANUAL{gregorio:appunti,
  title = {Appunti di programmazione in \LaTeX\ e \TeX},
  author = {Enrico Gregorio},
  edition = {2},
  month = {6},
  annote = {Un testo avanzato che entra nel dettaglio della definizione delle
    macro in \TeX\ e \LaTeX. «Di sicuro questo non è una guida per il
    principiante, anche se ci sono tutte le indicazioni fondamentali
    su come usare i comandi per definire nuove macro; tuttavia anche
    chi è agli inizi potrebbe trovare qualche spunto interessante per
    avvicinarsi al mondo misterioso (non poi troppo) delle macro di \TeX»},
  bdsk-url-1 = {http://profs.sci.univr.it/~gregorio/introtex.pdf},
  date = {2009},
  date-added = {2009-10-14 16:35:37 +0200},
  date-modified = {2012-04-18 13:49:18 +0200},
  keywords = {primaria},
  url = {http://profs.sci.univr.it/~gregorio/introtex.pdf}
}

我使用的数据库在 TeX Live 中可用

/usr/local/texlive/2012/texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy.bib

相关内容