[NTG-context] Aleph queries
Taco Hoekwater
taco at elvenkind.com
Fri Jun 23 11:32:41 CEST 2006
Hi,
Hans Hagen wrote:
>
> figure [num1] . [num2] . [num3]
>
> should come out as
>
> [num3] . [num2] . [num1] erugif
We discovered that the arabic contextual analyzation OTP assumes
that any sequence of [0-9.+-]+ is a single number and should be
typeset in TLT mode.
For figure numbers and version numbers etcetera this assumption
is wrong (they are multiple numbers concatenated together).
A trick (?) is to change the separator such that the number
parsing in the otp see separate numbers as well:
\setupcaptions[separator={{.}}]
Cheers, Taco
More information about the ntg-context
mailing list