Linux command
jabref 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start JabRef
jabref
Open bibliography file
jabref [library.bib]
Import from file
jabref -i [refs.ris]
Export to a file
jabref -i [library.bib] -o [output.html]
Fetch entries from an online fetcher
jabref --fetch=[arxiv]:[query]
Run headless without the GUI
jabref --nogui -i [library.bib] -o [output.html]
说明
JabRef is an open-source bibliography reference manager. It uses BibTeX/BibLaTeX format natively and integrates with LaTeX editors like TeXstudio, Emacs, and VS Code. JabRef can import from many formats (RIS, EndNote, PubMed), fetch references from online databases, and manage PDF attachments. It supports grouping, searching, and automatic key generation.
参数
- -i, --import _file_,_format_
- Import or load a file with optional format specification.
- -o, --output _file_,_format_
- Export to a file with optional format.
- -m, --exportMatches _fieldsearchTerm,outputFile_
- Save database entries matching a search query.
- -f, --fetch _fetcher_:_query_
- Query a web fetcher (e.g., arxiv, doi, pubmed) and import results.
- -a, --aux _infile,outfile_ _base-file_
- Extract a sub-database from a LaTeX .aux file.
- -g, --generateCitationKeys
- Regenerate all citation keys in the opened library.
- -b, --blank
- Do not open any files at startup.
- -n, --nogui
- Suppress the GUI and exit after processing commands.
- -v, --version
- Display the version number.
- --debug
- Enable debug-level logging.
- -h, --help
- Show help and list supported import/export formats.
FAQ
What is the jabref command used for?
JabRef is an open-source bibliography reference manager. It uses BibTeX/BibLaTeX format natively and integrates with LaTeX editors like TeXstudio, Emacs, and VS Code. JabRef can import from many formats (RIS, EndNote, PubMed), fetch references from online databases, and manage PDF attachments. It supports grouping, searching, and automatic key generation.
How do I run a basic jabref example?
Run `jabref` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -i, --import _file_,_format_ do in jabref?
Import or load a file with optional format specification.