mailr23031 - /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 - 10:34:
Author: bugman
Date: Wed May  7 10:34:22 2014
New Revision: 23031

URL: http://svn.gna.org/viewcvs/relax?rev=23031&view=rev
Log:
Fixes for all URLs in the HTML version of the relax manual.

This fix will appear later at http://www.nmr-relax.com/manual/index.html once 
the next version of
relax is released.  The trick was to translate the \url{} LaTeX commands 
which are not recognised by
latex2html into \htmladdnormallink{#1}{#1} commands using a htmlonly 
environment in the headers.


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=23031&r1=23030&r2=23031&view=diff
==============================================================================
--- trunk/docs/latex/relax.tex  (original)
+++ trunk/docs/latex/relax.tex  Wed May  7 10:34:22 2014
@@ -230,6 +230,11 @@
 \usepackage{html}
 
\htmladdtonavigation{\htmladdnormallink{\htmladdimg{http://www.nmr-relax.com/images/pdf_icon_nav.png}}{http://download.gna.org/relax/manual/relax.pdf}}
 
\htmladdtonavigation{\htmladdnormallink{\htmladdimg{http://www.nmr-relax.com/images/relax_logo_nav.png}}{http://www.nmr-relax.com}}
+
+% Make hyperrefs work in latex2html.
+\begin{htmlonly}
+  \def\url#1{\htmladdnormallink{#1}{#1}}
+\end{htmlonly}
 
 % Make the index.
 \makeindex




Related Messages


Powered by MHonArc, Updated Wed May 07 11:40:02 2014