From db37d2572b49123aba6cdc611cef0d6e6411615f Mon Sep 17 00:00:00 2001 From: "Daniel E. Doherty" Date: Sat, 1 May 2010 18:47:59 -0500 Subject: [PATCH] (Tutorial): Use ^{\prime} to indicate primes. --- doc/misc/ChangeLog | 4 ++++ doc/misc/calc.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.2