forked from GithubBackups/vichan
Re-enable LaTeX as MathJax
This commit is contained in:
parent
c04d46933e
commit
9c68d3b83e
113
js/mathjax/config/8chanTeX.js
Normal file
113
js/mathjax/config/8chanTeX.js
Normal file
File diff suppressed because one or more lines are too long
@ -8,7 +8,6 @@
|
||||
{% if config.default_stylesheet.1 != '' and not mod %}<link rel="stylesheet" type="text/css" id="stylesheet" href="{{ config.uri_stylesheets }}{{ config.default_stylesheet.1 }}">{% endif %}
|
||||
{% if config.font_awesome %}<link rel="stylesheet" media="screen" href="{{ config.root }}{{ config.font_awesome_css }}">{% endif %}
|
||||
{% if config.country_flags_condensed %}<link rel="stylesheet" href="{{ config.root }}{{ config.country_flags_condensed_css }}">{% endif %}
|
||||
{% if config.katex %}<link rel="stylesheet" type="text/css" href="/js/katex/katex.min.css">{% endif %}
|
||||
<script type="text/javascript">
|
||||
var configRoot="{{ config.root }}";
|
||||
var inMod = {% if mod %}true{% else %}false{% endif %};
|
||||
@ -49,3 +48,4 @@
|
||||
padding: 0 !important;
|
||||
}
|
||||
{% endraw %}</style>{% endif %}
|
||||
{% if config.katex %}<script type="text/javascript" src="/js/mathjax/MathJax.js?config=8chanTeX"></script>{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user