#! /bin/zsh # # this file: # https://dataswamp.org/~incal/conf/.zsh/latex pt2mm () { local pt=$1 echo $(( int(ceil($pt * 0.352778)) )) } li-init () { tlmgr init-usertree } li () { local pack=$1 tlmgr install $pack }