Sunday, February 25, 2007
Ch1Projects (Con't)
I fix the braces with these codes:
#Define these variables and use it to toggle between LaTex and HTML
# $MYLB for {
# $MYRB for }
$MYLB = MODES(TeX=>'\{',HTML=>'{');
$MYRB = MODES(TeX=>'\}',HTML=>'}');
Now it looks nicer both on the web and the hard copy.
Some other changes are also made to make the hard copy
easy to read.
However, the problems with spaces in answers are not yet fixed.
-- Sophal
#Define these variables and use it to toggle between LaTex and HTML
# $MYLB for {
# $MYRB for }
$MYLB = MODES(TeX=>'\{',HTML=>'{');
$MYRB = MODES(TeX=>'\}',HTML=>'}');
Now it looks nicer both on the web and the hard copy.
Some other changes are also made to make the hard copy
easy to read.
However, the problems with spaces in answers are not yet fixed.
-- Sophal