dot2tex
dot2tex copied to clipboard
Consider .lnk files when locating GraphViz
Currently dot2tex is enable to find my GraphViz installation on Windows. It cannot find dot.exe in any PATH directory, because there is actualy dot.lnk pointing to dot.exe. Note that if dot2tex just ran dot, it would work (that's what's PATH for).
Good catch.I will look into this.