emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100112: (Tutorial): Use ^{\prime} to


From: Jay Belanger
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100112: (Tutorial): Use ^{\prime} to indicate primes.
Date: Sat, 01 May 2010 18:47:59 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100112
author: Daniel E. Doherty <address@hidden>
committer: Jay Belanger <address@hidden>
branch nick: trunk
timestamp: Sat 2010-05-01 18:47:59 -0500
message:
  (Tutorial): Use ^{\prime} to indicate primes.
modified:
  doc/misc/ChangeLog
  doc/misc/calc.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-05-01 10:08:42 +0000
+++ b/doc/misc/ChangeLog        2010-05-01 23:47:59 +0000
@@ -1,3 +1,7 @@
+2010-05-01  Daniel E. Doherty <address@hidden> (tiny change)
+
+       * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
+
 2010-05-01  Michael Albinus  <address@hidden>
 
        * tramp.texi (Inline methods, Default Method): Mention

=== modified file 'doc/misc/calc.texi'
--- a/doc/misc/calc.texi        2010-04-18 04:13:09 +0000
+++ b/doc/misc/calc.texi        2010-05-01 23:47:59 +0000
@@ -6234,7 +6234,7 @@
 @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 @@
 @tex
 \turnoffactive
 \beforedisplay
-$$ 9 a + 3 b + c - 511 n' $$
+$$ 9 a + 3 b + c - 511 n^{\prime} $$
 \afterdisplay
 @end tex
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]