ソースを参照

\rond

develop
Robin Thoni 9年前
コミット
377656da74
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      app/controllers/home.controller.js

+ 1
- 1
app/controllers/home.controller.js ファイルの表示

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

読み込み中…
キャンセル
保存