Re: [XeTeX] \...@nameuse question

2010-09-17 Thread Will Robertson
On 2010-09-17 19:44:54 +0930, Michiel Kamermans said: \if\value{iclass}<\...@nameuse{#1class} These lines should be \ifnum, at the very least. You might also want to terminate them with \relax: \if\value{iclass}<\...@nameuse{#1class}\relax I haven't checked the rest of the code

[XeTeX] \...@nameuse question

2010-09-17 Thread Michiel Kamermans
Hi all, I'm cleaning up my ucharclasses package, and wanted to move from ifthen/forloop to plain TeX. The Original code was: \newcounter{iclass} % general transition rule \newcomman...@transition}[3]{\xetexinterchartoks #1 #2=#3} %Use: \setUTransitions{when entering this block}{when leavin