mailr15814 - /1.3/docs/latex/.latex2html-init


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

Header


Content

Posted by edward on April 25, 2012 - 12:27:
Author: bugman
Date: Wed Apr 25 12:27:14 2012
New Revision: 15814

URL: http://svn.gna.org/viewcvs/relax?rev=15814&view=rev
Log:
Improvements to the HTML version of the user manual.

The latex2html configuration script now allows for more maths in the HTML 
with the HTML_VERSION math
extension.  The section numbers are now removed from the HTML pages to allow 
for more static pages
for the user functions which don't disappear as new user functions are added, 
changing the section
numbering.  The title page has also been renamed to "The relax user manual" 
for better search engine
indexing.


Modified:
    1.3/docs/latex/.latex2html-init

Modified: 1.3/docs/latex/.latex2html-init
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/latex/.latex2html-init?rev=15814&r1=15813&r2=15814&view=diff
==============================================================================
--- 1.3/docs/latex/.latex2html-init (original)
+++ 1.3/docs/latex/.latex2html-init Wed Apr 25 12:27:14 2012
@@ -1,5 +1,5 @@
 # The title.
-$TITLE = 'relax';
+$TITLE = 'The relax user manual';
 
 # Allow images in the base relax directory to be used.
 $DVIPS = 'dvips -R0';
@@ -25,7 +25,7 @@
 $LOCAL_ICONS = 1;
 
 # Set the HTML version.
-$HTML_VERSION = "4.0";
+$HTML_VERSION = "4.0,math";
 
 # Additions to the head tag (Google analytics JS).
 $LATEX2HTML_META = "
@@ -64,9 +64,6 @@
 # Set the font size.
 $FONT_SIZE = "12pt";
 
-# Show the section numbers of the PDF manual.
-$SHOW_SECTION_NUMBERS = 1;
-
 # Ignore certain LaTeX commands
 &ignore_commands( <<_IGNORED_CMDS_);
 documentstyle # [] # {}




Related Messages


Powered by MHonArc, Updated Wed Apr 25 12:40:02 2012