From b2c6297267d120ee9f9e4fa8ff67641a459f249a Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Tue, 11 Jul 2023 15:34:13 +0200 Subject: Add nomenclature --- .latexmkrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.latexmkrc') diff --git a/.latexmkrc b/.latexmkrc index 7bdd079..27dca13 100644 --- a/.latexmkrc +++ b/.latexmkrc @@ -1 +1,6 @@ $aux_dir = 'aux'; +# Custom dependency and function for nomencl package +add_cus_dep("nlo", "nls", 0, "nlo2nls"); +sub nlo2nls { + system("makeindex $_[0].nlo -s nomencl.ist -o $_[0].nls -t $_[0].nlg"); +} -- cgit v1.2.3-70-g09d2