Skip to content

Instantly share code, notes, and snippets.

@caiofcm
Created April 28, 2022 18:22
Show Gist options
  • Save caiofcm/4652f0610a0af52338174ef1f20f1b20 to your computer and use it in GitHub Desktop.
Save caiofcm/4652f0610a0af52338174ef1f20f1b20 to your computer and use it in GitHub Desktop.
Compile overleaf project locally

Compile overleaf project locally

Tested on WSL only

sudo apt install texlive-latex-extra
sudo apt install texlive-fonts-extra
sudo apt install texlive-science

If using minted, Install pygments:

conda install pygments or sudo apt install python3-pygments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment