ai: add latex rendering

This commit is contained in:
end-4
2024-02-26 22:43:27 +07:00
parent 09e1e13fea
commit 9b3ce245da
5 changed files with 100 additions and 2 deletions
+9
View File
@@ -127,6 +127,15 @@ if $(test -d /usr/local/share/icons/Bibata-Modern-Classic); then
else ask_bibata=true
fi
if $ask_bibata;then showfun install-bibata;v install-bibata;fi
if $(test -d /usr/local/bin/LaTex); then
echo -e "\e[33m[$0]: Program \"MicroTex\" already exists, no need to install.\e[0m"
echo -e "\e[34mYou can reinstall it in order to update to the latest version anyway.\e[0m"
ask_MicroTex=$ask
else ask_MicroTex=true
fi
if $ask_MicroTex;then showfun install-MicroTex;v install-MicroTex;fi
#####################################################################################
printf "\e[36m[$0]: 3. Copying\e[97m\n"