\at and \in woes with \startcomponent….\stopcomponent
In my component files, the tools for cross-references work except for \at and \in. These commands produce links that display properly but go to a null page, i.e., nowhere. Sample file: Test.tex \setupinteraction[state=start,color=blue,% contrastcolor=darkred, style=rm, click=yes, display=new, ] \startcomponent Test.tex %\starttext reference on \at[myref1] reference in note\in[myref1] reference: \at[myref1]n\in[myref1] \page text\footnote[myref1]{a footnote} more text\footnote[myref2]{another footnote} \stopcomponent %\stoptext If I run the file with \starttext…\stoptext, all is well. I am using the latest beta (ConTeXt ver: 2013.05.31 21:57 MKIV beta fmt) Alan
On 6/4/2013 2:06 PM, Alan Bowen wrote:
In my component files, the tools for cross-references work except for \at and \in. These commands produce links that display properly but go to a null page, i.e., nowhere.
it's more an side effect of duplicate flushing notes .. i fixed something, hopefully it didn't break something else (notes is one of the more complex mechanisms) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 2013–06–04 Hans Hagen wrote:
On 6/4/2013 2:06 PM, Alan Bowen wrote:
In my component files, the tools for cross-references work except for \at and \in. These commands produce links that display properly but go to a null page, i.e., nowhere.
it's more an side effect of duplicate flushing notes .. i fixed something, hopefully it didn't break something else
! I can't find file `scrp-ini.mkiv'. <to be read again> \relax l.392 \loadmarkfile{scrp-ini} Marco
On 6/4/2013 8:03 PM, Marco Patzer wrote:
On 2013–06–04 Hans Hagen wrote:
On 6/4/2013 2:06 PM, Alan Bowen wrote:
In my component files, the tools for cross-references work except for \at and \in. These commands produce links that display properly but go to a null page, i.e., nowhere.
it's more an side effect of duplicate flushing notes .. i fixed something, hopefully it didn't break something else
! I can't find file `scrp-ini.mkiv'. <to be read again> \relax l.392 \loadmarkfile{scrp-ini}
weird ... i'll make a new zip Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hi, Hans—
I reinstalled the ConTeXt standalone and still get links to null pages with
\at and \in using the latest version (ConTeXt ver: 2013.06.07 12:25 MKIV
beta).
Alan
On Tue, Jun 4, 2013 at 2:30 PM, Hans Hagen
On 6/4/2013 8:03 PM, Marco Patzer wrote:
On 2013–06–04 Hans Hagen wrote:
On 6/4/2013 2:06 PM, Alan Bowen wrote:
In my component files, the tools for cross-references work except for \at and \in. These commands produce links that display properly but go to a null page, i.e., nowhere.
it's more an side effect of duplicate flushing notes .. i fixed something, hopefully it didn't break something else
! I can't find file `scrp-ini.mkiv'. <to be read again> \relax l.392 \loadmarkfile{scrp-ini}
weird ... i'll make a new zip
Hans
------------------------------**------------------------------**----- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ------------------------------**------------------------------**----- ______________________________**______________________________** _______________________ 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 http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/**projects/contextrev/http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ______________________________**______________________________** _______________________
On 6/7/2013 2:37 PM, Alan Bowen wrote:
Hi, Hans—
I reinstalled the ConTeXt standalone and still get links to null pages with \at and \in using the latest version (ConTeXtver: 2013.06.07 12:25 MKIV beta).
example needed ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Sorry—here is the one that I have been using.
\setupinteraction[state=start,color=blue,%
contrastcolor=darkred,
style=rm,
click=yes,
display=new,
]
\startcomponent Test.tex
%\starttext
reference on \at[myref1]
reference in note \in[myref1]
reference: \at[myref1]n\in[myref1]
\page
text\footnote[myref1]{a footnote}
more text\footnote[myref2]{another footnote}
\stopcomponent
%\stoptext
Alan
On Fri, Jun 7, 2013 at 9:13 AM, Hans Hagen
On 6/7/2013 2:37 PM, Alan Bowen wrote:
Hi, Hans—
I reinstalled the ConTeXt standalone and still get links to null pages with \at and \in using the latest version (ConTeXtver: 2013.06.07 12:25 MKIV beta).
example needed
------------------------------**------------------------------**----- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ------------------------------**------------------------------**----- ______________________________**______________________________** _______________________ 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 http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/**projects/contextrev/http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ______________________________**______________________________** _______________________
participants (3)
-
Alan Bowen
-
Hans Hagen
-
Marco Patzer