Skip to content

A tool for extracting BibTeX entries from citations in Org files using Citar

License

Notifications You must be signed in to change notification settings

mlmbl/citar-extract-bibtex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

citar-extract-bibtex

Overview

Name
citar-extract-bibtex.el
Version
0.1
Author
mlmbl
URL
https://github.com/mlmbl/citar-extract-bibtex
Keywords
citar, bibtex, org-mode

citar-extract-bibtex is a tool designed to work alongside the citar package, providing functionality for extracting and exporting BibTeX entries from citations in Org-mode files. This package scans the current Org-mode buffer for cited references, retrieves their corresponding BibTeX entries from the citar bibliography, and formats them into a BibTeX file.

This is especially useful when you want to generate a standalone BibTeX file that contains only the references cited within a specific document, making it easier to manage and share bibliographies related to specific papers or projects.

Instrallation

Manual install

  1. Clone or download the package from the GitHub repository:
    git clone https://github.com/mlmbl/citar-extract-bibtex.git
        
  2. Add the directory to your Emacs load-path. You can do this by adding the following line to your Emacs configuration file (init.el or .emacs.d):
    (add-to-list 'load-path "/path/to/citar-extract-bibtex")
        
  3. Load the package
    (require 'citar-extract-bibtex)
        

Installation using leaf.el

(leaf citar-extract-bibtex
  :require t
  :el-get mlmbl/citar-extract-bibtex)

Dependencies

Emacs
27.1 or later
Org-mode (builtin)
9.6.15 or later
Citar
20240907.1157 (MELPA) or later

License

This package is distributed under the MIT License.

About

A tool for extracting BibTeX entries from citations in Org files using Citar

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published