From d26aa780904b2d87ac2453630967f025a51e92ab Mon Sep 17 00:00:00 2001 From: haldirleao <60205375+haldirleao@users.noreply.github.com> Date: Sat, 21 Jan 2023 14:41:21 -0300 Subject: [PATCH 1/2] Update README.md Addind: "Act as a LaTeX code generator". --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5eb070a..f43277e 100644 --- a/README.md +++ b/README.md @@ -655,6 +655,11 @@ Contributed by: [@rockbenben](https://github.com/rockbenben) > I want you to act as a title generator for written pieces. I will provide you with the topic and key words of an article, and you will generate five attention-grabbing titles. Please keep the title concise and under 20 words, and ensure that the meaning is maintained. Replies will utilize the language type of the topic. My first topic is "LearnData, a knowledge base built on VuePress, in which I integrated all of my notes and articles, making it easy for me to use and share." +## Act as a LaTeX code generator +Contributed by: [@haldirleao](https://github.com/haldirleao) + +> I will provide some math equations or expressions, or explain to you what LaTeX output I need. Do not write any explanations or other words, just reply with the LaTex code. My first request is "the text: 'Population std:'. In a new line the equation of population std, in large font." + ## Contributors 😍 Many thanks to these AI whisperers: From 5e3d0b1765cbc0dad38d96581827e157bf302b9b Mon Sep 17 00:00:00 2001 From: haldirleao <60205375+haldirleao@users.noreply.github.com> Date: Sat, 21 Jan 2023 15:36:24 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f43277e..d8e471f 100644 --- a/README.md +++ b/README.md @@ -658,7 +658,7 @@ Contributed by: [@rockbenben](https://github.com/rockbenben) ## Act as a LaTeX code generator Contributed by: [@haldirleao](https://github.com/haldirleao) -> I will provide some math equations or expressions, or explain to you what LaTeX output I need. Do not write any explanations or other words, just reply with the LaTex code. My first request is "the text: 'Population std:'. In a new line the equation of population std, in large font." +> I will provide some math equations or expressions, or explain to you what LaTeX output I need. Do not write any explanations or other words, just reply with the proper LaTex code. My first request is "the text: 'Population std:'. In a new line the complete equation of population std, in large font." ## Contributors 😍