mathjax + déplacement Chili

This commit is contained in:
Gaspard Jankowiak 2013-07-18 08:53:14 -04:00
commit 94c8befb5e
3 changed files with 11 additions and 0 deletions

View file

@ -11,6 +11,7 @@
</title>
<link rel="icon" href="/images/favicon.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
{% if page.math %}
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
menuSettings: {
@ -26,6 +27,7 @@
});
</script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>
{% endif %}
<script src="/javascripts/respond.js"></script>
<link rel="stylesheet" href="/stylesheets/styles_{{ site.style }}.css">
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">