How do I get the equivalent of the $\LaTeX$ \tag{} in Mathematica?
$a+b=x \tag{1}$
I'm not necessarily asking how to use the $\LaTeX$ \tag{} itself in Mathematica, I'm just looking for some feature that will allow me to mark an equation like that.
|
How do I get the equivalent of the $\LaTeX$ \tag{} in Mathematica? $a+b=x \tag{1}$ I'm not necessarily asking how to use the $\LaTeX$ |
||||
|
I do not think what you are asking for is possible. But you can do what you want by numbering an equation in Mathematica like this
do not know if this will meet your needs. Using Mathematica like Latex is not really practical or useful. I found it is better to just use Latex for typesetting, and use Mathematica for doing the computation and analysis. |
|||
|
|
As others have pointed out, automatic numbering is nicely taken care of through the built-in However, for a one off equation numbers / labels, like the $\LaTeX$
produces
However, referring to that equation using the standard CellTags and Automatic Numbering / CounterBox combination seems to be a bit tricky... There might be a nice way of doing it, but nothing immediately comes to mind. |
||||
|
|
CellLabelgets close but asRightis not a valid setting forCellLabelPositioningit cannot, AFAIK, be made to look as you show. – Mr.Wizard♦ Jan 6 at 7:31