View Single Post
  #3   (View Single Post)  
Old 3rd February 2014
hanzer's Avatar
hanzer hanzer is offline
Real Name: Adam Jensen
just passing through
 
Join Date: Oct 2013
Location: EST USA
Posts: 314
Default

All of the OpenBSD TeX Live packages are installed on my system so that doesn't seem to be the problem. I found tlmgr.pl in /usr/local/share/texmf/scripts/texlive but it doesn't work and I suspect it isn't intended to be used on OpenBSD.

Just to keep things moving forward, my current solution is to download packages manually and unzip them into $HOME/texmf/. It seems to work well enough.

Example:
Code:
cd $HOME/texmf/
wget http://mirrors.ctan.org/install/macros/latex/contrib/hyperref.tds.zip
unzip hyperref.tds.zip

kpsewhich hyperref.sty
/home/hanzer/texmf/tex/latex/hyperref/hyperref.sty
Reply With Quote