mailr12450 - /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 January 25, 2011 - 09:30:
Author: bugman
Date: Tue Jan 25 09:30:32 2011
New Revision: 12450

URL: http://svn.gna.org/viewcvs/relax?rev=12450&view=rev
Log:
Forced titles into the navigation bar images in the HTML user manual by 
tricking latex2html.

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

The titles were added to the image size strings.


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=12450&r1=12449&r2=12450&view=diff
==============================================================================
--- 1.3/docs/latex/.latex2html-init (original)
+++ 1.3/docs/latex/.latex2html-init Tue Jan 25 09:30:32 2011
@@ -11,14 +11,14 @@
 $ALTERNATIVE_ICONS = 'icons';
 
 %iconsizes = (
-'up' ,'WIDTH="48" HEIGHT="48"',
-'next','WIDTH="48" HEIGHT="48"',
-'previous','WIDTH="48" HEIGHT="48"',
-'next_group' ,'WIDTH="48" HEIGHT="48"',
-'next_inactive' ,'WIDTH="48" HEIGHT="48"',
-'previous_group','WIDTH="48" HEIGHT="48"',
-'contents','WIDTH="48" HEIGHT="48"',
-'index','WIDTH="48" HEIGHT="48"',
+'up' ,'WIDTH="48" HEIGHT="48" TITLE="Up"',
+'next','WIDTH="48" HEIGHT="48" TITLE="Next"',
+'previous','WIDTH="48" HEIGHT="48" TITLE="Previous"',
+'next_group' ,'WIDTH="48" HEIGHT="48" TITLE="Next group"',
+'next_inactive' ,'WIDTH="48" HEIGHT="48" TITLE="Next"',
+'previous_group','WIDTH="48" HEIGHT="48" TITLE="Previous group"',
+'contents','WIDTH="48" HEIGHT="48" TITLE="Contents"',
+'index','WIDTH="48" HEIGHT="48" TITLE="Index"',
 );
 
 # Copy the icons into the HTML target directory.




Related Messages


Powered by MHonArc, Updated Wed Jan 26 21:00:02 2011