theme.typora.io icon indicating copy to clipboard operation
theme.typora.io copied to clipboard

How can I modify the style of the Latex formula section. eg font, padding

Open LJjia opened this issue 4 years ago • 1 comments

I tried to use katex in css but it doesn't work.like this

.katex-display {
  font-size:1.22em; 
}
.katex
{
  padding-left:8px;
  padding-right: 8px;
}

LJjia avatar Mar 10 '22 11:03 LJjia

I have met the same problem and cant solve it even I tried approaches that works on web. I think the css environment cant fit well while the math format in latex shows great. image image

Cz1544252489 avatar Oct 08 '23 15:10 Cz1544252489