Hi,
I'm trying to insert the macro \pagerange into the code from
texmf-context/tex/context/base/bibl-tra.mkiv but I'm quite lost. The macro
should make proper page ranges from the bibtex file entries (Pages = {...}).
That means remove any whitespace before and after the hyphen and double a
single hyphen:
7-9 -> 7--9
1 - 3a -> 1--3a
\def\pagerange#1%
{\directlua{
range = string.gsub("#1", "\%s*[-\%s]+", "--")
tex.sprint(range)}}
Thanks for suggestions,
Florian
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / 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
___________________________________________________________________________________