Skip to content

titaniumrain/easy-bib

 
 

Repository files navigation

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

To run a python3 version, you need to

  • add the bib item you want into conference.txt, journal.txt, arxiv.txt or book.txt
  • python3 py3-easy-bib.py normal
  • the resulting .bib is normal_generated_py3.bib

You can use diff normal_generated.bib normal_generated_py3.bib to check the difference between two files.

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 82.0%
  • Python 18.0%