/[MITgcm]/manual/.latex2html-init
ViewVC logotype

Contents of /manual/.latex2html-init

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


Revision 1.1 - (show annotations) (download)
Fri Jul 15 02:28:04 2005 UTC (18 years, 9 months ago) by cnh
Branch: MAIN
Trying to fix grey equation background for the millionth time!

1 # Force white background and black text
2 $BODYTEXT = "text=\"\#000000\" bgcolor=\"\#FFFFFF\"";
3 # This ensures that some figures do not end up with a grey background
4 $WHITE_BACKGROUND = 1;
5 # Tell LATEX:
6 $LATEX_COLOR = "\\pagecolor{white}";
7
8 # $PSTOIMG = "$PERL /home/barnett/lib/pstoimg";
9
10 # use GIF rather than PNG:
11 # $IMAGE_TYPE = $IMAGE_TYPES[1];
12
13
14 # $ICONSERVER = "http://monsoon.harvard.edu/~barnett/icons";
15
16 1; # This must be the last line

  ViewVC Help
Powered by ViewVC 1.1.22