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

Enhancement (drafted) - extend graph to allow latex equations in popups #5

Open
johndpope opened this issue Sep 13, 2023 · 3 comments

Comments

@johndpope
Copy link

https://chat.openai.com/share/ab2b5332-30c5-4900-b607-be4c89da3f60

@Shoheb06
Copy link

<script>
window.MathJax = {
  tex: {
    inlineMath: [['$', '$'], ['\\(', '\\)']]
  }
};
</script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-chtml.min.js"></script>

Also, in the renderMathJax function, use MathJax.typesetPromise() instead of MathJax.Hub.Queue(). Here's an updated version of the function:

function renderMathJax(content) {
  MathJax.typesetPromise([content]).catch(function (err) {
    console.log(err.message);
  });
}

@johndpope
Copy link
Author

did you get chatgpt to spit out anything ? I've asked it before - give me in latex format - can you share picture? It would be awesome to get a blow out of dissecting the maths that each paper is built on.

@Shoheb06
Copy link

Use Bard, because is train with the latest data and it is free, whereas in chatgpt you have to pay to use chatgpt4

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

2 participants