Changeset d18f8a8 in sasmodels for sasmodels/models/lamellarCaille.py


Ignore:
Timestamp:
Dec 1, 2015 10:30:30 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
e88bb78
Parents:
eb69cce
Message:

fix multiline equation alignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/lamellarCaille.py

    reb69cce rd18f8a8  
    3030 
    3131.. math:: 
     32    :nowrap: 
    3233 
    33     %\begin{align*} % isn't working with pdflatex 
    34     \begin{array}{rll} 
     34    \begin{align*} 
    3535    \alpha(n) &= \frac{\eta_{cp}}{4\pi^2} \left(\ln(\pi n)+\gamma_E\right) 
    36               & \\ 
     36              && \\ 
    3737    \gamma_E  &= 0.5772156649 
    38               & \text{Euler's constant} \\ 
     38              && \text{Euler's constant} \\ 
    3939    \eta_{cp} &= \frac{q_o^2k_B T}{8\pi\sqrt{K\overline{B}}} 
    40               & \text{Caille constant} \\ 
    41               & 
    42     \end{array} 
     40              && \text{Caille constant} 
     41    \end{align*} 
    4342 
    4443Here $d$ = (repeat) spacing, $\delta$ = bilayer thickness, 
Note: See TracChangeset for help on using the changeset viewer.