Skip to content

A simple chrome extension that creates a BibTeX entry for the URL in the current tab. Tab's title and url are automatically copied to be used in your LaTeX documents. Author needs to be filled in manually.

License

Notifications You must be signed in to change notification settings

cstrnt/BibtexFromUrl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BibTeX entry from URL

A simple chrome extension that creates a BibTeX entry for the URL in the current tab. Supports @misc and @online entries.

  • Tab's title and URL are automatically copied to be used in your LaTeX documents.

  • "Accessed on" field (resp. "urldate" for @online entries) is optional

  • Author, year and month info need to be filled-in manually, and can optionally be omitted.

For http://developer.chrome.com/extensions/packaging.html we get:

@misc{Packa8:online,
author = {},
title = {Packaging - Google Chrome},
howpublished = {\url{https://developer.chrome.com/extensions/packaging}},
month = {},
year = {},
note = {(Accessed on 06/10/2014)}
}

About

A simple chrome extension that creates a BibTeX entry for the URL in the current tab. Tab's title and url are automatically copied to be used in your LaTeX documents. Author needs to be filled in manually.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • TeX 12.3%
  • HTML 11.0%
  • Makefile 3.7%
  • CSS 0.3%