chemical equation coding #12578
Unanswered
davidpassmore
asked this question in
Q&A
Replies: 1 comment
-
Please provide actual actionable Quarto code. Note that this discussion board is about Quarto not about how to write LaTeX-like equations. There are way better places out there for this kind of questions. EDIT: here is the documentation to insert equations in Quarto: https://quarto.org/docs/authoring/markdown-basics.html#equations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am coding a chemical equation. I have
$CH_4$ + 2$H_2O$ $CO_2 + 4H_2$ $CH_4$ + 2$H_2O$ and $CO_2 + 4H_2
I want to put a rightleftharpoon between
I saw this is coded as /rightleftharpoon in Latex, but I am not sure how to enter it.
Trying to do something like this:
Beta Was this translation helpful? Give feedback.
All reactions