Skip to content

Instantly share code, notes, and snippets.

@plmi
Created September 3, 2023 10:30
Show Gist options
  • Save plmi/5fea2a7ae4f6ab40691b08b7c03d2744 to your computer and use it in GitHub Desktop.
Save plmi/5fea2a7ae4f6ab40691b08b7c03d2744 to your computer and use it in GitHub Desktop.
Compile LaTeX presentation
#!/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