mailr8698 - /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 sebastien . morin . 1 on January 28, 2009 - 17:57:
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




Related Messages


Powered by MHonArc, Updated Wed Jan 28 19:40:02 2009