1

How do you write something like the variable underlined in red in LaTex? The example I found looks something like this: $\d{A}\d{0}$, but it doesn't work.

enter image description here

1
  • 1
    You can upload images by pressing Ctrl+G when the focus is on the editor. Commented Dec 23, 2021 at 15:38

1 Answer 1

3

You get subscripts in maths mode with _{<stuff>}, so to get an A with a subscript zero you'd type $A_{0}$.

5
  • Not quite. I want to replicate the variable underlined in red (without the underline) if that makes any sense. Like, just Ao. Commented Dec 23, 2021 at 15:34
  • Well, then show what you want. The site has an upload function for pictures, I'm not going to click on arbitrary links :) Commented Dec 23, 2021 at 15:34
  • 4
    @FaithAlone if it's really just about subscripts I suggest reading a LaTeX introduction (every beginners guide should cover this). One viable introduction would be LearnLaTeX. Commented Dec 23, 2021 at 15:37
  • Thank you. I'll keep that in mind. Commented Dec 23, 2021 at 15:38
  • +1. I would recommend deleting the "original answer" part, though. Commented Dec 23, 2021 at 15:55

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.