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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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