Skip to content

restrepo/bibtexspires

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spire scripts:

texkey: convert magic \cite into spires texkey names
bibtexpires: generate bibtex from \cite{texkey}
bblspires: convert file.bbl into LaTeX(EU) spires format

Usage:
In your latex file use easy \cite keys like: \cite{hep-ph/0603456} \cite{0908.3456} \cite{phys_rev_d54_345}, then

$ texkey file.tex
file.tex.key is generated that could be overwritten into the original file.tex

The file.tex could have a format like

 [...]
 \usepackage[punctsep]{collref}
 [...]
 \bibliographystyle{h-physrev4}
 \bibliography{bibfile}

Then 

$ bibtexspires file
$ bibtex file
$ pdflatex file && pdflatex file

To change file.bbl into a more standard spires format:

$ bblspires file.bbl


About

Download cites with the SPIRES keys into the bibtex file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages