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.
- 1You can upload images by pressing Ctrl+G when the focus is on the editor.Skillmon– Skillmon2021-12-23 15:38:15 +00:00Commented Dec 23, 2021 at 15:38
Add a comment |
1 Answer
You get subscripts in maths mode with _{<stuff>}, so to get an A with a subscript zero you'd type $A_{0}$.
- Not quite. I want to replicate the variable underlined in red (without the underline) if that makes any sense. Like, just Ao.Faith Alone– Faith Alone2021-12-23 15:34:11 +00:00Commented 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 :)Skillmon– Skillmon2021-12-23 15:34:43 +00:00Commented 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.Skillmon– Skillmon2021-12-23 15:37:10 +00:00Commented Dec 23, 2021 at 15:37
- Thank you. I'll keep that in mind.Faith Alone– Faith Alone2021-12-23 15:38:23 +00:00Commented Dec 23, 2021 at 15:38
- +1. I would recommend deleting the "original answer" part, though.Mico– Mico2021-12-23 15:55:15 +00:00Commented Dec 23, 2021 at 15:55
