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