2

Complete LaTeX and LyX newbie here.

I am currently writing a document in LyX and I'm using hyperref to have links in the ToC, citations etc. The problem is that I added a figure (with float) and when I make a cross-reference in the text, the reference itself becomes a link that leads to the page that contains the actual figure. For example:

------Sample Graphic-------

Figure 1.1: Example of a graphic

And in the text that follows:

As we can see in figure 1.1 there is...

Now if I hover the mouse over 1.1 there is a link pointing to the location of the actual figure. Is there any way to disable the links for figures? Perhaps using "hypersetup" or something...?

Thank you in advance. :-)

Community
  • 1
  • 1
Andreas K.
  • 165
  • 1
  • 2
  • 7

1 Answers1

3

It has been solved here on tex.stackexchange.org. \ref has been redefined to work like \ref* that creates no link.

Community
  • 1
  • 1
Stefan
  • 3,550
  • 1
  • 18
  • 18