Parent Directory
|
Revision Log
|
Revision Graph
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 |