/[MITgcm]/manual/latex2html_alignment.patch
ViewVC logotype

Annotation of /manual/latex2html_alignment.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Aug 25 16:14:06 2006 UTC (17 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint01, HEAD
add latex2html patch and info on how to use it

1 edhill 1.1 --- /usr/bin/latex2html.orig 2005-12-11 06:13:59.000000000 -0500
2     +++ /usr/bin/latex2html 2006-07-02 11:43:24.000000000 -0400
3     @@ -9872,7 +9872,8 @@
4     $aalign = ($EQN_TAGS eq "L") ? "RIGHT" : "LEFT";
5     }
6     } elsif ($name =~ /inline|display|entity|xy|diagram/ && $depth{$name} != 0) {
7     - $aalign = "MIDDLE".$border;
8     + #EH3 $aalign = "MIDDLE".$border;
9     + $aalign = "BOTTOM".$border;
10     } elsif ($name =~ /inpar/m) {
11     $aalign = "TOP".$border;
12     } else { $aalign = "BOTTOM".$border }

  ViewVC Help
Powered by ViewVC 1.1.22