ShreeDevi Kumar wrote:
I want to increase fontsize of just one letter in a word,
Is it possible in xelatex to bind a control sequence to an input
character ?
I cannot think why not : can you not simply write :
\def \mycontrolsequence {...}
replacing the ellipsis with the actual Unicode character desired,
either by direct keyboard entry or via copy-and-paste ?
However, I am not convinced this will address your real need; for that,
I would expect you to have to make the character active :
\catcode `\... = \active
where the ellipsis is replaced as above, and then
\def ...{<whatever>}
where <whatever> is the necessary code to set the letter larger
(including the letter itself, of course, suitably de-activated).
Or you might achieve it using \interchartoks.
Philip Taylor
--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex