GeneralIs this functionality provided in LATEX?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
amit.t
Posts: 2
Joined: Tue Feb 09, 2010 2:08 pm

Is this functionality provided in LATEX?

Post by amit.t »

Dear All,

I am new to LATEX and still learning the basics. My main objective to learn LATEX is to take notes [am a research student in mathematics]. Now please look at this line:

\begin

Let C be a curve of Arithmetic genus g.

\end

My question is, is it possible in LATEX that if i bring my mouse on the underlined word ("arithmetic genus" in the line above), it pops up a small window which contains certain notes on the underlined word.

In other words, i write the definition of (say) "Arithmetic genus" in a different file and link location of that definition to the current file and when pointed by the cursor, it pops up the definition in the current file itself.

Thanks,
Amit

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Is this functionality provided in LATEX?

Post by josephwright »

Use the hyperref package, and it will turn links into hyperlinks (for example, between a \ref and a section it refers to).
Joseph Wright
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Is this functionality provided in LATEX?

Post by frabjous »

I think what amit.t wants is a tooltip. I'm not sure whether or not that can be done with just hyperref. You can do it with the cooltooltips package, however.
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Is this functionality provided in LATEX?

Post by gmedina »

frabjous, thanks for the info about the cooltooltips package; I didn't know it and it can be useful.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
sitex
Posts: 70
Joined: Sat May 09, 2009 12:37 pm

Is this functionality provided in LATEX?

Post by sitex »

I used fancytooltips.sty to generate the pop-ups in the product rule file demonstration. (See the video or pdf file by navigating to http://www.sitextools.com and clicking on the samples link). As I recall I used Don Story's excellent aeb_pro package (http://www.acrotex.net) package to generate the pop-ups in the eBook file.
amit.t
Posts: 2
Joined: Tue Feb 09, 2010 2:08 pm

Re: Is this functionality provided in LATEX?

Post by amit.t »

Thanks to all of you for replying.

@frabjous:

I will look into the cooltooltips package. I guess this is what i need.
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Is this functionality provided in LATEX?

Post by frabjous »

Do check it out. Also look at the fancytooltips package which sitex mentioned: it looks even more powerful. I have no real experience with either of them, however.

And do keep in mind that not everyone uses Adobe Reader or Acrobat.
Post Reply