符号

why can`t the web show the equations?

maybe u can refresh the page. Then, it will show correct.

1 Like

I met the question too, and I tried clearing browser Data, it works.

1 Like

I tried many ways before, including cleaning the cache, installing plug-ins, and even reinstalling the browser, none of them worked until I used a VPN…i think it`s my network problem. Thx anyway!

1 Like

I used a VPN and solved this problem. thx!

1 Like


I had such problem in jupyter notebook,VPN didn’t works
Is there any other solution?

Hi @yzy! Great question! The numref are used for rendering in .html, and they won’t render or direct you to another html in jupyter notebooks.

A \ B应该翻译为集合A减集合B,根据英文原文(set subtraction of B from A (contains only those elements of A that do not belong to B ) )。

But It’s A\B,hhh,I‘m Chinese!

image 请问两个 < > 是表示什么运算??

image
i guess

3 Likes

image
此处的随机变量 “z” 应该为大写 “Z” @goldpiggy

image
图中“正则”应改为“范数”,对应英文版norm,并与中文版2.3.10保持一致

2 Likes

在网页上可以用Diigo浏览器插件,在线做笔记

我一般用mathjax在md里写公式,比较方便。

Sometimes, the website may fail to render slowly for the LaTex language. It should be ok to refresh a few times. :partying_face:

And I also wonder that if there is an extra colon in the upper line.

It may cause by network, switch a fast network that can easy visit google.com.

office系列数学公式用的是unicodeMath,markdown等支持latex,数学软件mathtype可以直接复制黏贴转换这两者。


在typora中设置:文件-偏好设置-Markdown-Markdown扩展语法 全部勾上
把数学符号复制成 TexCommand 得到 MathJax Original Source,写到$$中Z间$$,$$\mathbb{Z}$$ 就能出现数学的Z了
obsidian没试,但应该是通用(。