On Sun, 23 Nov 2008, Yue Wang wrote:
Hi:
\setupinteraction[style=] % default is style=bold
Thank you, Aditya! Previously I was searching command like setupgoto or some stuffs like that:( btw, how to link to the specific position instead of go to that page? if i point to "Equation 12", my context document will only flow to the page which equation 12 is in, but not go to the equation automatically. But in my LaTeX file, it will if I use hyperref package.
\placeformula[eq:pythagoras] \startformula a^2 + b^2 = c^2 \stopformula See \in {Equation}[eq:pythagoras] \unknown. To refer to sections etc, you can use \section[sec:test] {A test section} In \in{Section}[sec:test] we \unknown. The name of that section was \at[sec:test]. This is called referencing in ConTeXt. You can search the excursion and the main manual for some more details. Aditya