Skip to content

Commit 84398a9

Browse files
feat: added LaTeX Beamer Files (#250)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 125e274 commit 84398a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

update.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ const tex = [
162162
'$(capture).acr',
163163
'$(capture).alg',
164164
'$(capture).aux',
165+
'$(capture).bbl-SAVE-ERROR',
165166
'$(capture).bbl',
167+
'$(capture).bcf',
166168
'$(capture).blg',
167169
'$(capture).fdb_latexmk',
168170
'$(capture).fls',
@@ -175,8 +177,11 @@ const tex = [
175177
'$(capture).lof',
176178
'$(capture).log',
177179
'$(capture).lot',
180+
'$(capture).nav',
178181
'$(capture).out',
179182
'$(capture).pdf',
183+
'$(capture).run.xml',
184+
'$(capture).snm',
180185
'$(capture).synctex.gz',
181186
'$(capture).toc',
182187
'$(capture).xdv',

0 commit comments

Comments
 (0)