Release Date
...
What’s new
Adding Multi-line Equations in the ‘LaTeX Math Editor’
In LaTeX formats equations, the double backslash command\\
is used to create a new line or initiate a line break. The double backslash command \\
in the LaTex Math Editor generates the following code and creates a new line automatically.
Code Block |
---|
\begin{align}
<equation 1> \\
<equation 2> \\
<equation 3>
\end{align} |
...
Info |
---|
Note: This feature also works for the LaTex Unit and LaTex Inline Macros. Click on the following links for detailed documentation: Adding Multi-line Equations in the LaTeX Math Block Macro |
Introducing a shortcut key to open the Anchor field in the LaTex Math Editor
...