[GH-ISSUE #118] [feat] 建议加入Latex公式支持 #82

Closed
opened 2026-03-02 03:37:40 +03:00 by kerem · 1 comment
Owner

Originally created by @yanxile on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/118

描述你的建议

说到记笔记,理工科当然少不了数学公式。希望未来能支持。

Originally created by @yanxile on GitHub (Mar 30, 2025). Original GitHub issue: https://github.com/codexu/note-gen/issues/118 ### 描述你的建议 说到记笔记,理工科当然少不了数学公式。希望未来能支持。
kerem closed this issue 2026-03-02 03:37:40 +03:00
Author
Owner

@codexu commented on GitHub (Apr 1, 2025):

Latex 语法是支持的,例如你可以输入 创建一个多行公式块:

\begin{align}
a_{11}& =b_{11}&
a_{12}& =b_{12}\
a_{21}& =b_{21}&
a_{22}& =b_{22}+c_{22}
\end{align}

Image
<!-- gh-comment-id:2767834207 --> @codexu commented on GitHub (Apr 1, 2025): Latex 语法是支持的,例如你可以输入 $$ 创建一个多行公式块: \begin{align} a_{11}& =b_{11}& a_{12}& =b_{12}\\ a_{21}& =b_{21}& a_{22}& =b_{22}+c_{22} \end{align} <img width="852" alt="Image" src="https://github.com/user-attachments/assets/acf862c7-f314-4689-9a3c-0df491bcf25f" />
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#82
No description provided.