What is the command to define the behavior of \goto?
Hi: I don't want bold font for \goto, Where can I change it? BTW, some users here suggest that maybe we can define a hypperref-like linkcolor, citecolor, urlcolor in \setupinteraction, I think it will be a good idea. Yue Wang
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. Yue Wang
Aditya ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
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
The mailing list blocked my mail because the attachment is too big:(
Ummm... I think we should increase the capacity ...
Here is the original message:
I remove the test.pdf, but one can always compile it using the tex
file in the attachment.
On Sun, Nov 23, 2008 at 3:59 PM, Aditya Mahajan
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 ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (2)
-
Aditya Mahajan
-
Yue Wang