From: | Henrik Theiling <theiling@...> |
---|---|
Date: | Thursday, September 16, 2004, 0:45 |
Hi! Sorry for replying late, but I haven't been reading the groups since quite a while. Carsten Becker writes:>Hey! > >http://groups.yahoo.com/group/latex-for-conlangers/message/503 >I have posted that question already 4 weeks ago, but nobody has answered >yet. So I just wanted to notify you about that question.You can assign arbitrary characters to LaTeX commands by doing something like: \catcode`X\active \defX{...} Replace X with the character you like to assign a command to and ... with its definition. **Henrik