| From: David Van Horn (dvanhorn at ccs.neu.edu) Date: Thu Jan 17 11:02:50 EST 2013 |
|
Is it possible to get Scribble to collapse index entries to the same
key, so that instead of
foo, 1
foo, 2
you'd get
foo, 1, 2
or better
foo, 1-2
?
Thanks,
David
#lang scribble/manual
@section{First page}
@as-index{foo}
@section{Second page}
@as-index{foo}
@index-section[]
| Posted on the users mailing list. |
|