17 Oct
2011
17 Oct
'11
10:43 p.m.
Hi, \typefile[range={1,3}]{...} does not work. My guess is that this is because the variable `range` is never initialized in `filter` function in buff-ver.lua. A local range = settings.range should be added to the `filter` function. Aditya