Skip to content

Emacs package to import Bibtex & PDF from Google Scholar

License

Notifications You must be signed in to change notification settings

teeann/scholar-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scholar-import

Emacs package to import Bibtex & PDF from Google Scholar

Installation

  1. Install Web extension Scholar-to-Emacs
  2. Install this package via MELPA
  3. Set scholar-import-bibliography and scholar-import-library-path

Integration with other Emacs packages

Citar

(use-package scholar-import
  :config
  (setq scholar-import-bibliography citar-bibliography
        scholar-import-library-path (car citar-library-paths)))

Helm-bibtex & Org-ref

(use-package scholar-import
  :after helm-bibtex
  :config
  ;; change accordingly if these bibtex variables are lists
  (setq scholar-import-bibliography bibtex-completion-bibliography
        scholar-import-library-path bibtex-completion-library-path))

Usage

Simply click *Import to Emacs* link on Google Scholar will import Bibtex and PDF data to the Emacs side. ./docs/demo.jpg

About

Emacs package to import Bibtex & PDF from Google Scholar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published