Skip to content
Snippets Groups Projects
Unverified Commit 87e65f04 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

remove redundant file

parent 228b1c21
No related branches found
No related tags found
No related merge requests found
add_cus_dep( 'tex', 'aux', 0, 'makeexternaldocument' );
sub makeexternaldocument {
if (!($root_filename eq $_[0]))
{
system( "latexmk -cd -pdf \"$_[0]\"" );
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment