diff options
author | Runxi Yu <harriet@andrewyu.org> | 2023-08-17 20:36:06 +0100 |
---|---|---|
committer | Runxi Yu <harriet@andrewyu.org> | 2023-08-17 20:36:06 +0100 |
commit | 0ad160dffd0efe2b80063727eb40990336ac3296 (patch) | |
tree | a708c7da583ec97601d40df436c43292c059b945 /article/texmacs-maxima-integral.html | |
parent | 5a42204cdf2b258046b79238dfdb7e149be32929 (diff) | |
download | www-0ad160dffd0efe2b80063727eb40990336ac3296.tar.gz |
Remove HTML smart quotes
Diffstat (limited to 'article/texmacs-maxima-integral.html')
-rw-r--r-- | article/texmacs-maxima-integral.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/article/texmacs-maxima-integral.html b/article/texmacs-maxima-integral.html index 57ddd43..e2bc447 100644 --- a/article/texmacs-maxima-integral.html +++ b/article/texmacs-maxima-integral.html @@ -15,16 +15,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. @@ -73,7 +73,7 @@ integrate( x 1, <div id="footer"> <hr /> <p><a href="/">Runxi Yu's Website</a></p> - <p>Unless otherwise specified with the “<span class="copyright">copyright</span>” HTML/CSS class, works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is available under <a href="https://www.andrewyu.org/note/pubdom.html">Runxi Yu's Public Domain Dedication</a>.</p> + <p>Unless otherwise specified with the "<span class="copyright">copyright</span>" HTML/CSS class, works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is available under <a href="https://www.andrewyu.org/note/pubdom.html">Runxi Yu's Public Domain Dedication</a>.</p> </div> </body> </html> |