Skip to content

Instantly share code, notes, and snippets.

@grundprinzip
Created July 9, 2013 07:05
Show Gist options
  • Save grundprinzip/5955261 to your computer and use it in GitHub Desktop.
Save grundprinzip/5955261 to your computer and use it in GitHub Desktop.
latexmkrc script to add loading bibliography entries from DBLP during the compile process
add_cus_dep( 'aux', 'bbl', 0, 'makedblp' );
sub makedblp() {
system("dblp -s --no-crossref --no-bibtex $_[0].tex");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment