Can an internal link be printed at the point it is referenced in a page?
I have a layout that essentially is like this:
PAGE 1
\section{Elephants}
What follows below are descriptions of different things about elephants.
Nose <- link to different page
Ears <- link to different page
… <- link to different page
As you see, we approach the discussion of elephants in many ways.
(rest of discussion) …
PAGE 2
\definition{Nose} -> linked to above point
This is what the nose of an elephant is all about … (description continues)
PAGE 3
\definition{Ears} -> link to above point
This is what the ears of an elephant are all about … (description continues)
When I print and/or export, I would like the linked items to be substituted in their locations. Right now, the pages print/export sequentially (PAGE 1, PAGE 2, PAGE 3 …).
Am I missing something?