save texinputs variable

This commit is contained in:
Maximilian Keßler 2021-09-18 14:17:42 +02:00
parent 19cd1ef603
commit b1504fe2ea

View File

@ -18,6 +18,7 @@ class Notes:
self.root.mkdir(parents=True, exist_ok=True)
self.master_file: Path = self.root / self.info['master_file']
self.full_file: Path = self.root / self.info['full_file']
self.texinputs: Path = self.root / self.info['texinputs']
self._lectures = None
@staticmethod