Re: [NTG-context] goto reference

2018-04-19 Thread Taco Hoekwater
external pdf. Since my own generated pdfs tend to have special “page-” destinations, I can usually access my own external files with: \goto{myfile.pdf::page-5} I believe this was intended to be used with \usereferences in mkii, but it works just fine without the \usereferences call in

Re: [NTG-context] links to external documents

2014-04-05 Thread Alan Bowen
tpage]{} > > > text text.\footnote[fnote]{A note.} > > > \stoptext > > > %LinkTest.tex > > \setupinteraction[state=start] > > > \useexternaldocument[testA.tex] > > \usereferences[testA.tex] > > > \starttext > > > \at{page}[testA::firstpage] > >

Re: [NTG-context] links to external documents

2014-04-03 Thread Alan Bowen
note.} \stoptext %LinkTest.tex \setupinteraction[state=start] \useexternaldocument[testA.tex] \usereferences[testA.tex] \starttext \at{page}[testA::firstpage] \in{note}[testA::fnote] \stoptext Alan On Thu, Apr 3, 2014 at 6:25 AM, Alan Bowen wrote: > Thanks, Hans--for the

Re: [NTG-context] links to external documents

2014-04-03 Thread Alan Bowen
y experiments with \usereferences have managed >> only to produce a lua error: >> > > fixed in next beta (there can be more issues for a while as i'm cleanign > up that code) > &g

Re: [NTG-context] links to external documents

2014-04-03 Thread Hans Hagen
On 4/2/2014 9:11 PM, Alan Bowen wrote: I am exploring the feasibility of presenting two interacting PDF files side by side. Thus far my experiments with \usereferences have managed only to produce a lua error: fixed in next beta (there can be more issues for a while as i'm cleanign up

[NTG-context] links to external documents

2014-04-02 Thread Alan Bowen
I am exploring the feasibility of presenting two interacting PDF files side by side. Thus far my experiments with \usereferences have managed only to produce a lua error: .../ConTeXt/tex/texmf-context/tex/context/base/strc-ref.lua:1394: attempt to call field 'reference' (a nil val

[NTG-context] NTG-context] How to hack the lua files

2013-06-18 Thread Lance Larsen
t I can see how this might impact cross references between documents. -Lance On 6/17/2013 3:25 PM, Lance Larsen wrote: > Hans, > > Thankyou for your suggestion of using the \usereferences tag to reference > formulas in another document. This is a good solution. However the example

Re: [NTG-context] NTG-context] How to hack the lua files

2013-06-17 Thread Hans Hagen
On 6/17/2013 3:25 PM, Lance Larsen wrote: Hans, Thankyou for your suggestion of using the \usereferences tag to reference formulas in another document. This is a good solution. However the example below doesn't give usable results because the references to the external formula output by

[NTG-context] NTG-context] How to hack the lua files

2013-06-17 Thread Lance Larsen
Hans, Thankyou for your suggestion of using the \usereferences tag to reference formulas in another document. This is a good solution. However the example below doesn't give usable results because the references to the external formula output by test2.tex does not include the chapter n

Re: [NTG-context] ntg-context Digest, Vol 108, Issue 22

2013-06-07 Thread Lance Larsen
Hans, Referencing equations from another context document is what I am trying to do. It think the \usereferences tag that you noted in the ideal solution for my case. Thanks again for the help. -Lance - On 6/7/2013 4:01 PM, Lance Larsen wrote: > luigi, > > When I started

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread Hans Hagen
, I would sure appreciate the help. see previous mail btw, if you just want to use references in another tex doc, this will do the trick: \usereferences[somedoc] \starttext \in{formula}[somedoc::a] \in{formula}[somedoc::b] \stoptext -

Re: [NTG-context] Problem with external cross-references

2012-03-03 Thread Jean-Philippe Rey
ipsum dolor sit amet, consectetur adipiscing elit \in{Chapter}[lorem]. >> \stoptext >> >> % file test_crossref2 >> \usereferences[test_crossref1] >> \starttext >> Lorem ipsum dolor sit amet, consectetur adipiscing elit \in{Chapter}[lorem]. >> \stoptext >

Re: [NTG-context] Problem with external cross-references

2012-03-02 Thread Hans Hagen
following minimal example works perfectly well : % file test_crossref1 \starttext \chapter[lorem]{Lorem} Lorem ipsum dolor sit amet, consectetur adipiscing elit \in{Chapter}[lorem]. \stoptext % file test_crossref2 \usereferences[test_crossref1] \starttext Lorem ipsum dolor sit amet, consectetur adipi

[NTG-context] Problem with external cross-references

2012-02-25 Thread Jean-Philippe Rey
: % file test_crossref1 \starttext \chapter[lorem]{Lorem} Lorem ipsum dolor sit amet, consectetur adipiscing elit \in{Chapter}[lorem]. \stoptext % file test_crossref2 \usereferences[test_crossref1] \starttext Lorem ipsum dolor sit amet, consectetur adipiscing elit \in{Chapter}[lorem]. \stoptext Ho

Re: [NTG-context] Inter-document Cross References

2009-07-20 Thread Hans Hagen
tion, wiki, google, this list, etc and I'm either searching for the wrong thing or there is nothing written about it. \goto{one}[document-1::foo] \goto{two}[document-2::bar] in mkii there is also \usereferences[somefile] that permits loading of references from anot

Re: [NTG-context] ConTeXt, Framemaker, and InDesign

2008-07-01 Thread Idris Samawi Hamid
On Tue, 01 Jul 2008 01:56:22 -0600, Hans Hagen <[EMAIL PROTECTED]> wrote: >> In Context, if I compile the component containing chapter 3, its number >> will start from 1. I can get correct cross references by using >> \usereferences (and ignore the duplicate refe

Re: [NTG-context] ConTeXt, Framemaker, and InDesign

2008-07-01 Thread Hans Hagen
etter since it > maintains the numbering of chapters, etc. > > For example, in latex if I include chapter 3 of a big book, its chapter > number will be 3, and all the cross references to material outside that > chapter will be correct. > > In Context, if I compile the compon

Re: [NTG-context] ConTeXt, Framemaker, and InDesign

2008-06-30 Thread Aditya Mahajan
hapter will be correct. In Context, if I compile the component containing chapter 3, its number will start from 1. I can get correct cross references by using \usereferences (and ignore the duplicate references warning), but the numbering of the compiled component is incorrect. This is one are whe

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
xternaldocument[name][file][text] \useexternalfigure[name][file][options] \useexternalfile[name][name][file][font options] \useexternalfiles[name][options] \useexternalsoundtrack[name][file] # \useJSscripts \usemodule[names] \usereferences[files] \usespecials[names|reset] \usesymbols[name] # \use