hexo-theme-next icon indicating copy to clipboard operation
hexo-theme-next copied to clipboard

如果数学公式太长,移动版显示会超过页面

Open NChilton opened this issue 2 years ago • 8 comments

开启mathjax,且tags选项为amsall,则在移动端,太长公式会超出页面,如下所示 tags选项为ams或all

如果tags选项为none,则在移动端显示正常,如下所示 tags选项为none

NChilton avatar Jun 29 '22 14:06 NChilton

Thanks for opening this issue, maintainers will get back to you as soon as possible!

welcome[bot] avatar Jun 29 '22 14:06 welcome[bot]

这个是已知问题,并且有些难以解决,见 https://github.com/next-theme/hexo-filter-mathjax#known-issues

stevenjoezhang avatar Jun 29 '22 14:06 stevenjoezhang

可以使用 split 环境

$$
\begin{split}
公式
\end{split}
$$

GalensGan avatar Jul 09 '22 15:07 GalensGan

文章中插入svg图片,如果较宽也会导致相同问题,用老版本的没这个问题

wqf31415 avatar May 24 '23 07:05 wqf31415

用 img 标签应该可以缩放?如果是直接插入 svg 标签可能会不一样

stevenjoezhang avatar May 24 '23 08:05 stevenjoezhang

直接用svg标签插入的图片会有问题

wqf31415 avatar May 25 '23 09:05 wqf31415

可以换成 img,src 可以把 svg 换成 base64 然后内联。我印象中老版本也没有专门处理过这个问题😂

stevenjoezhang avatar May 25 '23 12:05 stevenjoezhang