|
|
|
|
|
by tylerekahn
1181 days ago
|
|
The web app also has built in support for LaTeX rendering (it uses KaTeX). See this forum post: https://community.openai.com/t/new-feature-properly-shown-ma... You can get ChatGPT to output conforming LaTeX expressions using the following prompt: Could you please use the specific LaTeX math mode delimiters for your response? LaTex math mode specific delimiters as following 1. inline math mode : `\(` and `\)` 2. display math mode: insert linebreak after opening `$$`, `\[` and before closing `$$`, `\]` |
|