summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thuthesis/latexmkrc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-06-15 03:01:25 +0000
committerNorbert Preining <norbert@preining.info>2020-06-15 03:01:25 +0000
commit539648a9305d6107a588ecdff34b5cdce48fb930 (patch)
treef6d097a665031b2889e491085366de0158f1fe98 /macros/latex/contrib/thuthesis/latexmkrc
parent893b65e5d4c0b7cb8ebbfca9ee6b090b9a4a182c (diff)
CTAN sync 202006150301
Diffstat (limited to 'macros/latex/contrib/thuthesis/latexmkrc')
-rw-r--r--macros/latex/contrib/thuthesis/latexmkrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/macros/latex/contrib/thuthesis/latexmkrc b/macros/latex/contrib/thuthesis/latexmkrc
index d5134325de..b924b9d8b6 100644
--- a/macros/latex/contrib/thuthesis/latexmkrc
+++ b/macros/latex/contrib/thuthesis/latexmkrc
@@ -10,11 +10,6 @@ $bibtex_use = 1.5;
$clean_ext = "hd loe ptc synctex.gz thm xdv";
$makeindex = "makeindex -s gind.ist %O -o %D %S";
-add_cus_dep('glo', 'gls', 0, 'glo2gls');
-sub glo2gls {
- system("makeindex -s gglo.ist -o \"$_[0].gls\" \"$_[0].glo\"");
-}
-push @generated_exts, 'glo', 'gls';
add_cus_dep('nlo', 'nls', 0, 'nlo2nls');
sub nlo2nls {