ztjhz / BetterChatGPT

An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)
http://bettergpt.chat/
Creative Commons Zero v1.0 Universal
8.16k stars 2.76k forks source link

[Feature Request] Support for '\(\)' and '\[\]' in addition to '$$' and '$$$$' in LaTeX rendering #450

Open vfg222 opened 1 year ago

vfg222 commented 1 year ago

The application currently supports rendering LaTeX math expressions enclosed within the '$...$' and '$$...$$' delimiters. However, a widely adopted and recommended practice in LaTeX is to use the '(...)' delimiters for inline math and '[...]' for display math. The GPT-models themself seem to have a preference for the latter.

Requested Feature: For text containing the '(...)' or '[...]' delimiters, the application should recognize and render the enclosed mathematical expressions using the LaTeX format, just as it does for the '$...$' and '$$...$$' delimiters.

ImMALWARE commented 1 year ago

This is rather a lack of feature, than a feature request

thylakoids commented 4 months ago

You can add this request to your system message, like this

Replace () or [] with $$ in your response when using Latex.