Browse Source

removed \medskip and \rond

develop
Robin Thoni 8 years ago
parent
commit
b200d95477
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      app/controllers/home.controller.js

+ 2
- 0
app/controllers/home.controller.js View File

@@ -34,6 +34,8 @@ angular.module('app')
34 34
                 {
35 35
                     return "\\(" + $2 + "\\)";
36 36
                 }).replace(/\\medskip/g, "")
37
+                    .replace(/\\bigskip/g, "")
38
+                    .replace(/\\rond/g, "")
37 39
                     .replace(/\\begin\{.*\}/g, "")
38 40
                     .replace(/\\end\{.*\}/g, "")
39 41
                     .replace(/\n|\r|\r\n|\n\r/g, " ")

Loading…
Cancel
Save