Is there an easyish way of setting the vertical gap between lines? In the example, below the two lines render to close to eachother.
\begin{align}
f'(x) &= 4x + 24 - 24 \\
&= 4x
\end{align}
Locally:
Try adding [<height>] as in the following example:
\begin{align} f'(x) &= 4x + 24 - 24 \\[5ex] &= 4x \end{align}
Globally:
For the external renderer, add the following line to the end of the LaTeX header in the LaTeX Math configuration:
\setlength{\jot}{5ex}
If you are using MathJax or the internal renderer, then unfortunately no global option is available at the moment. You are welcome to create an issue here: https://bitbucket.org/tensixtwo/latex-math/issues
Thanks!
The [5ex] does what I want but can't I do that globally?
align and align* seem to do the same thing - they both number if I have the anchor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, I updated the answer for you. If using align does not add duplicate numbering, then it is probably because you are using the internal renderer, in which case don't worry about it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I'll create the issue because I use it all over the place and I never need one line to be hard up against another.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.