# load_references.py from snipper.citations import get_bibtex, get_aux bibfile = "latex/library.bib" auxfile = 'latex/index.aux' bibtex = get_bibtex(bibfile) aux = get_aux(auxfile)