On Tue, Mar 11, 2003 at 02:13:15AM +0100, Heiko Schmidt-Evers wrote: > I have made a document with lyx with many math functions. I used PS-Tricks > to plot the functions and to make some other graphics. Now and wanted to > make a table of contents, which was very easy to make in lyx, but i also > wanted hyperlinks to the sections in that table of contents. I searched the > web and found out, that i have to use the hyperref package and make pdflatex > as output.
You don't need pdflatex for hyperlinks! You can just add \usepackage{hyperref} ( or perhaps \usepackage[ps2pdf]{hyperref} for an old system) and use View->PDF.