Commit 9e156cd8 authored by SANCHIT JAIN's avatar SANCHIT JAIN

added Mathjax in base.html

parent 83a2e921
...@@ -21,6 +21,14 @@ ...@@ -21,6 +21,14 @@
</title> </title>
{% load static %} {% load static %}
<link rel="stylesheet" href="{% static 'ARFA_app/style.css' %}" type="text/css"> <link rel="stylesheet" href="{% static 'ARFA_app/style.css' %}" type="text/css">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<script type="text/javascript" src="{% static 'ARFA_app/lib/MathJax-2.7.5/MathJax.js' %}"> <script type="text/javascript" src="{% static 'ARFA_app/lib/MathJax-2.7.5/MathJax.js' %}">
</script> </script>
<script type="text/javascript" src="{% static 'ARFA_app/lib/MathJax-2.7.5/config/TeX-MML-AM_CHTML-full.js' %}"> <script type="text/javascript" src="{% static 'ARFA_app/lib/MathJax-2.7.5/config/TeX-MML-AM_CHTML-full.js' %}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment