Hi Folks,
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.
Math & Science ⇒ Nonstandard Analysis in Latex
NEW: TikZ book now 40% off at Amazon.com for a short time.
Nonstandard Analysis in Latex
Hi,
what about using simply the standard superscript command?
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}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Nonstandard Analysis in Latex
Hi,
this seems like a better idea. This would also make something like
work.
yields V(*X) instead of *V(*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
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
Sorry for the bump, but I had to do a gazillion of the *'s in my article (Nonstandard Analysis from a Model-Theoretic Perspective) and probably the best way to do so is:
Code: Select all
\usepackage{leftidx}
...
{^*}R,
(and if you want, the package also works for left subscripts) {^*_1}R