Skip to content

paralax/bibtex2word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bibtex2word

Processes Bibtex files, produces Word Source.xml output

why?

Because I use Word for work, and I prefer to manage citations in Bibtex rather than Word's janky citation manager. I export citations from Google Scholar (or Mendeley) and process them.

how?

simple usage:

~/bin/bibtex2word.py -i citations.bib

more advanced usage:

~/bin/bibtex2word.py -i citations.bib \
   -a "/Users/me/Library/Application Support/Microsoft/Office/Sources.xml" \
   -o /tmp/Sources.xml

then copy /tmp/Sources.xml into place, restart Word, and poof.

bugs?

yeah, probably, please send a PR if you find any. or enhancements.

About

processes Bibtex files, produces Word Source.xml output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages