Closed mathren closed 2 years ago
ein:worksheet-execute-cell will try math-preview-at-point when invoked in a ein:markdowncell mode and print a message. The behavior is unchanged on other cell types.
math-preview-at-point
In case of latex errors, they are correctly displayed in the minibuffer.
Let's do it. I trust the other two EIN users won't mind.
A friendly: progn isn't necessary with cond.
progn
cond
Thanks! I am very new to lisp, appreciate the tip. Also, thanks for maintaining this package!
ein:worksheet-execute-cell will try
math-preview-at-point
when invoked in a ein:markdowncell mode and print a message. The behavior is unchanged on other cell types.In case of latex errors, they are correctly displayed in the minibuffer.