Created
September 3, 2023 10:30
-
-
Save plmi/5fea2a7ae4f6ab40691b08b7c03d2744 to your computer and use it in GitHub Desktop.
Compile LaTeX presentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
biber presentation && \ | |
pdflatex -shell-escape presentation.tex && pdflatex -shell-escape presentation.tex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment