diff options
| author | Po Lu | 2024-03-16 09:29:42 +0800 |
|---|---|---|
| committer | Po Lu | 2024-03-16 09:29:42 +0800 |
| commit | bbbf1e6f2d5c93e51e62c33529d3098b1ee46616 (patch) | |
| tree | 05ef8b67e888904edfab33c68fcff6d218770b87 /doc/misc | |
| parent | 983d17309911b84199e43a83d841cf7caff47316 (diff) | |
| download | emacs-bbbf1e6f2d5c93e51e62c33529d3098b1ee46616.tar.gz emacs-bbbf1e6f2d5c93e51e62c33529d3098b1ee46616.zip | |
Fix calc.texi for Texinfo 4.13
* doc/misc/calc.texi (Fractions): Replace instances of @U with
raw Unicode characters and adjust the document encoding
suitably.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/calc.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index dacf1451cc2..ac2ac5a0f91 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | @settitle GNU Emacs Calc Manual | 6 | @settitle GNU Emacs Calc Manual |
| 7 | @include docstyle.texi | 7 | @include docstyle.texi |
| 8 | @setchapternewpage odd | 8 | @setchapternewpage odd |
| 9 | @documentencoding UTF-8 | ||
| 9 | @comment %**end of header (This is for running Texinfo on a region.) | 10 | @comment %**end of header (This is for running Texinfo on a region.) |
| 10 | 11 | ||
| 11 | @include emacsver.texi | 12 | @include emacsver.texi |
| @@ -10572,12 +10573,11 @@ Non-decimal fractions are entered and displayed as | |||
| 10572 | form). The numerator and denominator always use the same radix. | 10573 | form). The numerator and denominator always use the same radix. |
| 10573 | 10574 | ||
| 10574 | @ifnottex | 10575 | @ifnottex |
| 10575 | Fractions may also be entered with @kbd{@U{2044}} (U+2044 FRACTION | 10576 | Fractions may also be entered with @kbd{⁄} (U+2044 FRACTION SLASH) in |
| 10576 | SLASH) in place of any @kbd{:}. Precomposed fraction characters from | 10577 | place of any @kbd{:}. Precomposed fraction characters from @kbd{½} |
| 10577 | @kbd{@U{00BD}} (U+00BD VULGAR FRACTION ONE HALF) through | 10578 | (U+00BD VULGAR FRACTION ONE HALF) through @kbd{⅞} (U+215E VULGAR |
| 10578 | @kbd{@U{215E}} (U+215E VULGAR FRACTION SEVEN EIGHTHS) are supported as | 10579 | FRACTION SEVEN EIGHTHS) are supported as well. Thus, @samp{2:3}, |
| 10579 | well. Thus, @samp{2:3}, @samp{2@U{2044}3}, and @samp{@U{2154}} are all | 10580 | @samp{2⁄3}, and @samp{⅞} are all equivalent. |
| 10580 | equivalent. | ||
| 10581 | @end ifnottex | 10581 | @end ifnottex |
| 10582 | @iftex | 10582 | @iftex |
| 10583 | Fractions may also be entered with U+2044 FRACTION SLASH in place of | 10583 | Fractions may also be entered with U+2044 FRACTION SLASH in place of |