Am Dienstag 26 Oktober 2010, 21:12:01 schrieb Wolfgang Schuster:
Am 26.10.2010 um 20:47 schrieb Stefan Müller:
One more question before wikifying: Is there a way to prevent the prefix "line"? I want to say something like "In lines 3 to 13".
The texts „line“ and „lines“ are set with \setuplabeltext but you can see alternative texts with \inline{...}[<ref>].
\setuptyping[numbering=line,escape=yes]
\starttext
See \inline[line:single] and also \inline[line:range].
See \inline{typeline}[line:single] and also \inline{typelines}[line:range].
See line~\inlinerange[line:single] and also lines~\inlinerange[line:range].
\starttyping line 1 line 2/BTEX\startline[line:range]/ETEX line 3/BTEX\someline[line:single]/ETEX line 4 line 5/BTEX\stopline[line:range]/ETEX line 6 \stoptyping
\stoptext
Wolfgang
Thanks Wolgang, this looks pretty nice. Unfortunately I get the following error when running your example (ConTeXt ver: 2010.10.22 16:46 MKIV fmt: 2010.10.27 int: english/english): references : unknown reference [][lr:b:line:single] references : unknown reference [][lr:b:line:range] Any ideas? Stefan