Latex Math support
In read a lot of logic and mathematics blogs and they invariably use LaTeX markup often with mathjax to display them on the blog, but this is not avaliable on RSS feeds.

14 comments
-
Anonymous commented
There is any RSS app that support it? I need it
-
André David commented
Three years gone by, promises on Twiter, nothing to show.
-
André David commented
Just kludged together something that works for me:
Chrome for Mac + Minimalist for Everything extension + "module" that has the MathJax incantation"""
if (window.MathJax === undefined) {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML";
var config = 'MathJax.Hub.Config({ ' + 'extensions: ["tex2jax.js"], ' + 'tex2jax: { skipTags: ["script","noscript","style","textarea"],inlineMath: [ ["[;", ";]"], ["$","$"] ], displayMath: [["[(;",";)]"]], processEscapes: true }, ' + 'jax: ["input/TeX", "output/HTML-CSS"] ' + ' }); ' + 'MathJax.Hub.Startup.onload(); ';
if (window.opera) {
script.innerHTML = config
} else {
script.text = config
}
document.getElementsByTagName("head")[0].appendChild(script);
(doMathJax = function () {
window.setTimeout(doMathJax, 1000);
MathJax.Hub.Queue(["Typeset", MathJax.Hub]);
})();} else {
MathJax.Hub.Queue(["Typeset", MathJax.Hub]);
}
""" -
Konrad Voelkel commented
It's not that hard to give the user the option to use MathJAX ...
-
André David commented
I'm not sure how many people are following the arxiv.org RSS feeds using feedly, but for those, the addition of MathJax would really make feedly much more useful.
-
André David commented
This should be merged with
https://feedly.uservoice.com/forums/192636-suggestions/suggestions/3745440-latex-math-support -
jc commented
If you install stylish and use this userstyle you can get all the symbols and formulas to show up!
-
Allen Knutson commented
me tooooo
-
Andrew Myers commented
This, a thousand times this! Without support for LaTeX math feedly can be little more than a table of contents for my RSS feed.
-
Richard Palais commented
It is not only mathematicians that depend on LaTeX---so do scientists from many other fields, physics in particular, and without support for LaTeX feedly will use much of its usefulness for practitioners of these areas.
-
Anonymous commented
Yes! Please add Latex support!
-
Sean Raleigh commented
Since WordPress supports LaTeX markup, there are many blogs that contain LaTeX and it's problematic not to be able to read them in Feedly.
-
Klaas De Smedt commented
3 votes from me to!!!
(blog I follow: http://what-if.xkcd.com) -
Alex commented
i second the idea. I just joined feedly but my saty here will be short without latex support