From: Jay Belanger Date: Fri, 16 Nov 2007 04:20:08 +0000 (+0000) Subject: (TeX and LaTeX Language Modes): Put in missing braces. X-Git-Tag: emacs-pretest-23.0.90~9702 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0cbe9c788a51f43ae7a81b01330313f434e224d8;p=emacs.git (TeX and LaTeX Language Modes): Put in missing braces. --- diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 2cb55223695..b8a42f3c746 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -14006,7 +14006,7 @@ mode may display it differently. Formulas are entered and displayed in the appropriate notation; @texline @math{\sin(a/b)} @infoline @expr{sin(a/b)} -will appear as @samp{\sin\left( a \over b \right)} in @TeX{} mode and +will appear as @samp{\sin\left( @{a \over b@} \right)} in @TeX{} mode and @samp{\sin\left(\frac@{a@}@{b@}\right)} in La@TeX{} mode. Math formulas are often enclosed by @samp{$ $} signs in @TeX{} and La@TeX{}; these should be omitted when interfacing with Calc. To Calc,