Skip to content

Composes a BibTeX bibliography for all DBLP citation keys in a TeX file.

Notifications You must be signed in to change notification settings

kasperdokter/bibgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bibgen

Composes a BibTeX bibliography for all DBLP citation keys in a TeX file.

To use the tool, make sure to run Java. Then run the command

java -jar bibgen.jar yourfile.tex >> autorefs.bib

where yourfile.tex is a TeX file, and refs.bib is the generated bibliography.

In your latex file, you can then use the generated references along with other refences yourrefs.bib via

\bibliography{autorefs,yourrefs}

About

Composes a BibTeX bibliography for all DBLP citation keys in a TeX file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages