How to make a reference go to an exact point of a section on a page?
I just created a reference to a \section with \in. Clicking the \in reference doesn't go to the \section, but to the page that has the \section. Does ConTeXt lack the ability to go to an exact point of a numbered element on a page?
On Thu, Sep 1, 2022 at 2:37 PM amano.kenji via ntg-context
I just created a reference to a \section with \in.
Clicking the \in reference doesn't go to the \section, but to the page that has the \section.
Does ConTeXt lack the ability to go to an exact point of a numbered element on a page? ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context webpage : https://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : https://contextgarden.net ___________________________________________________________________________________
I think \setupinteraction[focus=standard] is what you need. /Mikael
On 9/1/22 14:36, amano.kenji via ntg-context wrote:
I just created a reference to a \section with \in.
Clicking the \in reference doesn't go to the \section, but to the page that has the \section.
Does ConTeXt lack the ability to go to an exact point of a numbered element on a page?
Hi Amano, please, provide a minimal sample with your questions. Sometimes it is not easy for the rest of the world to figure out what each of us may have in mind. I hope any of the options might help you: \setupinteraction[state=start,focus=standard] \starttext \chapter[one]{One} in \in[two] or \about[two] \chapter[two]{Two} in \in[one] or \about[one] \stoptext Just in case it helps, Pablo
\setupinteraction[state=start,focus=standard] was what I wanted.
Thanks.
------- Original Message -------
On Thursday, September 1st, 2022 at 4:42 PM, Pablo Rodriguez via ntg-context
On 9/1/22 14:36, amano.kenji via ntg-context wrote:
I just created a reference to a \section with \in.
Clicking the \in reference doesn't go to the \section, but to the page that has the \section.
Does ConTeXt lack the ability to go to an exact point of a numbered element on a page?
Hi Amano,
please, provide a minimal sample with your questions.
Sometimes it is not easy for the rest of the world to figure out what each of us may have in mind.
I hope any of the options might help you:
\setupinteraction[state=start,focus=standard] \starttext \chapter[one]{One} in \in[two] or \about[two] \chapter[two]{Two} in \in[one] or \about[one] \stoptext
Just in case it helps,
Pablo ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context webpage : https://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : https://contextgarden.net ___________________________________________________________________________________
participants (3)
-
amano.kenji
-
Mikael Sundqvist
-
Pablo Rodriguez