Skip to content
Prev 13136 / 15075 Next

MacTeX 2020 and TeX Live Utility (No Longer Included)

Rainer

Put

function tlcockpit
{
   case "$(java -version 2>&1 | head -1)" in
	 *"1.8"*) jar="tlcockpit-jdk8.jar" ;;
	 *) jar="tlcockpit.jar" ;;
   esac
   exec java -jar $(kpsewhich --progname="tlcockpit" --format=texmfscripts "$jar") 2>&1 >/dev/null &
}


into ~/.aliases or whatever is sourced on login :-)-O. 

You can also use something like Platypus to make a clickable App out of
the shell script which resides in

	realpath $(which tlcockpit)

and even use TeX Live Utility's icns file :-)-O

el
On 28/04/2020 10:52, Rainer M Krug wrote:
[...]
[...]