r28053 - /trunk/docs/latex/find_duplicate_titles.py

2015-10-15 Thread edward
Author: bugman Date: Thu Oct 15 11:12:36 2015 New Revision: 28053 URL: http://svn.gna.org/viewcvs/relax?rev=28053=rev Log: Converted the duplicate title finding shell script into a Python script. The Python script is far more advanced and uses a different logic to produce a table of replicated

r28056 - /trunk/docs/latex/find_duplicate_titles.sh

2015-10-15 Thread edward
Author: bugman Date: Thu Oct 15 11:27:10 2015 New Revision: 28056 URL: http://svn.gna.org/viewcvs/relax?rev=28056=rev Log: Removed the duplicate LaTeX title finding shell script. This is now handled by the far more advanced Python script. Removed: trunk/docs/latex/find_duplicate_titles.sh

r28060 - /trunk/scons/manuals.py

2015-10-15 Thread edward
Author: bugman Date: Thu Oct 15 11:55:59 2015 New Revision: 28060 URL: http://svn.gna.org/viewcvs/relax?rev=28060=rev Log: Fixes and improved printouts for the replicate_title_check scons target. Modified: trunk/scons/manuals.py Modified: trunk/scons/manuals.py URL:

r28059 - /trunk/docs/latex/maths.tex

2015-10-15 Thread edward
Author: bugman Date: Thu Oct 15 11:55:30 2015 New Revision: 28059 URL: http://svn.gna.org/viewcvs/relax?rev=28059=rev Log: Removal of an old replicated title in the LaTeX sources for the manual. This is the title 'Model-free analysis' which is used for the entire specific analysis chapter as

r28054 - /trunk/docs/latex/find_duplicate_titles.py

2015-10-15 Thread edward
Author: bugman Date: Thu Oct 15 11:26:01 2015 New Revision: 28054 URL: http://svn.gna.org/viewcvs/relax?rev=28054=rev Log: Converted the replicated title finding Python script to use a class structure. This allows the script to be imported as a module. The replicate finding has been shifted

r28057 - in /trunk: scons/manuals.py sconstruct

2015-10-15 Thread edward
Author: bugman Date: Thu Oct 15 11:44:13 2015 New Revision: 28057 URL: http://svn.gna.org/viewcvs/relax?rev=28057=rev Log: The Scons compilation of the PDF and HTML manuals now checks for replicated titles. A new replicate_title_check target has been added to the scons scripts. This calls the

r28052 - /trunk/docs/latex/find_duplicate_titles.sh

2015-10-15 Thread edward
Author: bugman Date: Thu Oct 15 10:24:05 2015 New Revision: 28052 URL: http://svn.gna.org/viewcvs/relax?rev=28052=rev Log: Updated the shell script for finding duplicated titles in the LaTeX files of the manual. Modified: trunk/docs/latex/find_duplicate_titles.sh Modified:

r28055 - in /trunk/docs/latex: find_duplicate_titles.py find_replicate_titles.py

2015-10-15 Thread edward
Author: bugman Date: Thu Oct 15 11:26:29 2015 New Revision: 28055 URL: http://svn.gna.org/viewcvs/relax?rev=28055=rev Log: Renamed the replicate title finding script. Added: trunk/docs/latex/find_replicate_titles.py - copied unchanged from r28054,

r28061 - in /tags/4.0.0/docs/latex: ./ frame_order/

2015-10-15 Thread edward
Author: bugman Date: Thu Oct 15 11:58:59 2015 New Revision: 28061 URL: http://svn.gna.org/viewcvs/relax?rev=28061=rev Log: Ported r28058 and r28059 from trunk to fix the live HTML manual at http://www.nmr-relax.com . The command used was: svn merge -r28057:28059