easy-bib
This is a python script to generate nice bibtex file for latex.
Usage
To run it, you need to
- add the bib item you want into conference.txt, journal.txt, arxiv.txt or book.txt
python easy-bib.py normal- the resulting .bib is normal_generated.bib
Results
@inproceedings{P18,
author = {Chinese Panda},
title = {{An Efficient Algorithm for Finding Bamboos in the Wild}},
booktitle = {{Proceedings of the 2018 Conference on Pandas (CP)}},
pages = {1-20},
publisher = {XXX},
year = {2018}
}