(Tutorial): Use ^{\prime} to indicate primes.
This commit is contained in:
parent
cd03c74a9a
commit
db37d2572b
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-05-01 Daniel E. Doherty <ddoherty03@gmail.com> (tiny change)
|
||||
|
||||
* calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
|
||||
|
||||
2010-05-01 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* tramp.texi (Inline methods, Default Method): Mention
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue