Author: bugman
Date: Tue Nov 11 16:06:36 2014
New Revision: 26526

URL: http://svn.gna.org/viewcvs/relax?rev=26526&view=rev
Log:
Unicode fixes for the "\u" string in "\usepackage" in the module docstring.

This requires escaping as "\\usepackage" to avoid the unicode character '\u'.


Modified:
    trunk/sample_scripts/model_free/table_latex.py

Modified: trunk/sample_scripts/model_free/table_latex.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/sample_scripts/model_free/table_latex.py?rev=26526&r1=26525&r2=26526&view=diff
==============================================================================
--- trunk/sample_scripts/model_free/table_latex.py      (original)
+++ trunk/sample_scripts/model_free/table_latex.py      Tue Nov 11 16:06:36 2014
@@ -25,8 +25,8 @@
 uses the more elegant booktable format.  The packages can be included using 
the LaTeX preamble
 commands:
 
-\usepackage{longtable}
-\usepackage{booktabs}
+\\usepackage{longtable}
+\\usepackage{booktabs}
 
 Assuming the file name 'results.tex', the resultant table can be placed into a 
LaTeX manuscript
 with the command:


_______________________________________________
relax (http://www.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

Reply via email to