Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline Math Support #339

Closed
siqil opened this issue Dec 22, 2015 · 7 comments
Closed

Inline Math Support #339

siqil opened this issue Dec 22, 2015 · 7 comments

Comments

@siqil
Copy link

siqil commented Dec 22, 2015

I noticed Laverna uses MathJax, and display style equations in $$ ... $$ are rendered correctly, but does it support inline math, like $a$, or $E = m c ^ 2$? I tried (on both Firefox and Chrome), but they are not rendered as math.

@wwebfor wwebfor added the bug label Dec 28, 2015
@wwebfor wwebfor added this to the 1. Refactor and fix bugs milestone Dec 28, 2015
@dpvc
Copy link

dpvc commented Dec 28, 2015

Did you try \(...\) rather than $...$. MathJax's default configuration doesn't enable dollar-sign delimiters, since these are commonly used in other ways. They can be enabled, however, so perhaps there is a way to do that through Laverna (I don't know the product).

@siqil
Copy link
Author

siqil commented Dec 29, 2015

Yes, I tried. Not working either.

@F-A
Copy link

F-A commented Jan 6, 2016

I have the same problem on my machine. The inline $a$ does not work if inserted inside a senstence. However, it work if the equation is on a single line.
From Firefox debugger, it seems that Mathjax is not called for the math formula inserted in a sentence, only for formula on a separate line.

@wwebfor
Copy link
Member

wwebfor commented Jan 11, 2016

Can you check if it works in the pre-release version? (laverna.cc/nightly)

@siqil
Copy link
Author

siqil commented Jan 11, 2016

Yes, it works (on Firefox). Thanks.

@iwasingh
Copy link

iwasingh commented May 29, 2019

Not working on Debian 9 laverna-0.7.1-linux-x64
Let A with $x$
is rendered as
Let A with $x$

@funilrys
Copy link
Contributor

Hi @iwasingh @siqil @F-A @dpvc,

Unfortunately, this issue will never be fixed here.

Please report to #971 (comment) for the current state of this project and https://github.com/encryptic-team/encryptic for the future of this project.

Have a nice day/night.

Cheers,
Nissar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants