yangzhangalmo / easy-bib

This is a python script to generate nice bibtex file for latex.

Repository from Github https://github.comyangzhangalmo/easy-bibRepository from Github https://github.comyangzhangalmo/easy-bib

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}
}

About

This is a python script to generate nice bibtex file for latex.

License:MIT License


Languages

Language:Python 100.0%