Mathematics #103
Replies: 1 comment 2 replies
-
It definitely should! As of right now the general consensus is that By the way, your sentence is a bit ambiguous:
It could be interpreted as:
Which one do you mean? 😄 Also regarding the pretty rendering - I think we could make it work. It's definitely not on a close TODO list but i believe we could bend the limits of TUI pretty solidly and make it look really sweet. I wonder what performance issues would come with it though... we would have to wait and see :) |
Beta Was this translation helpful? Give feedback.
-
I thought I would create a discussion for mathematics, and how it should be included (as a module I assume?)
Org handles mathematics with latex syntax; using
\(...\)
for in line math, and\[...]\
for display math. Optionally, one can use the traditional tex style$...$
and$$...$$
, however there are stricter rules for when these characters actually denote math delimiters compared to the former, recommended way. I believe the latex style is easier to parse compared to the tex style which I find much more readable considering the abundance of brackets that already exist in mathematical formulae. I guess we would also need an@equation
tag that can be used for labelled display math.Ideally it would be nice to have the source code of the equations concealed behind a pretty rendering of the equation using unicode; unicode is quite powerful when it comes to typsetting equations. Ambitious: something like nabla.nvim, but genuine concealment + unicode could be nice.
What are the thoughts of everyone? I feel neorg should at least have a math deliminator. What should it be?
P.S. Love the project! I have been following for a while and hope to contribute one day, but for now I am still learning lua.
Beta Was this translation helpful? Give feedback.
All reactions