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 125e274 commit 84398a9Copy full SHA for 84398a9
update.mjs
@@ -162,7 +162,9 @@ const tex = [
162
'$(capture).acr',
163
'$(capture).alg',
164
'$(capture).aux',
165
+ '$(capture).bbl-SAVE-ERROR',
166
'$(capture).bbl',
167
+ '$(capture).bcf',
168
'$(capture).blg',
169
'$(capture).fdb_latexmk',
170
'$(capture).fls',
@@ -175,8 +177,11 @@ const tex = [
175
177
'$(capture).lof',
176
178
'$(capture).log',
179
'$(capture).lot',
180
+ '$(capture).nav',
181
'$(capture).out',
182
'$(capture).pdf',
183
+ '$(capture).run.xml',
184
+ '$(capture).snm',
185
'$(capture).synctex.gz',
186
'$(capture).toc',
187
'$(capture).xdv',
0 commit comments