Closed TzWeiz closed 2 years ago
One of the requirements is that the number of lines should always be equal.
1: \begin{equation}
2: a=b+c
3: \end{equation}
Can't be replaced by
1:
The number of lines changes from 3 to 1.
1:
2:
3:
Should be valid. However, I am not much of a regex expert so I cannot help you with that.
Hi,
I would like to remove display equations instead of having their content shown on the Overleaf Textarea.
A display equation such as
will result in the Overleaf Textarea displaying it as "a=b+c".
I have attempted with the following regex expression:
by trying it at https://regex101.com which works on the above display equation. However, when employing this regex expression, I met with an issue with Overleaf Textarea as shown in the log
I think this will be helpful for most researchers working with equations.
Thank you.