Vincent Delecroix on Tue, 02 Aug 2016 16:49:32 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: latex macro |
On 02/08/16 10:42, Karim Belabas wrote:
* Vincent Delecroix [2016-08-02 16:02]: [...]Thanks Karim for taking the time to explain! I guess the semantic of @[startlword]BLAH@[endlword] is not clear for us.It justs means, "BLAH typeset as a mathematical function name". The best general LaTeX translation would be @[startlword]BLAH@[endlword] => \operatorname{BLAH} I guess ReST would accept that. (In TeX context, there's the problem of entering / leaving math mode but I guess you already handle that ?) Cheers, K.B. P.S. Perhaps with a dictionary of predefined names: plain.tex defines exactly 32 standard functions:
Will do that. Thanks. Vincent