Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31967 - tetex hyperlinks doesnt work correct (soulution applied)
Summary: tetex hyperlinks doesnt work correct (soulution applied)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-25 06:24 UTC by Felix Kurth
Modified: 2003-11-04 00:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Kurth 2003-10-25 06:24:06 UTC
In tetex-2.0.2-r1, the hyperef pkg doesent work as expectet. This is due to a 
wrong setting of der hypertex driver in  
/usr/share/texmf/tex/latex/config/hyperref.cfg 
You have to change the Line: 
\providecommand*{\Hy@defaultdriver}{hdvips} 
to 
\providecommand*{\Hy@defaultdriver}{hypertex}% 
 
This is the default behavior. according to 
http://www.tug.org/applications/hyperref/ftp/doc/manual.html#x1-70003.3 
and 
http://www.tug.org/applications/hyperref/ftp/README 
 
 
As an example, take the file  
http://www.fkurth.de/uwest/LyX/Dokumentation/LyXMathebefehle.tex 
run  "latex LyXMathebefehle; makeindex LyXMathebefehle.idx; latex 
LyXMathebefehle;latex LyXMathebefehle" 
 
do this with both entrys in the hyperref.cfg file and compare ! 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-11-04 00:29:05 UTC
thanks for the information here, was very helpful. fixed in tetex-2.0.2-r2
which is in ~ for a bit, just to get some testing.