From 7ff8793c0550e784cec7ca9cd34d9842dcff1e3c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 25 Apr 2024 01:04:58 +0200 Subject: [PATCH] add texlive-mathscience --- archinstall/user_configuration.json | 1 + wsl.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/archinstall/user_configuration.json b/archinstall/user_configuration.json index daefb04..b91abde 100644 --- a/archinstall/user_configuration.json +++ b/archinstall/user_configuration.json @@ -136,6 +136,7 @@ "texlive-fontsrecommended", "texlive-fontsextra", "texlive-publishers", + "texlive-mathscience", "sfml", "perl-yaml-tiny", "perl-file-homedir", diff --git a/wsl.sh b/wsl.sh index 63744ca..1d4e747 100644 --- a/wsl.sh +++ b/wsl.sh @@ -38,7 +38,7 @@ function main { pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \ noto-fonts jdk-openjdk texlive-fontsrecommended texlive-publishers sfml \ texlive-fontsextra perl-yaml-tiny perl-file-homedir perl-file-which \ - man-pages bottom maven fakeroot + man-pages bottom maven fakeroot texlive-mathscience # === Remove SU password ==