Disable tests, remove brazilian-rails git repository

This commit is contained in:
2015-09-03 12:31:54 -04:00
parent cdafe05e86
commit 3705590e4e
26 changed files with 1040 additions and 1030 deletions

View File

@@ -4,3 +4,4 @@
//= require lib/dragdrop
//= require lib/event-selectors
//= require application
//= require latex

View File

@@ -0,0 +1,10 @@
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['{$','$}']],
displayMath: [['{$$','$$}']]
},
TeX: {
equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js", "color.js"]
}
});