SVN commit 603176 by kebekus: fixes problems with hyperlinks for DVI files generated by some versions of TeTeX M +3 -0 special.cpp --- branches/work/kviewshell-0.7/kviewshell/plugins/dvi/special.cpp #603175:603176 @@ -749,6 +749,9 @@ } targetName = PDFencodingToQString(targetName); + if (special_command.contains("/URI") == 0) + targetName = "#" + targetName; + QValueVector::iterator it; for( it = currentlyDrawnPage->hyperLinkList.begin(); it != currentlyDrawnPage->hyperLinkList.end(); ++it ) if (it->linkText == "glopglyph")