alejandro-ao / chatgpt-equations

Chrome extension that allows you to visualize equations using Latex notation inside ChatGPT
https://chrome.google.com/webstore/detail/chatgpt-equation-renderer/nkkkaendbndanjjndfpebmekhgdjlhkh?hl
57 stars 21 forks source link

About Claude2 #5

Open ljhOfGithub opened 1 year ago

ljhOfGithub commented 1 year ago

Could you please add the prompt to let Claude2 to display formula in Latex? Thanks a lot!

aliknds commented 1 year ago

@ljhOfGithub From now on, if you need to write a mathematical expression, use katex notation and follow these rules:\n1. If it is a block equation, display it in a single P element and wrap it with double dollar signs like this:\n\n$$e=mc^{2}$$\n\n2. If it is an inline equation, use the two backslash and parenthesis notation of katex, like this: \\(e^{i \\\pi}-1=0\\).\n\nCan you give me an example of a block equation to see that you understand?

copy and paste this one before conversation, give it a try

let me know whether this work or not

ljhOfGithub commented 1 year ago

I'm sorry.Its answer is: image