UniLetter/deploy.sh

8 lines
209 B
Bash
Raw Permalink Normal View History

2021-06-17 19:12:15 +02:00
#!/bin/bash -x
P=`kpsewhich -var-value=TEXMFHOME`
# typically $HOME/texmf or $HOME/.texmf
INSTALLPATH=${P}/tex/latex/uniletter
mkdir -p ${INSTALLPATH}
/bin/cp logo.eps logo.pdf unibrief.lco ${INSTALLPATH}/
#