Hello, 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 as suggested for pdftex on http://tex.stackexchange.com/questions/34604/entering-unicode-characters-in-latex "To define behaviour for unicode characters, use the \DeclareUnicodeCharacter command that is then defined. Here's an example for binding the control sequence \dash to the input character "—"; i.e., a literal em-dash, U+2014, in the source: \DeclareUnicodeCharacter{2014}{\dash} \dash can then be defined in the usual manner; I use: \DeclareRobustCommand\dash{% \unskip\nobreak\thinspace\textemdash\allowbreak\thinspace\ignorespaces} This defines a dash that has a small space on either side and will only allow a line break *after* it. "
-------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex
