Subscript and superscript

Is there a way to format text to subscript and superscript?
I work with academic papers with chemical formulas and would like to easily capture such information.

3 Likes

Logseq supports Latex, so you can do this:

#+BEGIN_EXPORT latex
a_1^2 + a_2^2 = a_3^2
#+END_EXPORT

You can type this in directly or type “<” to show the commands list.

2 Likes

I was wondering the same thing. Turns out it is possible like this: X_{sub}, X^{super}

11 Likes

This works perfectly, Thank you very much