Re: another bug capricioso
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: another bug capricioso
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2012年11月12日 21:42:46 +0200
> PPS: I still dream of a PL where the sign for defining a symbol and the sign
> for redefining one would not so strangely be the same (and so strangely be
> '='!).
LaTeX does that.
\newcommand gives an error when the command already exists.
You must use \renewcommand then.
It's a PITA most of the time, actually.
Dirk