Math & Science ⇒ Nonstandard Analysis in Latex
Nonstandard Analysis in Latex
is there some convenient way to write nonstandard analysis terms such as *r.
At the Moment I use the tensor package, but this seems extremely improvised and cumbersome to me.
Here an example: \tensor*[^{\textup{*}}]{\mathbb{R}}{}
Has somebody a better idea?
Thanks.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Nonstandard Analysis in Latex
what about using simply the standard superscript command?
Code: Select all
\documentclass{book}\usepackage{amsmath}\usepackage{amssymb}\begin{document}$\sp{\ast}r$$\sp{*}r$$\sp{\ast}\mathbb{R}$$\sp{*}\mathbb{R}$\end{document}
Nonstandard Analysis in Latex
this seems like a better idea. This would also make something like
Code: Select all
$\sp{\ast}V(\sp{\ast}X)$
Code: Select all
$\tensor*[^{{\ast}}]{V(\tensor*[^{{\ast}}]{X}{}}{})$
I must say, I havn't seen any documentation about the \sp command so far. I am pretty new to Latex, though.
Thanks for the input so far. If somebody has an even better idea, please let me know

Nonstandard Analysis in Latex
Code: Select all
\usepackage{leftidx}...{^*}R,(and if you want, the package also works for left subscripts) {^*_1}R