Hello list,
I'm trying to reference a page range (think of a long quote spanning on
2 pages).

I need to discriminate ranges collapsing to one page from "real" ranges
(2 or more pages): "1-1" should become "1", while "1-2" should stay
like that.

Here's a not working snippet:

\starttext

Tufte quote at p.
\at[tufte:start]\doifelse{\ref[realpage][tufte:start]}{\ref[realpage][t
ufte:stop]}
{}
{-\at[tufte:stop]}

% start of quote reference
\pagereference[tufte:start]
\input{tufte}

%\page  % comment/uncomment this to toggle from range to single page

\input{tufte}
% end of quote reference
\pagereference[tufte:stop]

\stoptext

The \doifelse is always false, I think because \ref[realpage][...] is
not a string.

Thanks in advance.
BTW, best wishes for next week's meeting (hoping to join next year).
Best regards,
Massi
___________________________________________________________________________________
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