Skip to content

jvivian/bibtex-html-citer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BibTeX HTML Citation Replacer

Replace \cite{} LaTeX notation in HTML paragraphs with embedded links to the DOI, URL, or author.

Quickstart

pip install bibtex-html-citer
cite-fix foo.bib thesis.html

Rationale

I often export jupyter notebooks as html pages for sharing interactive components of my research, but also want an easy way to include citations.

  • Setup Zotero to drag-and-drop citations and get the LaTeX citation in your notebook.
    • Ex: \cite{author_2018}
  • Export notebook as an HTML page
  • Run cite-fix providing BibTeX and HTML to replace all citations.

Options and Help

cite-fix --help

About

Finds LatTeX citations in HTML documents and replaces with links.

Resources

License

Stars

Watchers

Forks

Packages

No packages published