A change in template. Problem intro separate template for any type of problem (with subproblems or not).
1 files modified
1 files renamed
| | |
| | | "head": os.path.join(path, "headtemplate.tpl"), |
| | | "paper": os.path.join(path, "newpaperwithNAMEtemplate.tpl"), |
| | | "paper_sid": os.path.join(path, "newpaperwithSIDtemplate.tpl"), |
| | | "problem": os.path.join(path, "problemtemplate.tpl"), |
| | | "problem_intro_image": os.path.join(path, "problemintrowithimage.tpl"), |
| | | "problem_intro": os.path.join(path, "problemintrotemplate.tpl"), |
| | | "subproblem": os.path.join(path, "subproblemtemplate.tpl"), |
| | | "subproblem_end": os.path.join(path, "subproblemtemplateend.tpl"), |