\newline

Alexsandra's Avatar

Alexsandra

06 Dec, 2011 08:43 PM

I want to separate equations by making a new line, but \newline doesn't work in Brisk. What alternatives are there?

  1. Support Staff 2 Posted by Erik Aigner on 06 Dec, 2011 08:53 PM

    Erik Aigner's Avatar

    You could for instance use the align environment like so

    \begin{align}
    expression 1 \\
    expression 2
    \end{align}
    
  2. 3 Posted by Alexsandra on 06 Dec, 2011 09:01 PM

    Alexsandra's Avatar

    Okay, so that works, but how do I align to the left?

    Thanks!

  3. Support Staff 4 Posted by Erik Aigner on 06 Dec, 2011 09:06 PM

    Erik Aigner's Avatar

    In an align environment you can control alignment with the & character

    Like that

    \begin{align}
    & a = b + c \\
    & d = e + f + g
    \end{align}
    

    or this way if you want to align with = for instance

    \begin{align}
    a =& b + c \\
    d = e + f + g =& d
    \end{align}
    
  4. 5 Posted by Alexsandra on 06 Dec, 2011 09:11 PM

    Alexsandra's Avatar

    Awesome. Thanks again.

  5. Erik Aigner closed this discussion on 12 Dec, 2011 09:34 AM.

Comments are currently closed for this discussion. You can start a new one.

Recent Discussions

30 Sep, 2012 04:54 PM
29 Sep, 2012 10:34 AM
29 Sep, 2012 10:14 AM
28 Sep, 2012 05:20 PM