wufan commited on
Commit
a8003ea
·
verified ·
1 Parent(s): f4eed30

update chinese-formula render

Browse files
Files changed (1) hide show
  1. modules/latex2bbox_color.py +2 -0
modules/latex2bbox_color.py CHANGED
@@ -92,7 +92,9 @@ formular_template_zh = r"""
92
  }
93
  \makeatother
94
  \begin{CJK}{UTF8}{gkai}
 
95
  %s
 
96
  \end{CJK}
97
  \end{document}
98
  """
 
92
  }
93
  \makeatother
94
  \begin{CJK}{UTF8}{gkai}
95
+ \begin{displaymath}
96
  %s
97
+ \end{displaymath}
98
  \end{CJK}
99
  \end{document}
100
  """