<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    I am wondering why equation*/split is preferable to align*.<br>
    <br>
    Thanks<br>
    <br>
    On 8/10/2012 6:02 PM, Axel E. Retif wrote:
    <blockquote cite="mid:5025850A.1040502@mac.com" type="cite">On
      08/09/2012 09:11 PM, Gary L. Gray wrote:
      <br>
      <br>
      <br>
      <blockquote type="cite">I would like to create a list for which
        each entry is a displayed
        <br>
        equation. As you can see in the following simple example (the
        last
        <br>
        item is commented out -- more on that soon), LaTeX pushes the
        <br>
        baseline of the equation well below the baseline of the bullet.
        If I
        <br>
        wrap the displayed equation environment in a \raisebox and raise
        it
        <br>
        zero length, the baselines align perfectly.
        <br>
      </blockquote>
      <br>
      parbox; and better equation*/split than align*:
      <br>
      <br>
      \item
      <br>
      \raisebox{0pt}{\parbox{10pc}{
      <br>
      \begin{equation*}
      <br>
      \begin{split}
      <br>
      y &= \int \sin x \,dx \\
      <br>
      &\qquad{} + x^{2}
      <br>
      \end{split}
      <br>
      \end{equation*}
      <br>
      }}
      <br>
      <br>
      <br>
      Best
      <br>
      <br>
      Axel
      <br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
----------- Please Consult the Following Before Posting -----------
TeX FAQ: <a class="moz-txt-link-freetext" href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a>
List Reminders and Etiquette: <a class="moz-txt-link-freetext" href="http://email.esm.psu.edu/mac-tex/">http://email.esm.psu.edu/mac-tex/</a>
List Archive: <a class="moz-txt-link-freetext" href="http://tug.org/pipermail/macostex-archives/">http://tug.org/pipermail/macostex-archives/</a>
TeX on Mac OS X Website: <a class="moz-txt-link-freetext" href="http://mactex-wiki.tug.org/">http://mactex-wiki.tug.org/</a>
List Info: <a class="moz-txt-link-freetext" href="http://email.esm.psu.edu/mailman/listinfo/macosx-tex">http://email.esm.psu.edu/mailman/listinfo/macosx-tex</a>

</pre>
    </blockquote>
  </body>
</html>