diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/thubeamer/makebeamer.bat')
-rwxr-xr-x | Master/texmf-dist/source/latex/thubeamer/makebeamer.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/thubeamer/makebeamer.bat b/Master/texmf-dist/source/latex/thubeamer/makebeamer.bat new file mode 100755 index 00000000000..30e3d263e7b --- /dev/null +++ b/Master/texmf-dist/source/latex/thubeamer/makebeamer.bat @@ -0,0 +1,5 @@ +latexmk -c main
+pdflatex -synctex=1 -interaction=nonstopmode main
+bibtex main
+pdflatex -synctex=1 -interaction=nonstopmode main
+pdflatex -synctex=1 -interaction=nonstopmode main
\ No newline at end of file |