Forgot password?
 Register account
View 161|Reply 0

TeX convert delimiters(分隔符 转换)

[Copy link]

3157

Threads

7925

Posts

610K

Credits

Credits
64218
QQ

Show all posts

hbghlyj Posted 2022-8-31 17:03 |Read mode
博客
它讲解的Python脚本在GitHub上.

示例输入:
  1. \begin{document}
  2. This is a doc with $math$ in it. $ W o
  3. W linebreak $
  4. Now we have the following \[ offset equation \]
  5. Now we have another $$
  6. offset equation
  7. $$ why would you use this one though
  8. \end{document}
Copy the Code
示例输出:
  1. \begin{document}
  2. This is a doc with \(math\) in it. \( W o
  3. W linebreak \)
  4. Now we have the following \[ offset equation \]
  5. Now we have another \[
  6. offset equation
  7. \] why would you use this one though
  8. \end{document}
Copy the Code

Mobile version|Discuz Math Forum

2025-6-6 14:47 GMT+8

Powered by Discuz!

× Quick Reply To Top Edit