Commit 41acf6c4 authored by Murukesh Mohanan's avatar Murukesh Mohanan

tex changes

parent 41a74363
$pdflatex = 'xelatex --synctex=1 %O %S'
$pdflatex = 'xelatex --shell-escape %O %S -pdf -dvi- -ps- -synctex=1';
add_cus_dep('glo', 'gls', 0, 'run_makeglossaries');
add_cus_dep('acn', 'acr', 0, 'run_makeglossaries');
sub run_makeglossaries {
if ( $silent ) {
system "makeglossaries -q '$_[0]'";
}
else {
system "makeglossaries '$_[0]'";
};
}
push @generated_exts, 'glo', 'gls', 'glg';
push @generated_exts, 'acn', 'acr', 'alg';
$clean_ext .= ' %R.ist %R.xdy';
Subproject commit 27ced196fd6db1dfd4d0118fa072466d83a107a5
Subproject commit f1443e3404d5f643324c416f540c2be6e7dc9679
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment