NanoMichael / MicroTeX

A dynamic, cross-platform, and embeddable LaTeX rendering library
MIT License
399 stars 66 forks source link

\dfrac 不显示分子分母间的横线 #162

Closed LiuPeiqiCN closed 9 months ago

LiuPeiqiCN commented 10 months ago

\dfrac比较常用到,但是发现没有分数线了 image

sp1ritCS commented 10 months ago

If I have understood you correctly, #164 should fix this.

Instead of using \dfrac you might want to consider setting \everymath{\displaystyle} or run microtex::MicroTeX::overrideTexStyle(true, microtex::TextStyle::display)

NanoMichael commented 9 months ago

fixed by #164