In hebrew, enumeration should be right justified - both
the text and the
number. should be (in my opinion):
AAAA .1
AAAA .2
...
AAAA .10
AAAA .11
however, currently it is:
AAAA .1
AAAA .2
...
AAAA .10
AAAA .11
It seems hard to achieve this because the horizontal
spacing of the first item depends on the existence of a
hundredth item.
It can be achieved by assuming a wide-enough indetation
of the first items, or (better looking) by keeping
length inforamtion in an aux file and making use of it
during a second pass.