Skip to content

Commit

Permalink
Fix bug that left the TeX version of problemPostamble undefined.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgage committed May 30, 2013
1 parent c238083 commit c2eeca3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/defaults.config
Original file line number Diff line number Diff line change
Expand Up @@ -957,17 +957,17 @@ $pg{specialPGEnvironmentVars}{useOldAnswerMacros} = 0;
# can be added if different behaviours are desired (e.g., HTML_dpng,
# HTML_asciimath, etc.). These parts are not used in the Library browser.

#$pg{specialPGEnvironmentVars}{problemPreamble} = { TeX => '', HTML=> '' };
#$pg{specialPGEnvironmentVars}{problemPostamble} = { TeX => '', HTML=>'' };
$pg{specialPGEnvironmentVars}{problemPreamble} = { TeX => '', HTML=> '' };
$pg{specialPGEnvironmentVars}{problemPostamble} = { TeX => '', HTML=>'' };

# To have the problem body indented and boxed, uncomment:
$pg{specialPGEnvironmentVars}{problemPreamble}{HTML} = qq!<div id="problem-content" name="problem-content">\n!;
$pg{specialPGEnvironmentVars}{problemPostamble}{HTML}= qq!</div>'\n!;

# $pg{specialPGEnvironmentVars}{problemPreamble}{HTML} = '<BLOCKQUOTE>
# <TABLE BORDER=1 CELLSPACING=1 CELLPADDING=15 BGCOLOR=#E8E8E8><TR><TD>';
# $pg{specialPGEnvironmentVars}{problemPostamble}{HTML} = '</TD></TR></TABLE>
# </BLOCKQUOTE>';
$pg{specialPGEnvironmentVars}{problemPreamble}{HTML} = qq!<div id="problem-content" name="problem-content">\n!;
$pg{specialPGEnvironmentVars}{problemPostamble}{HTML}= qq!</div>'\n!;
##### PG modules to load

# The first item of each list is the module to load. The remaining items are
Expand Down

0 comments on commit c2eeca3

Please sign in to comment.