Many resources on LaTeX teach that "é" and "ä" are typeset with (respectively) \'{e} and \"{a}; and it is similar for other accent symbols. Are the braces really needed? Aren't \'e and \"a shorter but identical in functionality?
|
|
The manuals usually insist teaching a uniform syntax: all arguments will be braced. However, as far as TeX is concerned, a one letter (one token, to be precise) argument can in most cases be left without braces:
will give exactly the same result. Not that I recommend it, but also
will result in a one column
is clumsy and
and then writing
The precise rule is:
This explains why one can omit the first pair of braces in
which is perfectly equivalent to
Of course this is not valid for optional arguments, which always need to be enclosed in brackets Note: for BibTeX the situation is different (as nicely explained by Mico). |
|||
|
|
|
For bibliographies at least -- more specifically, for files that will be processed by BibTeX at some point -- it's very important to write the accented characters as For other examples of how to render accented characters in a manner that's robust to BibTeX's requirements see, e.g., this answer (shameless self-citation alert!). |
|||||||||
|
