mailr23062 - /trunk/docs/latex/relax.tex


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

Header


Content

Posted by edward on May 07, 2014 - 17:10:
Author: bugman
Date: Wed May  7 17:10:51 2014
New Revision: 23062

URL: http://svn.gna.org/viewcvs/relax?rev=23062&view=rev
Log:
Better latex2html support for the relax manual, specifically the dispersion 
software comparison table.

The \yes and \no commands are now better processed as HTML, and the rotating 
package 'rotate'
environment is replaced by nothing.  This will improve the dispersion 
software comparison table at
http://www.nmr-relax.com/manual/Comparison_dispersion_analysis_software.html.


Modified:
    trunk/docs/latex/relax.tex

Modified: trunk/docs/latex/relax.tex
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/relax.tex?rev=23062&r1=23061&r2=23062&view=diff
==============================================================================
--- trunk/docs/latex/relax.tex  (original)
+++ trunk/docs/latex/relax.tex  Wed May  7 17:10:51 2014
@@ -237,6 +237,13 @@
 
   % Support for \bibentry{}.
   \def\bibentry#1{\citet{#1}}
+
+  % Kill the rotate environment that latex2html cannot handle.
+  \renewenvironment{rotate}[1]{}
+
+  % Redefine some commands to be prettier in HTML.
+  \newcommand{\no}{-}
+  \newcommand{\yes}{y}
 \end{htmlonly}
 
 % Make the index.




Related Messages


Powered by MHonArc, Updated Wed May 07 18:00:02 2014