Hello all,

I have a problem with referencing from a line numbered text.

In page-lin.mkiv I've found the \inline-command, but I can't make use of it:

\starttext
\startlinenumbering
  Hello \textreference[ref]{} World!
\stoplinenumbering
\inline[ref] % output: "line ??"
\stoptext

What I really want to achieve is something like the following:

\starttext

\startlinenumbering
This ist a long transcription from an interview with line numbers. % #1
  \startMyCite[test]
This ist a long transcription from an interview with line numbers. % #2 This ist a long transcription from an interview with line numbers. % #3
  \stopMyCite
This ist a long transcription from an interview with line numbers. % #4
\stoplinenumbering

And now \getMyCite[test] should output:

\startblockquote
This ist a long transcription from an interview with line numbers. % #2 This ist a long transcription from an interview with line numbers. % #3
\stopblockquote (lines 2--3)

\stoptext

Is something like this possible in ConTeXt and if yes how?

Thanks for your help!

Greetings,
    Andreas

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to