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

Annotation of /manual/.latex2html-init

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


Revision 1.3 - (hide annotations) (download)
Fri Jul 15 13:20:56 2005 UTC (18 years, 9 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint01, HEAD
Changes since 1.2: +1 -0 lines
Slight change to the fix - plus relative path in .latex2html-init

1 cnh 1.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 cnh 1.2 $PSTOIMG = "$PERL /mnt/disk2_ext3/home/cnh/src/MITgcm_doc/pstoimg";
9 cnh 1.3 $PSTOIMG = "$PERL ../pstoimg";
10 cnh 1.2 # $PSTOIMG = "$PERL sxfdsfdfsdsf";
11 cnh 1.1
12     # use GIF rather than PNG:
13     # $IMAGE_TYPE = $IMAGE_TYPES[1];
14 cnh 1.2 # $ANTI_ALIAS = 1;
15    
16     # $VERBOSITY = 8;
17     # $DEBUG = 1;
18 cnh 1.1
19    
20     # $ICONSERVER = "http://monsoon.harvard.edu/~barnett/icons";
21    
22     1; # This must be the last line

  ViewVC Help
Powered by ViewVC 1.1.22