Skip to content

Commit

Permalink
Create postBuild
Browse files Browse the repository at this point in the history
Add latex installation commands
  • Loading branch information
ollyhensby authored Jan 24, 2024
1 parent 4a7e82e commit 40d7abe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
quarto install tinytex
export PATH="$HOME/.TinyTeX/bin/x86_64-linux:$PATH"
tlmgr update --self
tlmgr install carlito
tlmgr install ctable
tlmgr install fontawesome
tlmgr install tocloft
tlmgr install glossaries
tlmgr install titleref
tlmgr install stackengine
tlmgr install anyfontsize

0 comments on commit 40d7abe

Please # to comment.