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
                 {
34
                 {
35
                     return "\\(" + $2 + "\\)";
35
                     return "\\(" + $2 + "\\)";
36
                 }).replace(/\\medskip/g, "")
36
                 }).replace(/\\medskip/g, "")
37
+                    .replace(/\\bigskip/g, "")
38
+                    .replace(/\\rond/g, "")
37
                     .replace(/\\begin\{.*\}/g, "")
39
                     .replace(/\\begin\{.*\}/g, "")
38
                     .replace(/\\end\{.*\}/g, "")
40
                     .replace(/\\end\{.*\}/g, "")
39
                     .replace(/\n|\r|\r\n|\n\r/g, " ")
41
                     .replace(/\n|\r|\r\n|\n\r/g, " ")

Loading…
Cancel
Save