I'm learning math mode and having an issue here with the prime symbol.
$y\in[0,1]^{d\prime}$
In this inline math formula, the prime symbol is supposed to be superscript, but it shows up at the regular text level and size.
|
I'm learning math mode and having an issue here with the prime symbol.
In this inline math formula, the prime symbol is supposed to be superscript, but it shows up at the regular text level and size. |
|||||||
|
|
It is not clear what you want the output to be
the
which is equivalent to
|
|||||
|
|
EDIT: This might be marginal to the question, but I think it's a useful addition. The
the output will be:
As you can see, LaTeX interprets it as a double superscript. Now suppose you don't want that, but instead something like:
If you try to do it by typing:
To avoid this, |
||||
|
|