Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ARFA
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
ARFA
ARFA
Commits
9e156cd8
Commit
9e156cd8
authored
Nov 27, 2018
by
SANCHIT JAIN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added Mathjax in base.html
parent
83a2e921
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
ARFA/ARFA_app/templates/base.html
ARFA/ARFA_app/templates/base.html
+8
-0
No files found.
ARFA/ARFA_app/templates/base.html
View file @
9e156cd8
...
@@ -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' %}"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment