Martin A. Hansen wrote: >> There's a 'Download latest version of dvipost.' link... > > i have already been there, downloaded and compiled. that gives me a nice > dvipost binary - but how is that related to dvipost.sty?
Now you're embarassing yourself. dvipost-1.0-> ls CHANGELOG configure* dvicmd.h dvipost.html message.c COPYING configure.in dvifile.c dvipost.man pos.c Makefile.in din.c dvifont.c dvipost.sty test.tex NOTES dout.c dvipost.c dvipost.tex tfm.c README dvi.c dvipost.doc install.sh* alloc.c dvi.h dvipost.h main.c I'd expect that you'll need to put dvipost.sty somewhere that TeX can find it. Eg, here I'd do something like: $ su $ mkdir /usr/local/share/texmf/tex/latex/dvipost $ cp dvipost.sty /usr/local/share/texmf/tex/latex/dvipost/. $ cd /usr/local/share/texmf $ texhash because I use a teTeX distribution of LaTeX. -- Angus
