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

[Bug] 生成markdown中公式都是有\[ 和 \] 或者 \( 和 \) 包含,如何更改为 $$ 包含公式模式 #5691

Open
a6225301 opened this issue Oct 21, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@a6225301
Copy link

📦 部署方式

Docker

📌 软件版本

sha256:b2f35db6792e1aa8964d4d45fa72e1d63fe344e17ad88eaf1788085518bb6c34

💻 系统环境

Ubuntu

📌 系统版本

16.3

🌐 浏览器

Chrome

📌 浏览器版本

129.0

🐛 问题描述

生成markdown中公式都是有[ 和 ] 或者 ( 和 ) 包含,如何更改为 $$ 包含公式的模式。

样例:

实际输出:

  1. 拉格朗日插值法:用于通过已知数据点来构造一个多项式,使其通过所有这些点。例如,对于给定的 (n + 1) 个数据点 ((x_0, y_0), (x_1, y_1), \ldots, (x_n, y_n))

期望输出:

  1. 拉格朗日插值法:用于通过已知数据点来构造一个多项式,使其通过所有这些点。例如,对于给定的 $n + 1$ 个数据点 $(x_0, y_0), (x_1, y_1), \ldots, (x_n, y_n)$

📷 复现步骤

No response

🚦 期望结果

No response

📝 补充信息

No response

@a6225301 a6225301 added the bug Something isn't working label Oct 21, 2024
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: [Bug] The formulas in generated markdown are all included by [ and ] or ( and ). How to change it to $$ including formula mode?

📦 Deployment method

Docker

📌 Software version

sha256:b2f35db6792e1aa8964d4d45fa72e1d63fe344e17ad88eaf1788085518bb6c34

💻 System environment

Ubuntu

📌 System version

16.3

🌐 Browser

Chrome

📌 Browser version

129.0

🐛 Problem description

Formulas in generated markdown are all included by [ and ] or ( and ). How to change it to $$ mode that includes formulas.

Example:

Actual output:

  1. Lagrangian Interpolation: Used to construct a polynomial from known data points so that it passes through all these points. For example, for the given (n + 1) data points ((x_0, y_0), (x_1, y_1), \ldots, (x_n, y_n))

Expected output:

  1. Lagrangian Interpolation: Used to construct a polynomial from known data points so that it passes through all these points. For example, for the given $n + 1$ data points $(x_0, y_0), (x_1, y_1), \ldots, (x_n, y_n)$

📷 Steps to reproduce

No response

🚦 Expected results

No response

📝 Supplementary information

No response

@a6225301
Copy link
Author

a6225301 commented Oct 21, 2024 via email

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Hello, I have received your email and I will reply as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants