From f0812a4f80231785ae1270d28fafba58b66b8d9f Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sat, 03 Nov 2018 10:53:08 +0000
Subject: [PATCH] A change in template. Problem intro separate template for any type of problem (with subproblems or not).
---
tools/Template.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/Template.py b/tools/Template.py
index e635513..7fa57ac 100644
--- a/tools/Template.py
+++ b/tools/Template.py
@@ -12,7 +12,7 @@
"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"),
--
Gitblit v1.8.0