Ah, that was the problem. This bug must have affected all releases of relax since about 1.0!
Cheers, Edward On Tue, Jan 13, 2009 at 8:23 PM, <[email protected]> wrote: > Author: semor > Date: Tue Jan 13 20:23:13 2009 > New Revision: 8436 > > URL: http://svn.gna.org/viewcvs/relax?rev=8436&view=rev > Log: > Corrected a typo. > > This was discussed in a thread starting at: > https://mail.gna.org/public/relax-devel/2009-01/msg00087.html > (Message-id: <[email protected]>) > > > Modified: > 1.3/docs/latex/fetch_docstrings.py > > Modified: 1.3/docs/latex/fetch_docstrings.py > URL: > http://svn.gna.org/viewcvs/relax/1.3/docs/latex/fetch_docstrings.py?rev=8436&r1=8435&r2=8436&view=diff > ============================================================================== > --- 1.3/docs/latex/fetch_docstrings.py (original) > +++ 1.3/docs/latex/fetch_docstrings.py Tue Jan 13 20:23:13 2009 > @@ -367,7 +367,7 @@ > > # R1 and R2. > string = self.safe_replacement(string, 'R1', 'R$_1$') > - string = self.safe_replacement(string, 'R2', 'R$_1$') > + string = self.safe_replacement(string, 'R2', 'R$_2$') > > > # Model-free parameters. > > > _______________________________________________ > relax (http://nmr-relax.com) > > This is the relax-commits mailing list > [email protected] > > 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 > _______________________________________________ relax (http://nmr-relax.com) This is the relax-devel mailing list [email protected] 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-devel

