Citing a webpage in LaTeX has never been easier! – html2biblatex is a lightweight browser "plugin" for exporting web pages to BibLaTeX.
small - flexible - magic!
Just click on the html2biblatex bookmark button and paste the collected content into your BibLaTeX code.
The JavaScript, that I wrote.
The JavaScript without whitescpaces.
The JavaScript without whitespaces in string ("\n", "\t") for better platform and encoding support.
The same content as 'html2bibtex-min-win.js' except a prefixed 'javascript:' for use in a browser bookmark.
- Create a new bookmark in the bookmark panel of your browser.
- Name it ("Export -> BibLaTeX" or whatever).
- URL: [Paste here the content from the file url-text.js]
- Load the page you want to cite.
- Click on the new bookmark button.
- Copy the selected text to clipboard and press [ENTER].
- Paste the BibLaTeX entry into
- your .bib file.
- JabRef: Just paste it into the open bibliography table.
- Zotero: Go to 'file' -> 'import from clipboard'.
Tested with Google Chrome and Epiphany (GNOME) under Ubuntu 13.10.
=====================================================================
For a more beautiful formatting of the BibLaTeX entry you can replace the part after "javascript:" of the file 'url-text.js' with the content from the file 'html2bibtex-min.js'.