I’d like to install a package (microtype 2.5 beta 4) under TeX Live that isn’t available in the official repository.
Now, I know that it’s usually enough to put the package under ~/texmf/tex/latex/ but I was wondering if I couldn’t use tlmgr to do the grunt work for me.
In particular, I noticed that tlmgr has a --repository option that can be used to pass it a local repository path. However, the following command unfortunately fails (understandably, since there is no TeX Live database file texlive.tlpdb there to read from):
wget http://xetex.tk/mediawiki/images/1/1c/Microtype.tds.zip
unzip Microtype.tds.zip
tlmgr --repository=./Microtype.tds/ update microtype
I was wondering if there was still a possibility to make this work.
kpsewhich --var-value TEXMFLOCALis more portable (kpseexpanddoesn't exist on windows AFAIK). – mpg Dec 22 '10 at 17:04'afterTEXMFLOCAL. – mpg Dec 23 '10 at 17:31unzip -dkpsewhich --var-value TEXMFLOCALtitlepic.zip, but when I dotexdoc titlepicafter this, nothing is shown; did alsotexhash, notexdoc titlepiceither. So what command do I need to run after this unzip, so the package is actually seen by latex? – sdaau Mar 15 '18 at 10:39texhash? – bers May 23 '21 at 08:17