From a1fe33e6a73d3b2ac5b3ab803d83e30850915c11 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Sat, 8 Jul 2017 00:03:01 +0200 Subject: [PATCH] Fix Tex bug --- submissions/templates/submissions/_report_tex_template.html | 6 ------ submissions/templates/submissions/reports_pdf_compile.html | 2 +- .../submissions/treated_submission_pdf_compile.html | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/submissions/templates/submissions/_report_tex_template.html b/submissions/templates/submissions/_report_tex_template.html index 7d6d3c0c4..91c141235 100644 --- a/submissions/templates/submissions/_report_tex_template.html +++ b/submissions/templates/submissions/_report_tex_template.html @@ -75,12 +75,6 @@ Published by the SciPost Foundation. {\small Received {{report.date_submitted|date:'d-m-Y'}} -{% if report.doi_string %} -%%%%%%%%%% DOI -\newline \doi{ {{report.doi_string|safe_tex_url}} } - -{% endif %} - } \end{minipage} \end{tabular} diff --git a/submissions/templates/submissions/reports_pdf_compile.html b/submissions/templates/submissions/reports_pdf_compile.html index cd32e70f1..bf46e0b68 100644 --- a/submissions/templates/submissions/reports_pdf_compile.html +++ b/submissions/templates/submissions/reports_pdf_compile.html @@ -24,7 +24,7 @@ <div class="row"> <div class="col-12"> <h3>Please process this code in your Tex Compiler:</h3> - <p>To compile, one needs the SciPost Refereeing Latex Package. Please <a href="mailto: info@scipost.org">contact SciPost</a> if you did not receive it.</p> + <p>To compile, one needs the SciPost Latex Package. Please <a href="mailto: info@scipost.org">contact SciPost</a> if you did not receive it.</p> <pre class="clickfocus" style="max-height: 200px;"><code>{% include 'submissions/_report_tex_template.html' with report=report %}</code></pre> </div> </div> diff --git a/submissions/templates/submissions/treated_submission_pdf_compile.html b/submissions/templates/submissions/treated_submission_pdf_compile.html index 0eee256f8..4681af8e6 100644 --- a/submissions/templates/submissions/treated_submission_pdf_compile.html +++ b/submissions/templates/submissions/treated_submission_pdf_compile.html @@ -24,7 +24,7 @@ <div class="col-12"> <h3>Please process this code in your Tex Compiler:</h3> <p>You may need to compile twice because of the Table of Content.</p> - <p>To compile, one needs the SciPost Refereeing Latex Package. Please <a href="mailto: info@scipost.org">contact SciPost</a> if you did not receive it.</p> + <p>To compile, one needs the SciPost Latex Package. Please <a href="mailto: info@scipost.org">contact SciPost</a> if you did not receive it.</p> <pre class="clickfocus" style="max-height: 200px;"><code>{% include 'submissions/_refereeing_pack_tex_template.html' with submission=submission %}</code></pre> </div> </div> -- GitLab