We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f9e2d commit 0e3b124Copy full SHA for 0e3b124
builders/basicBuilder.py
@@ -98,7 +98,7 @@ def commands(self):
98
for option in self.options:
99
latex.append(option)
100
101
- latex.append(self.base_name)
+ latex.append(self.tex_name)
102
103
# Check if any subfolders need to be created
104
# this adds a number of potential runs as LaTeX treats being unable
0 commit comments