set texinputs variable if editing master file
This commit is contained in:
parent
b1504fe2ea
commit
32487937a9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue