SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit a1fe33e6 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Fix Tex bug

parent 4089f1c4
No related merge requests found
......@@ -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}
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment