Skip to content

Commit 0e3b124

Browse files
committed
Fix for #1246
Basic builder will now use the supplied extension
1 parent c3f9e2d commit 0e3b124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builders/basicBuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def commands(self):
9898
for option in self.options:
9999
latex.append(option)
100100

101-
latex.append(self.base_name)
101+
latex.append(self.tex_name)
102102

103103
# Check if any subfolders need to be created
104104
# this adds a number of potential runs as LaTeX treats being unable

0 commit comments

Comments
 (0)