forked from openwebwork/webwork2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheaders-footers
32 lines (21 loc) · 1011 Bytes
/
headers-footers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
OLD VARIABLE OLD FILE NEW FILE USE
$SET_HEADER paperSetHeader.pg paperSetHeader.pg hardcopy generation (see below)
$PROB_HEADER screenSetHeader.pg screenSetHeader.pg displayed on ProblemSet page, instructions for problem set
$TEX_PROB_FOOTER texProbFooter.tex screenProblemPostamble.tex
$TEX_PROB_PREAMBLE texProbPreamble.tex screenProblemPreamble.tex
$TEX_SET_FOOTER texSetFooter.tex paperSetPostamble.tex hardcopy generation (see below)
$TEX_SET_PREAMBLE texSetPreamble.tex paperSetPreamble.tex hardcopy generation (see below)
$set->set_header is paperSetHeader
$set->problem_header is screenSetHeader
---> THIS SHOULD BE CHANGED!
--------------------------------------------------------------------------------
Hardcopy Snippets
TeX(hardcopyPreamble)
PG(hardcopySetHeader)
PG(problem)
TeX(hardcopyProblemDivider) unless last problem
PG(hardcopySetFooter)
TeX(hardcopySetDivider) unless last set
TeX(hardcopyPostamble)
Interactive Snippets
PG(screenSetHeader)