The Wayback Machine - https://web.archive.org/web/20210112055656/https://github.com/yangzhangalmo/easy-bib
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.