这个中文基线在英文下面只能渲染一半怎么解决

下面是我的设置

(dvisvgm :programs
 	      ("xelatex" "dvisvgm")
 	      :description "xdv > svg" :message "you need to install the programs: latex and dvisvgm." :image-input-type "xdv" :image-output-type "svg" :image-size-adjust
 	      (1.7 . 1.5)
 	      :latex-compiler
 	      ("xelatex -no-pdf -interaction nonstopmode -output-directory %o %f")
 	      :image-converter
 	      ("dvisvgm %f --no-fonts --exact-bbox --scale=%S --output=%O"))
'(org-latex-packages-alist '(("" "ctex" t)("" "xeCJK" t)("" "graphicx" t)("" "fontspec" t)))