-
-
Notifications
You must be signed in to change notification settings - Fork 65
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/Latex Support #712
Comments
This was actually an early feature, back in v0.2. Think I removed it
because seldom use, and not renderable on receiver unless also using
astroid. Or convert math to PNG. You can actually solve it by tweaking the
theme and adding mathjax. Might have to allow js.
tir. 27. jul. 2021, 23:32 skrev Daniel Jacobson ***@***.***>:
… Would it be possible to add support for including latex formulas in emails?
There is currently no great option for including latex in emails, so this
would be hugely helpful for those that work in math/science fields.
It seems like this maybe was a planned feature at some point:
#689 (comment)
<#689 (comment)>
but it hasn't been mentioned since.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#712>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAN367V5S3GSRRWEMMJ2V3TZ4QVHANCNFSM5BDCJ2LQ>
.
|
I see. So the dream would be to get math working in a way that most receivers can see it, and then include some kind of fallback if not as discussed here: https://superuser.com/a/892901 It's crazy that getting that working is so messy. I guess an alternative that is probably pretty accessible would be to automatically attach a rendered pdf to the email if it contains math. Is this something that could be done as a plugin? |
ons. 28. jul. 2021, 00:42 skrev Daniel Jacobson ***@***.***>:
and not renderable on receiver unless also using astroid
I see. So the dream would be to get math working in a way that most
receivers can see it, and then include some kind of fallback if not as
discussed here:
https://superuser.com/a/892901
It's crazy that getting that working is so messy.
Yes, using cid images is probably the best. But then we need a reliable
plain-text fallback.
… |
I might be in a bubble, but in my setting, the TeX code itself is a good fallback, as that is what my contacts write anyway. |
Yeah, fair enough. No point in overcomplicating it.
fre. 17. sep. 2021, 21:59 skrev mreppen ***@***.***>:
… But then we need a reliable plain-text fallback.
I might be in a bubble, but in my setting, the TeX code itself is a good
fallback, as that is what my contacts write anyway.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#712 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAN367QIZMXWBWQMVEMPI3UCOM3DANCNFSM5BDCJ2LQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
You could just use the markdown feature and pandoc. From my config: "markdown_on": true,
"markdown_processor": "/path/to/pandoc --mathml --self-contained -M pagetitle=Email --template=/path/to/template/template.html --resource-path=.:/home/johannes/Maildir/styles:", My
|
Would it be possible to add support for including latex formulas in emails?
There is currently no great option for including latex in emails, so this would be hugely helpful for those that work in math/science fields.
It seems like this maybe was a planned feature at some point:
#689 (comment)
but it hasn't been mentioned since.
The text was updated successfully, but these errors were encountered: