mailr15812 - /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 24, 2012 - 21:27:
Author: bugman
Date: Tue Apr 24 21:27:57 2012
New Revision: 15812

URL: http://svn.gna.org/viewcvs/relax?rev=15812&view=rev
Log:
Fix for the HTML user manual at http://www.nmr-relax.com/manual/relax.html.

The ignore_commands function is now being used to force latex2html to ignore 
\linebreak[0] commands.
These were previously putting the text '[0]' throughout all the HTML pages, 
and were especially bad
in the user function section.


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=15812&r1=15811&r2=15812&view=diff
==============================================================================
--- 1.3/docs/latex/.latex2html-init (original)
+++ 1.3/docs/latex/.latex2html-init Tue Apr 24 21:27:57 2012
@@ -67,4 +67,11 @@
 # Show the section numbers of the PDF manual.
 $SHOW_SECTION_NUMBERS = 1;
 
+# Ignore certain LaTeX commands
+&ignore_commands( <<_IGNORED_CMDS_);
+documentstyle # [] # {}
+linebreak # []
+mbox
+_IGNORED_CMDS_
+
 1;     # This must be the last line




Related Messages


Powered by MHonArc, Updated Tue Apr 24 21:40:01 2012