We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72c8c3 commit f9ce849Copy full SHA for f9ce849
foundation-pak/build-foundation-pak-for-ghc-9.2.7.sh
@@ -13,8 +13,22 @@ case "${unameOut}" in
13
14
Darwin*)
15
machine=Mac
16
+
17
brew install basictex
18
export PATH="/usr/local/texlive/2023basic/bin/universal-darwin:$PATH"
19
+ sudo tlmgr update --self
20
+ sudo tlmgr install texliveonfly
21
+ sudo tlmgr install xelatex
22
+ sudo tlmgr install adjustbox
23
+ sudo tlmgr install tcolorbox
24
+ sudo tlmgr install collectbox
25
+ sudo tlmgr install ucs
26
+ sudo tlmgr install environ
27
+ sudo tlmgr install trimspaces
28
+ sudo tlmgr install titling
29
+ sudo tlmgr install enumitem
30
+ sudo tlmgr install rsfs
31
32
brew install python@3.11
33
pip3 install sphinx==4.3.2
34
;;
0 commit comments