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

Math is not support? #16

Open
weidongzhou1994 opened this issue Nov 1, 2019 · 2 comments
Open

Math is not support? #16

weidongzhou1994 opened this issue Nov 1, 2019 · 2 comments

Comments

@weidongzhou1994
Copy link

It is good, but why not support Mathematical formula?

@heitorPB
Copy link

Anki already provides support for LaTeX, see the docs

@suvernev-d
Copy link

I prefer using MathJax for math typesetting, since it's rendered in SVG and scaling nicely inline.

Though, with AutoMarkdown, it sometimes require additional escaping for backslashes.

Check if this will work in your card fields:

\\[
\cot^{2}\dfrac{\alpha}{2} = \dfrac{1+ \cos \alpha}{1-\cos \alpha}
\\]

\\[
\cot\dfrac{\alpha}{2} = \pm \sqrt{\dfrac{1+ \cos \alpha}{1-\cos \alpha}}, \; \alpha \neq \pi z (z \in \mathbb{Z})
\\]

Знак зависит от координатной четверти \\(\alpha/2\\).

Paste it, then try Ctrl + m

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

No branches or pull requests

3 participants