diff options
author | Andrew Yu <andrew@andrewyu.org> | 2023-07-07 12:00:14 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:31:17 +0800 |
commit | ec00a69ef1f7d21f784264b75d6fcca97fa7fb78 (patch) | |
tree | c5a177f0a53c8ca6414a043ebf61c759c6153d05 /article/texmacs-maxima-integral.html | |
parent | cb53180786d36f35fd49d1e792cb365d10f4065b (diff) | |
download | www-ec00a69ef1f7d21f784264b75d6fcca97fa7fb78.tar.gz |
Use ``TeX-style quotes'' instead of “unicode quotes”
Diffstat (limited to 'article/texmacs-maxima-integral.html')
-rw-r--r-- | article/texmacs-maxima-integral.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/article/texmacs-maxima-integral.html b/article/texmacs-maxima-integral.html index 4741b9d..7df3654 100644 --- a/article/texmacs-maxima-integral.html +++ b/article/texmacs-maxima-integral.html @@ -14,16 +14,16 @@ I've been trying to get <a href="https://www.texmacs.org/">TeXmacs</a> with its <a href="https://maxima.sourceforge.io/">Maxima</a> <a href="https://www.texmacs.org/tmweb/documents/tutorials/maxima-tutorial/maxima-tutorial.en.html">plugin</a> to work. </p> <p> - Enabling the “mathematical input” mode in its interactive sessions I can use TeXmacs as a nice computer algebra system. However, an issue arises when I use integration. + Enabling the ``mathematical input'' mode in its interactive sessions I can use TeXmacs as a nice computer algebra system. However, an issue arises when I use integration. </p> <p> - If I enter \(\displaystyle\int x\,\mathrm{d}\,x\) with “<code>\int <enter>x d<tab><tab>x</code>” (spaces here are actually typed in while the “<code><tab></code>”s and “<code><enter></code>”s are their respective keys), I get this idiosyncratic error: + If I enter \(\displaystyle\int x\,\mathrm{d}\,x\) with ``<code>\int <enter>x d<tab><tab>x</code>'' (spaces here are actually typed in while the ``<code><tab></code>''s and ``<code><enter></code>''s are their respective keys), I get this idiosyncratic error: </p> <pre>incorrect syntax: 1 is not an infix operator integrate( x 1, ^</pre> <p> - This seems to be a bug when TeXmacs is translating things into Maxima. Just replace the “<code><tab></code>” between the integrand and the “\(\mathrm{d}\)” with a multiplication operator entered by “<code>*</code>”. For example, <code>\int <enter>x*d<tab><tab>x</code> yields the correct result of \(\displaystyle\frac{x^2}{2}\) rather than the nonsensical error. + This seems to be a bug when TeXmacs is translating things into Maxima. Just replace the ``<code><tab></code>'' between the integrand and the ``\(\mathrm{d}\)'' with a multiplication operator entered by ``<code>*</code>''. For example, <code>\int <enter>x*d<tab><tab>x</code> yields the correct result of \(\displaystyle\frac{x^2}{2}\) rather than the nonsensical error. </p> <p> For reference, the source code of a demonstration document is included below in Scheme and XML-like (?) formats. |