I would like to create a command to automatically generate accented letters like è or é.
I tried:
\newcommand{\ar}[1]{\´#1}
\newcommand{\al}[1]{\`#1}
\ar{e}
\al{e}
but the result was "Undefined sequence".
Anyone know how to solve this problem?
|
|
I think you may have a non-ascii character, The following modified form of your code should do the job for you:
|
||||
|
|