Skip to content

Instantly share code, notes, and snippets.

@laat
Created May 8, 2010 13:51
Show Gist options
  • Save laat/394571 to your computer and use it in GitHub Desktop.
Save laat/394571 to your computer and use it in GitHub Desktop.
$pdf_previewer = "start evince";
$pdf_update_method = 0;
$pdf_mode = 1;
add_cus_dep('glo', 'gls', 0, 'makeglo2gls');
sub makeglo2gls {
system("makeindex -s '$_[0]'.ist -t '$_[0]'.glg -o '$_[0]'.gls '$_[0]'.glo");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment