mailr12445 - in /1.3: docs/latex/.latex2html-init scons/manuals.py


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

Header


Content

Posted by edward on January 24, 2011 - 16:42:
Author: bugman
Date: Mon Jan 24 16:42:55 2011
New Revision: 12445

URL: http://svn.gna.org/viewcvs/relax?rev=12445&view=rev
Log:
Shifted the -auto_navigation commmand line arg into the latex2html init file.

This will be visible at http://www.nmr-relax.com/manual/1.3/relax.html with a 
new relax release.


Modified:
    1.3/docs/latex/.latex2html-init
    1.3/scons/manuals.py

Modified: 1.3/docs/latex/.latex2html-init
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/latex/.latex2html-init?rev=12445&r1=12444&r2=12445&view=diff
==============================================================================
--- 1.3/docs/latex/.latex2html-init (original)
+++ 1.3/docs/latex/.latex2html-init Mon Jan 24 16:42:55 2011
@@ -33,6 +33,9 @@
 # The level for splitting into separate HTML pages.
 $MAX_SPLIT_DEPTH = 4;
 
+# Navigation links at the bottom as well.
+$AUTO_NAVIGATION = 1;
+
 # Set the font size.
 $FONT_SIZE = "12pt";
 

Modified: 1.3/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/scons/manuals.py?rev=12445&r1=12444&r2=12445&view=diff
==============================================================================
--- 1.3/scons/manuals.py (original)
+++ 1.3/scons/manuals.py Mon Jan 24 16:42:55 2011
@@ -301,7 +301,7 @@
     dir = path.pardir + path.sep + "html"
 
     # Run the latex2html command.
-    cmd = "latex2html -dir %s -auto_navigation --external_file relax.aux 
-antialias relax.tex" % (dir)
+    cmd = "latex2html -dir %s --external_file relax.aux -antialias 
relax.tex" % (dir)
     print("Running the command:\n$ %s\n\n\n" % cmd)
     system(cmd)
 




Related Messages


Powered by MHonArc, Updated Mon Jan 24 17:00:02 2011