MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

RE: Re: Dynamic referencing AND hyperlinking for numbered equations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34172] RE: [mg34127] Re: Dynamic referencing AND hyperlinking for numbered equations
  • From: "DrBob" <majort at cox-internet.com>
  • Date: Tue, 7 May 2002 03:54:22 -0400 (EDT)
  • Reply-to: <drbob at bigfoot.com>
  • Sender: owner-wri-mathgroup at wolfram.com

When I copy the text below (for any of the cells) into Mathematica, I
get a dialog box asking if I want to paste it literally, or interpret it
first and produce the resulting Cell.  If I type the same text into
Mathematica, however, I don't get an option like that... so how would I
create the BoxData cell?

Bobby

-----Original Message-----
From: Alexandre Costa [mailto:costa at fem.unicamp.br]
To: mathgroup at smc.vnet.net
Subject: [mg34172] [mg34127] Re: Dynamic referencing AND hyperlinking for numbered
equations

Dear Mr. Abbot
I am afraid I was not so much clear. Let me try to explain again my
problem:
For example,  I have the following set of Mathematica cells:

Cell 1:
Cell[BoxData["\[IndentingNewLine]"], "NumberedEquation"]
Cell 2:
Cell[BoxData["\[IndentingNewLine]"], "NumberedEquation",
  CellTags->"Eqtwo"]

Cell 3:
Cell[TextData[{
:
  "See (",

  CounterBox["NumberedEquation", "Eqtwo"],
  ")\n"
}], "Text"]

Cell 4:
Cell[TextData[{
  "See ",
  ButtonBox["(0)",
    ButtonData:>"Eqtwo",
    ButtonStyle->"Hyperlink"],
  "\n"
}], "Text"]

My problem is shown on Cell 4. I got this cell when I try to hyperlink
the dynamic referenced equation given in Cell 3. In doing so, I use the
following steps:
- selected the equation number (i.e the string "(2)" in the cell 3)
- Used the commands Input/Create hyperlink- Cell with tag: Eqtwo
Instead of having a hyperlinked number "(2)"  (what I really want), I
got a
hyperlinked "(0)".

Hope now, you can tell me the solution,
                 With best wishes,
                          Alexandre Costa



  • Prev by Date: Re: solve - integer solution
  • Next by Date: RE: Some questions about plotting.
  • Previous by thread: RE: Re: Dynamic referencing AND hyperlinking for numbered equations
  • Next by thread: Re: Re: Dynamic referencing AND hyperlinking for numbered equations