Devsart / bib2xml

This is a fork of bibtex2word from paralax. I've adjusted some params and adapted the code to my purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bib2xml - A tool for getting Word formatted XML from Bibtex files

Processes Bibtex files (.bib), produces Word Bibliography XML (.xml) output

Why not just use the Word tools?

You may already have the BibTex files and can't use Overleaf or prefer to use Word. This tool may be helpful.

How can I use it?

Using Python3, you can just run the code giving the input and output paths:

run bibtex2word.py -i bib-example.bib -o bib-example-xml.xml

After getting the XML file, You can go to:

Word > References > Manage Sources 

and then push the XML file to your source document in word.

The original code can be found at: Paralax's Repo

About

This is a fork of bibtex2word from paralax. I've adjusted some params and adapted the code to my purposes.

License:MIT License


Languages

Language:Python 74.1%Language:TeX 25.9%