]> git.eshelyaron.com Git - emacs.git/commitdiff
(TeX and LaTeX Language Modes): Put in missing braces.
authorJay Belanger <jay.p.belanger@gmail.com>
Fri, 16 Nov 2007 04:20:08 +0000 (04:20 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Fri, 16 Nov 2007 04:20:08 +0000 (04:20 +0000)
doc/misc/calc.texi

index 2cb55223695ec92fcc2bbad5a2fc0b0e71306c13..b8a42f3c74622168d707b3c4baab6cc901e95b90 100644 (file)
@@ -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,