mailRe: r8698 - /branches/relax_disp/prompt/relax_disp.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d'Auvergne on January 28, 2009 - 18:34:
That was an easy fix.  I hope it didn't take you too long to find.

Bye,

Edward


On Wed, Jan 28, 2009 at 5:57 PM,  <sebastien.morin.1@xxxxxxxxx> wrote:
Author: semor
Date: Wed Jan 28 17:57:19 2009
New Revision: 8698

URL: http://svn.gna.org/viewcvs/relax?rev=8698&view=rev
Log:
Fixed a bug which prevented the manual pdf to be compiled.

The problem was caused by a ':' character in the references (after the 
volume number, as usual).
This was changed for a '.' character.

Equations were fine..!

Moreover, a better formatting was done by adding ':' characters after the 
word 'are' before
enumerations.


Modified:
   branches/relax_disp/prompt/relax_disp.py

Modified: branches/relax_disp/prompt/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/prompt/relax_disp.py?rev=8698&r1=8697&r2=8698&view=diff
==============================================================================
--- branches/relax_disp/prompt/relax_disp.py (original)
+++ branches/relax_disp/prompt/relax_disp.py Wed Jan 28 17:57:19 2009
@@ -282,11 +282,11 @@
        The supported equations will include the default fast-exchange 
limit as well as the
        slow-exchange limit.

-        The parameters of these two models are
+        The parameters of these two models are:
            'fast': [R2, Rex, kex],
            'slow': [R2A, kA, dw].

-        The equations for these two models are
+        The equations for these two models are:
                                       /              /        kex       \  
 4 * cpmg_frq \
            'fast': R2eff = R2 + Rex * | 1 - 2 * Tanh | ---------------- | 
* ------------ |
                                       \              \ 2 * 4 * cpmg_frq /  
      kex     /
@@ -297,10 +297,10 @@

            where cpmg_frq = 1 / ( 4 * cpmg_tau )

-        The references for these equations are
-            'fast': Millet et al., JACS, 2000, 122 : 2867 - 2877 (equation 
19)
-                    Kovrigin et al., JMagRes, 2006, 180 : 93 - 104 
(equation 1)
-            'slow': Tollinger et al., JACS, 2001, 123: 11341-11352 
(equation 2)
+        The references for these equations are:
+            'fast': Millet et al., JACS, 2000, 122. 2867 - 2877 (equation 
19),
+                    Kovrigin et al., JMagRes, 2006, 180. 93 - 104 
(equation 1),
+            'slow': Tollinger et al., JACS, 2001, 123. 11341-11352 
(equation 2).


        Examples


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits




Related Messages


Powered by MHonArc, Updated Wed Jan 28 20:00:39 2009