Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LaTeX 渲染 bug #100

Open
Doddddza opened this issue Dec 1, 2020 · 6 comments
Open

LaTeX 渲染 bug #100

Doddddza opened this issue Dec 1, 2020 · 6 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@Doddddza
Copy link
Contributor

Doddddza commented Dec 1, 2020

https://blog.buckbit.top/2020/11/06/offeralgorithm21

@xzhuz
Copy link
Collaborator

xzhuz commented Dec 7, 2020

可以指定一下哪一行吗?

@Doddddza
Copy link
Contributor Author

Doddddza commented Dec 7, 2020

可以指定一下哪一行吗?

原文如下

设两指针初始化指向 `HEAD` 节点,指针 每次移动 1 位,另一指针每次移动 2 位,它们先后进入环中(如果有环的话),并必然相遇于节点 `ptr` 

设 `HEAD` 与 `Entrance` 之间的距离为 $X$ ,`Entrance` 与 `ptr` 之间的距离为 $Y$ ,当其相遇时,此时有 $L_{FAST}=2(X + Y)$, $L_{SLOW} = X + Y$

令 $P_{SLOW}=1$ 退 $Y$ 步到达 `Entrance` ,则 $P_{FAST}$ 回退 $2Y$ 步到达 `net` ,则此时 $L_{HEAD->net} = 2X$ , 且有 $L_{HEAD->Entrance} = X$ ,则有 $L_{Entrance->net} = X$ ,则可得出 $L_{Entrance->Entrance} = X + Y$ 

故只需令一节点 $P_{FAST}$ 返回 `HEAD` 节点,并使 $P_{FAST}$ 位移步长为 1 ,$P_{SLOW}$ 在 `ptr` 继续移动直到其相遇,相遇点就是环的入口

Halo 后台渲染正常
image

前台部分解析异常
image

在区块引用中的 LateX 也渲染不出来
image

emmm,还有更新新版本之后代码块莫得了😥

@xzhuz
Copy link
Collaborator

xzhuz commented Dec 7, 2020

更新了这次的代码吗?也是这篇文章还是?我后面关注下,下个版本尽量修复了这个问题

@xzhuz xzhuz added the kind/bug Categorizes issue or PR as related to a bug. label Dec 7, 2020
@Doddddza
Copy link
Contributor Author

Doddddza commented Dec 7, 2020

更新了这次的代码吗?也是这篇文章还是?我后面关注下,下个版本尽量修复了这个问题

这两个问题都出现在文章里了,代码块是更新 v1.4.5 之后消失的,LaTeX 的 BUG 应该是几个版本之前就出现了,所有的文章都或多或少出现了这两个问题😥

@xzhuz
Copy link
Collaborator

xzhuz commented Dec 7, 2020

更新了这次的代码吗?也是这篇文章还是?我后面关注下,下个版本尽量修复了这个问题

这两个问题都出现在文章里了,代码块是更新 v1.4.5 之后消失的,LaTeX 的 BUG 应该是几个版本之前就出现了,所有的文章都或多或少出现了这两个问题😥

其实这种公式的渲染,支持一直都不是很好。后面我换成xue主题的渲染方式,看能不能解决了这个问题

@sunyongsheng
Copy link

更新了这次的代码吗?也是这篇文章还是?我后面关注下,下个版本尽量修复了这个问题

这两个问题都出现在文章里了,代码块是更新 v1.4.5 之后消失的,LaTeX 的 BUG 应该是几个版本之前就出现了,所有的文章都或多或少出现了这两个问题😥

其实这种公式的渲染,支持一直都不是很好。后面我换成xue主题的渲染方式,看能不能解决了这个问题

Typecho系统的Pinghsu主题对Latex的支持挺好

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants