I’m trying to compile a latex beamer file. It compiles to .dvi fine but when trying to get to .pdf .ps using dvipdf or dvips I get the error:
dvips: ! Couldn’t find header file: pst-tools.pro
Poking around on the internet said that this is from a missing dependency that could be solved by solving pstricks, which I did, but the error is still there. I can try to provide a minimal example if that will help, but I figured I’d ask on the off chance that someone knows what’s going on.
Thanks.