I want to put the following two labels in my mathematica (3D) graphic:
In $\LaTeX$ it would be:
$D^2 \times \{ 1 \}$ and $\partial D^2 \times D^1$
For the first one the hard part for me was the curly brackets. I came up with something that works well enough but I think is not the right way:
Text[TraditionalForm[D^2 ] TraditionalForm[x] TraditionalForm[{1}], {0, 0, 1}]
But the second one currently has me stumped. I can write \[PartialD] in a notebook but don't see how to use this.


