From 32487937a94bb1453b36fef3139279f96b31863c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 18 Sep 2021 14:17:58 +0200 Subject: [PATCH] set texinputs variable if editing master file --- scripts/notes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/notes.py b/scripts/notes.py index 7a56667..1902a63 100644 --- a/scripts/notes.py +++ b/scripts/notes.py @@ -81,7 +81,7 @@ class Notes: self.update_lectures_in_file(self.full_file, lecture_list) def edit_master(self): - edit(self.master_file) + edit(self.master_file, rootpath=self.root, texinputs=self.texinputs) def edit_full(self): edit(self.full_file)