mailr26526 - /trunk/sample_scripts/model_free/table_latex.py


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

Header


Content

Posted by edward on November 11, 2014 - 16:06:
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:




Related Messages


Powered by MHonArc, Updated Tue Nov 11 16:20:02 2014