From: Daniel E. Doherty Date: Sat, 1 May 2010 23:47:59 +0000 (-0500) Subject: (Tutorial): Use ^{\prime} to indicate primes. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~312 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db37d2572b49123aba6cdc611cef0d6e6411615f;p=emacs.git (Tutorial): Use ^{\prime} to indicate primes. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 1d4f1a5f614..01657f65ade 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2010-05-01 Daniel E. Doherty (tiny change) + + * calc.texi (Tutorial): Use "^{\prime}" to indicate primes. + 2010-05-01 Michael Albinus * tramp.texi (Inline methods, Default Method): Mention diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 7647dd4d61a..96075b6710d 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -6234,7 +6234,7 @@ new_x = x - f(x)/f'(x) @end ifnottex @tex \beforedisplay -$$ x_{\rm new} = x - {f(x) \over f'(x)} $$ +$$ x_{\rm new} = x - {f(x) \over f^{\prime}(x)} $$ \afterdisplay @end tex @@ -7901,7 +7901,7 @@ term. So we can take it out to get an equivalent formula with @tex \turnoffactive \beforedisplay -$$ 9 a + 3 b + c - 511 n' $$ +$$ 9 a + 3 b + c - 511 n^{\prime} $$ \afterdisplay @end tex