svn+ssh://bugman@.../svn/relax/1.3
........
r7876 | bugman | 2008-10-21 11:50:12 +0200 (Tue, 21 Oct 2008) | 11 lines
Fixes for the model-free LaTeX table generation sample script.
These fixes do not affect the system test result yet - as LaTeX compilation will not be part of the
test suite - but fix the LaTeX compilation. These will be ported back to the sample script.
The docstring has been modified as the booktabs package is needed for this table. The '&'
characters in the spin_id string have been escaped to avoid this being interpreted as a column
separator. The 'Residue' column has been renamed to 'Spin'. And finally missing model-free
parameter errors can be handled.
........
r7877 | bugman | 2008-10-21 11:53:58 +0200 (Tue, 21 Oct 2008) | 24 lines
Ported the changes of r7876 from the test suite to the sample script.
The command used was:
svn merge -r7875:7876 test_suite/system_tests/scripts/latex_mf_table.py sample_scripts/latex_mf_table.py
The LaTeX document starting and ending commands have been removed from this revision!
.....
r7876 | bugman | 2008-10-21 11:50:12 +0200 (Tue, 21 Oct 2008) | 11 lines
Changed paths:
M /1.3/test_suite/system_tests/scripts/latex_mf_table.py
Fixes for the model-free LaTeX table generation sample script.
These fixes do not affect the system test result yet - as LaTeX compilation will not be part of the
test suite - but fix the LaTeX compilation. These will be ported back to the sample script.
The docstring has been modified as the booktabs package is needed for this table. The '&'
characters in the spin_id string have been escaped to avoid this being interpreted as a column
separator. The 'Residue' column has been renamed to 'Spin'. And finally missing model-free
parameter errors can be handled.
.....
........